text string | label int64 |
|---|---|
{'name': 'markerReport@pipelines/pipeline_scxl.py', 'description': 'Prepare a PDF report visualising the discovered cluster markers', 'signature': 'def markerReport(infile, outfile):'}</s>{'name': 'aux@pipelines/pipeline_scxl.py', 'description': 'DOCSTRING', 'code': 'def aux():\n pass'} | 0 |
{'name': 'azero@pf/rule.py', 'description': "Return True if all numbers in 'seq' are 0s.", 'signature': 'def azero(seq):'}</s>ICMP_MASKREQ = 17 | 0 |
{'name': 'make_combined_mosaics@grizli/pipeline/auto_script.py', 'description': 'Drizzle combined mosaics\n\nmosaic_driz_cr_type : int\n (mosaic_driz_cr_type & 1) : flag CRs on all IR combined\n (mosaic_driz_cr_type & 2) : flag CRs on IR filter combinations\n (mosaic_driz_cr_type & 4) : flag CRs on all OPT com... | 0 |
{'name': 'K@src/api/python/z3/z3.py', 'description': "Return a Z3 constant array expression.\n\n>>> a = K(IntSort(), 10)\n>>> a\nK(Int, 10)\n>>> a.sort()\nArray(Int, Int)\n>>> i = Int('i')\n>>> a[i]\nK(Int, 10)[i]\n>>> simplify(a[i])\n10", 'signature': 'def K(dom, v):'}</s>{'name': 'PbEq@src/api/python/z3/z3.py', 'desc... | 0 |
{'name': 'AutoModel.from_pretrained@baselines/models_pytorch/classifier_pytorch/transformers/modeling_auto.py', 'description': "Instantiates one of the base model classes of the library\nfrom a pre-trained model configuration.\n\nThe model class to instantiate is selected as the first pattern matching\nin the `pretrain... | 0 |
{'name': 'AssessmentBase.__init__@pelicun/assessment.py', 'description': 'Initialize an Assessment object.\n\nParameters\n----------\nconfig_options:\n User-specified configuration dictionary.', 'signature': 'def __init__(self, config_options: dict[str, Any] | None = None) -> None:'}</s>{'name': 'check_if_str_is_na@... | 0 |
{'name': 'parse_capture_filter@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': '"Parse given capture filter', 'signature': 'def parse_capture_filter(capture_filter):'}</s>{'name': 'addLogHandler@tools/ble_sniffer/extcap/SnifferAPI/Logger.py', 'description': 'DOCSTRING', 'code': 'def addLogHandler(logHandle... | 0 |
{'name': 'Topic.__init__@code/pymqi/__init__.py', 'description': "Associate a Topic instance with the QueueManager object 'queue_manager'\nand optionally open the Topic.\n\nIf topic_desc is passed ignore topic_string and topic_name.\n\nIf open_opts is passed, it specifies topic open options, and\nthe topic is opened im... | 0 |
{'name': 'get_releases@src/scriv/github.py', 'description': 'Get all the releases from a name/project repo.\n\nReturns:\n A dict mapping tag names to release dictionaries.', 'signature': 'def get_releases(repo: str) -> dict[str, dict[str, Any]]:'}</s>{'name': 'update_release@src/scriv/github.py', 'description': 'Upd... | 0 |
{'name': 'Asizer._sizer@pyFileFixity/lib/profilers/visual/pympler/asizeof.py', 'description': 'Size an object, recursively.\n ', 'signature': 'def _sizer(self, obj, deep, sized):'}</s>{'name': '_typedefof@pyFileFixity/lib/profilers/visual/pympler/asizeof.py', 'description': 'Get the typedef for an object.\n '... | 0 |
{'name': 'decode_stream@scripts/varint.py', 'description': 'Read a varint from `stream`', 'signature': 'def decode_stream(stream, isRr):'}</s>{'name': 'decode_bytes@scripts/varint.py', 'description': 'Read a varint from from `buf` bytes', 'code': 'def decode_bytes(buf, isRr):\n """Read a varint from from `buf` bytes... | 0 |
{'name': 'QueueManager.put1@code/pymqi/__init__.py', 'description': "Put the single message in string buffer 'msg' on the queue\nusing the MQI PUT1 call. This encapsulates calls to MQOPEN,\nMQPUT and MQCLOSE. put1 is the optimal way to put a single\nmessage on a queue.\n\nqDesc identifies the Queue either by name (if i... | 0 |
{'name': 'If@src/api/python/z3/z3.py', 'description': "Create a Z3 if-then-else expression.\n\n>>> x = Int('x')\n>>> y = Int('y')\n>>> max = If(x > y, x, y)\n>>> max\nIf(x > y, x, y)\n>>> simplify(max)\nIf(x <= y, y, x)", 'signature': 'def If(a, b, c, ctx=None):'}</s>{'name': 'is_fp_sort@src/api/python/z3/z3.py', 'desc... | 0 |
{'name': 'pkginfo_to_dict@scripts/pdns/lib/python2.7/site-packages/wheel/metadata.py', 'description': "Convert PKG-INFO to a prototype Metadata 2.0 (PEP 426) dict.\n\nThe description is included under the key ['description'] rather than\nbeing written to a separate file.\n\npath: path to PKG-INFO file\ndistribution: op... | 1 |
{'name': 'Logger.setStream@local/clogging.py', 'description': 'Pass NULL_STREAM to ignore stream output.', 'signature': 'def setStream(self, stream):'}</s>info = root.info | 0 |
{'name': 'generate_url_map@docs/convert_notebooks_to_html_partial.py', 'description': "Generates mapping from each URL to its previous and next URLs in the\ntextbook. The dictionary looks like:\n\n{\n 'ch/10/some_page.html' : {\n 'prev': 'ch/09/foo.html',\n 'next': 'ch/10/bar.html',\n },\n ...\n}... | 0 |
{'name': 'DebPkgToolsTestCase.test_package_building@deb_pkg_tools/tests.py', 'description': 'Test building of Debian binary packages.', 'signature': 'def test_package_building(self, repository=None, overrides={}, contents={}):'}</s>TEST_PACKAGE_FIELDS = Deb822(
Architecture='all',
Description='Nothing to see he... | 1 |
{'name': 'DNNClassifier.__init__@sqlflow_models/dnnclassifier.py', 'description': 'DNNClassifier\n:param feature_columns: feature columns.\n:type feature_columns: list[tf.feature_column].\n:param hidden_units: number of hidden units.\n:type hidden_units: list[int].\n:param n_classes: List of hidden units per layer.\n:t... | 0 |
{'name': 'PrintFormatCommand.do_invoke@gef.py', 'description': 'Default value for print-format command.', 'signature': 'def do_invoke(self, _: list[str], **kwargs: Any) -> None:'}</s>VERTICAL_LINE = "│" | 0 |
{'name': 'PCFExecute.__init__@code/pymqi/__init__.py', 'description': "PCFExecute(name = '')\n\nConnect to the Queue Manager 'name' (default value '') ready\nfor a PCF command. If name is a QueueManager instance, it is\nused for the connection, otherwise a new connection is made ", 'signature': 'def __init__(self, name... | 0 |
{'name': 'openLabJack@src/LabJackPython.py', 'description': 'openLabJack(deviceType, connectionType, firstFound = True, pAddress = 1, LJSocket = None)\n\nNote: On Windows, UE9 over Ethernet, pAddress MUST be the IP address. ', 'signature': 'def openLabJack(deviceType, connectionType, firstFound = True, pAddress = None,... | 0 |
{'name': 'RstToPdf.createPdf@rst2pdf/createpdf.py', 'description': "Create a PDF from text (ReST input),\nor doctree (docutil nodes) and save it in outfile.\n\nIf outfile is a string, it's a filename.\nIf it's something with a write method, (like a StringIO,\nor a file object), the data is saved there.", 'signature': '... | 1 |
{'name': 'condition@altair/vegalite/v3/api.py', 'description': 'A conditional attribute or encoding\n\nParameters\n----------\npredicate: Selection, LogicalOperandPredicate, expr.Expression, dict, or string\n the selection predicate or test predicate for the condition.\n if a string is passed, it will be treated ... | 0 |
{'name': 'template@src/back/kite/bottle.py', 'description': 'Get a rendered template as a string iterator.\nYou can use a name, a filename or a template string as first parameter.\nTemplate rendering arguments can be passed as dictionaries\nor directly (as keyword arguments).', 'signature': 'def template(*args, **kwarg... | 0 |
{'name': 'prettyFrameStack@boxx/tool/toolLog.py', 'description': 'get frame return pretty str of stack\n\n>>> prettyFrameLocation(frame)\n__init__ <-f <-ff <-demo.py\n\nParameters\n----------\nframe : frame or int, default 0\n if int:相对于调用此函数frame的 int 深度的对应frame\nendByMain : bool, default True\n 为 True 则在第一个 fra... | 0 |
{'name': 'test_forward_reference@tests/test_make.py', 'description': 'Build schemas from classes that are defined below their containing class.', 'signature': 'def test_forward_reference('}</s>{'name': 'UnknownGeneric@tests/test_make.py', 'description': 'DOCSTRING', 'base_classes': ['t.Generic[T]'], 'methods': []} | 0 |
{'name': 'MatchListener.exitObservationExpressionStartStop@stix2matcher/matcher.py', 'description': 'Consumes (1) a time interval as a pair of datetime.datetime objects,\n and (2) a generator of bindings.\nProduces a generator of bindings which are temporally filtered according\n to the given time interval. A bindin... | 0 |
{'name': 'JupyterWidget.set_default_style@qtconsole/jupyter_widget.py', 'description': 'Sets the widget style to the class defaults.\n\nParameters\n----------\ncolors : str, optional (default lightbg)\n Whether to use the default light background or dark\n background or B&W style.', 'signature': "def set_default_... | 0 |
{'name': '_dashboards_response@tessera-server/tessera/views_api.py', 'description': 'Return a Flask response object for a list of dashboards in API\nformat. dashboards must be a list of dashboard model objects, which\nwill be converted to their JSON representation.\n ', 'signature': 'def _dashboards_response(dashboa... | 0 |
{'name': 'FindDap.__call__@pyocd/probe/pydapaccess/interface/pyusb_backend.py', 'description': 'Return True if this is a DAP device, False otherwise', 'signature': 'def __call__(self, dev):'}</s>{'name': 'FindDap@pyocd/probe/pydapaccess/interface/pyusb_backend.py', 'description': 'CMSIS-DAP match class to be used with ... | 1 |
{'name': 'render_quoted_form@hy/core/result_macros.py', 'description': 'Render a quoted form as a new hy Expression.\n\n`level` is the level of quasiquoting of the current form. We can\nunquote if level is 0.\n\nReturns a two-tuple (`expression`, `splice`).\n\nThe `splice` return value is used to mark `unquote-splice`d... | 0 |
{'name': 'design_carfac@python/np/carfac.py', 'description': "This function designs the CARFAC filterbank.\n\nCARFAC is a Cascade of Asymmetric Resonators with Fast-Acting Compression);\nthat is, it take bundles of parameters and computes all the filter\ncoefficients needed to run it.\n\nSee other functions for designi... | 1 |
{'name': '_TestAWSIoTCoreDeviceLifecycleBase.test_device_accept_and_reject_or_dismiss@backend-tests/tests/test_aws_iotcore.py', 'description': 'Test how accepted-rejected and accepted-dismissed Mender flow affects AWS IoT Core devices.', 'signature': 'def test_device_accept_and_reject_or_dismiss('}</s>URL_2FA_ENABLE = ... | 0 |
{'name': 'PCFExecute.__init__@code/pymqi/__init__.py', 'description': "PCFExecute(name = '')\n\nConnect to the Queue Manager 'name' (default value '') ready\nfor a PCF command. If name is a QueueManager instance, it is\nused for the connection, otherwise a new connection is made ", 'signature': 'def __init__(self, name... | 0 |
{'name': 'SyntaxErrorTests.test_nonlocal3@didyoumean/didyoumean_sugg_tests.py', 'description': 'nonlocal must be used only when binding to non-global exists.', 'signature': 'def test_nonlocal3(self):'}</s>UNSUPPORTEDOPERAND = (TypeError, re.UNSUPPORTED_OP_RE) | 0 |
{'name': 'load_data@bambi/data/datasets.py', 'description': 'Load a dataset.\n\nRun with no parameters to get a list of all available data sets.\n\nThe directory to save can also be set with the environment variable `BAMBI_HOME`.\nThe checksum of the dataset is checked against a hardcoded value to watch for data corrup... | 1 |
{'name': 'create_blueprint@flask_security/views.py', 'description': 'Creates the security extension blueprint', 'signature': 'def create_blueprint(state, import_name):'}</s>{'name': 'register@flask_security/views.py', 'description': 'View function which handles a registration request.', 'code': 'def register():\n ""... | 1 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIAMO_MONITOR_CLASS = 839 | 0 |
{'name': 'plugin_loaded@xpath.py', 'description': 'When the plugin is loaded, clear all variables and cache xpaths for current view if applicable.', 'signature': 'def plugin_loaded():'}</s>previous_first_selection = {} | 0 |
{'name': 'degradation_bsrgan@ldm/modules/image_degradation/bsrgan.py', 'description': 'This is the degradation model of BSRGAN from the paper\n"Designing a Practical Degradation Model for Deep Blind Image Super-Resolution"\n----------\nimg: HXWXC, [0, 1], its size should be large than (lq_patchsizexsf)x(lq_patchsizexsf... | 0 |
{'name': 'createAndPublishAPIs@apim-traffic-tool/lib/traffic-tool/src/python/create_api_scenario.py', 'description': 'This function will create and publish all APIs\n:return: None', 'signature': 'def createAndPublishAPIs():'}</s>{'name': 'genSwagger@apim-traffic-tool/lib/traffic-tool/src/python/create_api_scenario.py',... | 0 |
{'name': 'Preventive.get_advisory@core/Defense.py', 'description': 'callable method - return bulletins and advisories data ', 'signature': 'def get_advisory(self):'}</s>{'name': 'create_yaml@common/utils.py', 'description': 'create and move YAML file to the export repository', 'code': 'def create_yaml(response, file):\... | 0 |
{'name': 'TarFile.gettarinfo@venv/Lib/site-packages/pip-19.0.3-py3.8.egg/pip/_vendor/distlib/_backport/tarfile.py', 'description': "Create a TarInfo object for either the file `name' or the file\nobject `fileobj' (using os.fstat on its file descriptor). You can\nmodify some of the TarInfo's attributes before you add it... | 0 |
{'name': 'OtpErlangAtom.binary@src/api/python/erlang.py', 'description': 'return encoded representation', 'signature': 'def binary(self):'}</s>_TAG_BINARY_EXT = 109 | 0 |
{'name': 'add_overlay@scripts/experimental/bmk2/overlays.py', 'description': 'Add an overlay to a series of rspecifications.', 'signature': 'def add_overlay(rspecs, overlay, *args, **kwargs):'}</s>{'name': 'Bmk2RTEnvOverlay@scripts/experimental/bmk2/overlays.py', 'description': 'DOCSTRING', 'base_classes': ['Overlay'],... | 0 |
{'name': 'receive_offline_message@bauhinia_push.py', 'description': '等待100ms,批量发送推送', 'signature': 'def receive_offline_message():'}</s>{'name': 'IOSPush@ios_push.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': [{'name': 'IOSPush.gen_pem@ios_push.py', 'description': 'DOCSTRING', 'code': 'def gen... | 0 |
{'name': 'Recipient.get_suggestions@GeoHealthCheck/models.py', 'description': 'Return list of values to autocomplete for specific user\nand channel.', 'signature': 'def get_suggestions(cls, channel, for_user):'}</s>resource_tags = DB.Table('resource_tags',
DB.Column('identifier', DB.Integer, pr... | 0 |
{'name': 'load@source-builder/sb/options.py', 'description': 'Copy the defaults, get the host specific values and merge them overriding\nany matching defaults, then create an options object to handle the command\nline merging in any command line overrides. Finally post process the\ncommand line.', 'signature': "def loa... | 0 |
{'name': 'BinnedEventArray.n_bins@nelpy/core/_eventarray.py', 'description': '(int) The number of bins.', 'signature': 'def n_bins(self):'}</s>{'name': 'SliceExtractor@nelpy/core/_accessors.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': [{'name': 'SliceExtractor.__init__@nelpy/core/_accessors.p... | 0 |
{'name': 'ps_@vulfocus-api/layout_image/bridge.py', 'description': 'containers status', 'signature': 'def ps_(project):'}</s>{'name': 'info@vulfocus-api/layout_image/bridge.py', 'description': 'docker info', 'code': 'def info():\n """\n docker info\n """\n docker_info = client().info()\n return dict(comp... | 1 |
{'name': 'test_copy_in_s3_file_with_remote@tests/bundles/test_file_bundle_api.py', 'description': 'Test copying in s3 file\nThe file should be copied into the remote context', 'signature': 'def test_copy_in_s3_file_with_remote(run_test):'}</s>{'name': 'run_test@tests/functional/common.py', 'description': 'DOCSTRING', '... | 1 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRC_CODED_CHAR_SET_ID_ERROR = 2330 | 0 |
{'name': 'QueueManager.put1@code/pymqi/__init__.py', 'description': "Put the single message in string buffer 'msg' on the queue\nusing the MQI PUT1 call. This encapsulates calls to MQOPEN,\nMQPUT and MQCLOSE. put1 is the optimal way to put a single\nmessage on a queue.\n\nqDesc identifies the Queue either by name (if i... | 0 |
{'name': 'Expression.statement@da/compiler/dast.py', 'description': 'The first statement parent of this expression, if any.\n\n ', 'signature': 'def statement(self):'}</s>{'name': 'ConstantExpr@da/compiler/dast.py', 'description': 'DOCSTRING', 'base_classes': ['SimpleExpr'], 'methods': []} | 0 |
{'name': 'deserialize@streaming/python/raystreaming/function.py', 'description': 'Deserialize a binary function serialized by `serialize` method.', 'signature': 'def deserialize(func_bytes):'}</s>{'name': 'Function@streaming/python/raystreaming/function.py', 'description': 'The base interface for all user-defined funct... | 0 |
{'name': 'template@3rdparty/mongo-c-driver-1.26.2/build/bottle.py', 'description': 'Get a rendered template as a string iterator.\nYou can use a name, a filename or a template string as first parameter.\nTemplate rendering arguments can be passed as dictionaries\nor directly (as keyword arguments).', 'signature': 'def ... | 0 |
{'name': '_handleAnswerFileParams@packstack/installer/run_setup.py', 'description': 'handle loading and validating\nparams from answer file\nsupports reading single or group params', 'signature': 'def _handleAnswerFileParams(answerFile):'}</s>{'name': 'remove_remote_var_dirs@packstack/installer/run_setup.py', 'descript... | 0 |
{'name': 'Board.san@Monika After Story/game/python-packages/chess/__init__.py', 'description': 'Gets the standard algebraic notation of the given move in the context of\nthe current position.\n\nThere is no validation. It is only guaranteed to work if the move is\nlegal or a null move.', 'signature': 'def san(self, mov... | 0 |
{'name': 'QueueManager.connect_with_options@code/pymqi/__init__.py', 'description': "connect_with_options(name [, opts=cnoopts][ ,cd=mqcd][ ,sco=mqsco])\n connect_with_options(name, cd, [sco])\n\nConnect immediately to the Queue Manager 'name', using the\noptional MQCNO Options opts, the optional MQCD connection\ndes... | 0 |
{'name': 'ReplaceByFeeTest.test_doublespend_chain@qa/rpc-tests/replace-by-fee.py', 'description': 'Doublespend of a long chain', 'signature': 'def test_doublespend_chain(self):'}</s>OP_NEGATE = CScriptOp(0x8f) | 0 |
{'name': 'encrypt_password@flask_security/utils.py', 'description': 'Encrypt the specified plaintext password.\n\nIt uses the configured encryption options.\n\n.. deprecated:: 2.0.2\n Use :func:`hash_password` instead.\n\n:param password: The plaintext password to encrypt', 'signature': 'def encrypt_password(password... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQIACF_MQCB_TYPE = 1363 | 0 |
{'name': 'demangle_date@PFERD/crawl/ilias/kit_ilias_html.py', 'description': 'Demangle a given date in one of the following formats (hour/minute part is optional):\n"Gestern, HH:MM"\n"Heute, HH:MM"\n"Morgen, HH:MM"\n"dd. mon yyyy, HH:MM', 'signature': 'def demangle_date(date_str: str, fail_silently: bool = False) -> Op... | 0 |
{'name': 'test_rewrite_image@geetest_online/test/testgeetestjs.py', 'description': 'load image from file, recombined to new image by offset array', 'signature': 'def test_rewrite_image(image_name, offset_array):'}</s>{'name': 'test_load_geetest_js@geetest_online/test/testgeetestjs.py', 'description': 'load javascript t... | 0 |
{'name': 'RedisStorage.get_events@django_eventstream/storage.py', 'description': 'Retrieves events from the storage for the specified channel,\nstarting from the last known event ID.\n\nArgs:\n channel (str): The name of the channel to retrieve events from.\n last_id (int): The ID of the last event retrieved.\n ... | 0 |
{'name': 'QuantifierRef.sort@src/api/python/z3/z3.py', 'description': 'Return the Boolean sort or sort of Lambda.', 'signature': 'def sort(self):'}</s>{'name': 'fpAdd@src/api/python/z3/z3.py', 'description': "Create a Z3 floating-point addition expression.\n\n>>> s = FPSort(8, 24)\n>>> rm = RNE()\n>>> x = FP('x', s)\n>... | 0 |
{'name': 'VersatileImageFieldTestCase.test_exif_orientation_rotate_180@tests/tests.py', 'description': 'Ensure exif orientation==3 data processes properly.', 'signature': 'def test_exif_orientation_rotate_180(self):'}</s>{'name': 'CroppedImage@versatileimagefield/versatileimagefield.py', 'description': "A SizedImage su... | 0 |
{'name': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQIA_QMOPT_CONS_WARNING_MSGS = 152 | 0 |
{'name': 'predict_structure@colabfold/batch.py', 'description': 'Predicts structure using AlphaFold for the given sequence.', 'signature': 'def predict_structure('}</s>{'name': 'safe_filename@colabfold/input.py', 'description': 'DOCSTRING', 'code': 'def safe_filename(file: str) -> str:\n return "".join([c if c.isaln... | 0 |
{'name': 'count_velocity_smartseq3@kb_python/count.py', 'description': 'Generates count matrices for Smartseq3 (DEPRECATED).\n\nArgs:\n index_path: Path to kallisto index\n t2g_path: Path to transcript-to-gene mapping\n out_dir: Path to output directory\n fastqs: List of FASTQ file paths\n whitelist_path... | 0 |
{'name': 'PCFExecute.__init__@code/pymqi/__init__.py', 'description': "PCFExecute(name = '')\n\nConnect to the Queue Manager 'name' (default value '') ready\nfor a PCF command. If name is a QueueManager instance, it is\nused for the connection, otherwise a new connection is made ", 'signature': 'def __init__(self, name... | 0 |
{'name': 'Bottle._cast@src/back/kite/bottle.py', 'description': 'Try to convert the parameter into something WSGI compatible and set\ncorrect HTTP headers when possible.\nSupport: False, str, unicode, dict, HTTPResponse, HTTPError, file-like,\niterable of strings and iterable of unicodes', 'signature': 'def _cast(self,... | 0 |
{'name': 'ClusterAction.start_clusters@qingcloud/iaas/actions/cluster.py', 'description': 'Start one or more clusters.\n@param clusters: the array of clusters IDs.', 'signature': 'def start_clusters(self, clusters,'}</s>ACTION_DELETE_SECURITY_GROUP_RULES = "DeleteSecurityGroupRules" | 0 |
{'name': 'fit_beta_parameters@tensorqtl/core.py', 'description': 'r2_perm: array of max. r2 values from permutations\ndof_init: degrees of freedom', 'signature': 'def fit_beta_parameters(r2_perm, dof_init, tol=1e-4, return_minp=False):'}</s>output_dtype_dict = {
'num_var':np.int32,
'beta_shape1':np.float32... | 0 |
{'name': 'SingleSubjectWindow.CB_line_text@src/python_scripts/afnipy/gui_uber_subj.py', 'description': 'call-back for text updates in the level 3 gbox', 'signature': 'def CB_line_text(self):'}</s>{'name': 'get_dset_history@src/python_scripts/afnipy/afni_util.py', 'description': "run 3dinfo -history on 'dname' and retur... | 0 |
{'name': 'QueueManager.put1@code/pymqi/__init__.py', 'description': "Put the single message in string buffer 'msg' on the queue\nusing the MQI PUT1 call. This encapsulates calls to MQOPEN,\nMQPUT and MQCLOSE. put1 is the optimal way to put a single\nmessage on a queue.\n\nqDesc identifies the Queue either by name (if i... | 0 |
{'name': 'Serial.reset_output_buffer@serial/serialwin32.py', 'description': 'Clear output buffer, aborting the current output and discarding all\nthat is in the buffer.', 'signature': 'def reset_output_buffer(self):'}</s>EV_EVENT2 = 4096 | 0 |
{'name': 'TLP.pack@fpga/lib/pcie/tb/pcie.py', 'description': 'Pack TLP as DWORD array', 'signature': 'def pack(self):'}</s>FMT_4DW_DATA = 3 | 1 |
{'name': 'nestedExpr@venv/Lib/site-packages/pip-19.0.3-py3.8.egg/pip/_vendor/pyparsing.py', 'description': 'Helper method for defining nested lists enclosed in opening and\nclosing delimiters ("(" and ")" are the default).\n\nParameters:\n - opener - opening character for a nested list\n (default= ``"("``); can also ... | 0 |
{'name': 'normalize_addr_dict@scourgify/normalize.py', 'description': 'Normalize an address from dict or dict-like object.\n\nAssumes addr_dict will have standard address related keys (address_line_1,\naddress_line_2, city, state, postal_code), unless addr_map is provided.\n\naddr_map, if used, must be in the format {s... | 0 |
{'name': 'py_scanstring@simplejson/decoder.py', 'description': 'Scan the string s for a JSON string. End is the index of the\ncharacter in s after the quote that started the JSON string.\nUnescapes all valid JSON string escape sequences and raises ValueError\non attempt to decode an invalid string. If strict is False t... | 0 |
{'name': 'build_datetime@yaql/standard_library/date_time.py', 'description': ':yaql:datetime\n\nReturns datetime object built on year, month, day, hour, minute, second,\nmicrosecond, offset.\n\n:signature: datetime(year, month, day, hour => 0, minute => 0, second => 0,\n microsecond => 0, offset => ... | 0 |
{'name': 'TestRemoveDeclaration.testNotRemoved@src/tests/testXmlEncodingDecode.py', 'description': "Make sure that invalid, or missing, declarations aren't affected.", 'signature': 'def testNotRemoved(self):'}</s>{'name': 'ValidLanguage@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['ValidV... | 0 |
{'name': 'Image._preamble_read@wand/image.py', 'description': 'Set-up MagickWand properties before reading an image file. The\nproperties are unique to the image decoder.\n\n:param background: Defines the default background color.\n:type background: :class:`Color`, :class:`str`\n:param colorspace: Defines what colorspa... | 0 |
{'name': 'PowerfulWord.generate_powerful_word@Preprocessing/PowerfulWord.py', 'description': '计算数据中词语的影响力,格式如下:\n 词语 --> [0. 出现语句对数量,1. 出现语句对比例,2. 正确语句对比例,3. 单侧语句对比例,4. 单侧语句对正确比例,5. 双侧语句对比例,6. 双侧语句对正确比例]', 'signature': 'def generate_powerful_word(self):'}</s>TOKEN_TEST_B = os.path.join(cache_prefix_path, 'token_test... | 0 |
{'name': 'get_makefile_lines@config/makefile.py', 'description': "Generate all of the lines to be written in a particular configuration's makefile ", 'signature': 'def get_makefile_lines(build_id, executable, module_info):'}</s>{'name': 'multiline@config/util.py', 'description': 'Split a long string into lines with n w... | 0 |
{'name': 'opcode_map_c@Ghidra/Processors/RISCV/scripts/binutil.py', 'description': 'CR |funct4 | cr0711 | cr0206 | op |\nCI |funct3 | cop1212 | cr0711 | cop0206 | op |\nCSS |funct3 | cop0712 | cr0206 | op |\nCIW |funct3 | cop0512 | cr0204s | op |\nCL |funct3 | cop1012 | cs0709s | cop0506 | cr0204s | op |\nCS ... | 0 |
{'name': 'draw_water_mix_ratio@pymeteo/skewt.py', 'description': 'Plot lines of constant water vapor mixing ratio on axes\n\n:parameter axes: The axes to draw on\n:type axes: :py:class:`matplotlib.axes`\n\nThis function calculates isolines of constant water vapor\nmixing ratio and plots these lines. Values of w calcul... | 0 |
{'name': 'Sheet.set_data@tksheet/sheet.py', 'description': 'e.g.\ndf = pandas.DataFrame([[1, 2, 3], [4, 5, 6]])\nsheet["A1"] = df.values.tolist()\n\njust uses the spans from_r, from_c values\n\n\'data\' parameter could be:\n- list of lists\n- list of values\n- not a list or tuple\n - can have all three of the below ... | 1 |
{'name': 'calibrate_cams_all@Pose2Sim/calibration.py', 'description': 'Either converts a preexisting calibration file, \nor calculates calibration from scratch (from a board or from points).\nStores calibration in a .toml file\nPrints recap.\n\nINPUTS:\n- a config_dict dictionary\n\nOUTPUT:\n- a .toml camera calibratio... | 1 |
{'name': 'TranslationFromPretrainedBARTTask.load_dataset@fairseq/tasks/translation_from_pretrained_bart.py', 'description': 'Load a given dataset split.\n\nArgs:\n split (str): name of the split (e.g., train, valid, test)', 'signature': 'def load_dataset(self, split, epoch=1, combine=False, **kwargs):'}</s>{'name': ... | 0 |
{'name': 'Map._resolve_references@openapi3/object_base.py', 'description': 'This has been added to allow propagation of reference resolution as defined\nin :any:`ObjectBase._resolve_references`. This implementation simply\ncalls the same on all values in this Map.', 'signature': 'def _resolve_references(self):'}</s>{'... | 1 |
{'name': 'auto_cpp_level@bindings/python/ext/pybind11/pybind11/setup_helpers.py', 'description': 'Return the max supported C++ std level (17, 14, or 11). Returns latest on Windows.', 'signature': 'def auto_cpp_level(compiler: Any) -> Union[str, int]:'}</s>STD_TMPL = "/std:c++{}" if WIN else "-std=c++{}" | 1 |
{'name': 'profile_dump@lib/charliecloud.py', 'description': 'If profiling, dump the profile data.', 'signature': 'def profile_dump():'}</s>{'name': 'profile_stop@lib/charliecloud.py', 'description': 'If profiling, stop the profiler.', 'code': 'def profile_stop():\n "If profiling, stop the profiler."\n if (profiling... | 0 |
{'name': 'TeamMembers.post@app/modules/teams/resources.py', 'description': 'Add a new member to a team.', 'signature': 'def post(self, args, team):'}</s>{'name': 'Team@app/modules/teams/models.py', 'description': 'Team database model.', 'base_classes': ['db.Model', 'Timestamp'], 'methods': [{'name': 'Team.__repr__@app/... | 0 |
{'name': 'collect@scripts/python-skywater-pdk/skywater_pdk/liberty.py', 'description': 'Collect the available timing information in corners.\n\nParameters\n----------\nlibrary_dir: str\n Path to a library.\n\nReturns\n-------\nlib : str\n Library name\n\ncorners : {str: TimingType}\n corners in the library.\n\... | 0 |
{'name': 'opcode_map_c@Ghidra/Processors/RISCV/scripts/binutil.py', 'description': 'CR |funct4 | cr0711 | cr0206 | op |\nCI |funct3 | cop1212 | cr0711 | cop0206 | op |\nCSS |funct3 | cop0712 | cr0206 | op |\nCIW |funct3 | cop0512 | cr0204s | op |\nCL |funct3 | cop1012 | cs0709s | cop0506 | cr0204s | op |\nCS ... | 0 |
{'name': '_covhelper@venv/Lib/site-packages/numpy/ma/extras.py', 'description': 'Private function for the computation of covariance and correlation\ncoefficients.', 'signature': 'def _covhelper(x, y=None, rowvar=True, allow_masked=True):'}</s>log = _MaskedUnaryOperation(umath.log, 1.0,
_Doma... | 0 |
{'name': '_extract_addrs@cpca/__init__.py', 'description': '提取出 sentence 中的所有地址', 'signature': 'def _extract_addrs(sentence, pos_sensitive, umap, truncate_pos=True, new_entry_when_not_belong=False) -> dict:'}</s>{'name': 'empty_record@cpca/__init__.py', 'description': 'DOCSTRING', 'code': 'def empty_record(pos_sensitiv... | 1 |
{'name': 'PCFExecute.__init__@code/pymqi/__init__.py', 'description': "PCFExecute(name = '')\n\nConnect to the Queue Manager 'name' (default value '') ready\nfor a PCF command. If name is a QueueManager instance, it is\nused for the connection, otherwise a new connection is made ", 'signature': 'def __init__(self, name... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.