text
string
label
int64
{'name': 'test_script_types@tests/integration.py', 'description': 'test script types with empty type.', 'signature': 'def test_script_types(client):'}</s>{'name': 'test_bypass_minify_static_file@tests/integration.py', 'description': 'test bypassing css file minifying', 'code': 'def test_bypass_minify_static_file(client...
0
{'name': 'NetstringTests.test_netstringToString@tubes/test/test_framing.py', 'description': 'Length prefix is stripped off.', 'signature': 'def test_netstringToString(self):'}</s>{'name': 'tube@tubes/tube.py', 'description': 'L{tube} is a class decorator which declares a given class to be an\nimplementer of L{ITube} an...
0
{'name': 'PreparedRequest.prepare_url@Retired Content/MimeCast/SumoLogic-Mimecast-Data-Collection/requests/models.py', 'description': 'Prepares the given HTTP URL.', 'signature': 'def prepare_url(self, url, params):'}</s>{'name': 'RequestEncodingMixin@Retired Content/MimeCast/SumoLogic-Mimecast-Data-Collection/requests...
0
{'name': 'type_from_json_schema@typesystem/json_schema.py', 'description': 'Build a typed field or union of typed fields from a JSON schema object.', 'signature': 'def type_from_json_schema(data: dict, definitions: Definitions) -> Field:'}</s>{'name': 'OneOf@typesystem/composites.py', 'description': 'Must match exactly...
0
{'name': 'CheckBraces@scripts/cpplint.py', 'description': 'Looks for misplaced braces (e.g. at the end of line).\n\nArgs:\n filename: The name of the current file.\n clean_lines: A CleansedLines instance containing the file.\n linenum: The number of the line to check.\n error: The function to call with any errors f...
0
{'name': 'lookup_address@gef.py', 'description': 'Try to find the address in the process address space.\nReturn an Address object, with validity flag set based on success.', 'signature': 'def lookup_address(address: int) -> Address:'}</s>{'name': 'get_gef_setting@gef.py', 'description': 'DOCSTRING', 'code': 'def get_ge...
0
{'name': 'ctype2ext@meza/convert.py', 'description': "Converts an http content type to a file extension.\n\nArgs:\n content_type (str): Output file path or directory.\n\nReturns:\n str: file extension\n\nExamples:\n >>> ctype2ext('/csv;') == 'csv'\n True\n >>> ctype2ext('/xls;') == 'xls'\n True\n >...
0
{'name': 'Simplifier.using_params@src/api/python/z3/z3.py', 'description': 'Return a simplifier that uses the given configuration options', 'signature': 'def using_params(self, *args, **keys):'}</s>{'name': 'SetSort@src/api/python/z3/z3.py', 'description': 'Create a set sort over element sort s', 'code': 'def SetSort(s...
0
{'name': 'find_gaps@Ghidra/Processors/RISCV/scripts/binutil.py', 'description': 'Account for all the bits in the pattern\ndummy style just added as they got added', 'signature': 'def find_gaps(op):'}</s>MATCH_FLD = 12295
0
{'name': 'create_modules@models.py', 'description': 'Constructs module list of layer blocks from module configuration in module_defs', 'signature': 'def create_modules(module_defs):'}</s>{'name': 'xywh2xyxy@utils/utils.py', 'description': 'DOCSTRING', 'code': 'def xywh2xyxy(x):\n # Convert bounding box format from [...
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': 'NVMeOFConnectorTestCase.test_extend_volume_unreplicated_nvme_fails@os_brick/tests/initiator/connectors/test_nvmeof.py', 'description': 'nvme command fails, so it rescans, waits, and reads size.', 'signature': 'def test_extend_volume_unreplicated_nvme_fails('}</s>FAKE_SCSI_WWN = "1234567890"
0
{'name': 'config_file@test/conftest.py', 'description': 'Prepares Bioconda config.yaml', 'signature': 'def config_file(tmpdir: py.path.local, case):'}</s>jinja = Environment( loader=PackageLoader('bioconda_utils', 'templates'), trim_blocks=True, lstrip_blocks=True )
0
{'name': 'PyMolecule.GetAllDescriptor@PyBioMed/Pymolecule.py', 'description': '#################################################################\nCalculate all descriptors (608).\n\nUsage:\n\n res=GetAllDescriptor()\n\n res is a dict form.\n#################################################################', 'sign...
0
{'name': 'TestTcpTransport.test_bulk_read@tests/test_tcp_transport.py', 'description': 'TODO\n\n ', 'signature': 'def test_bulk_read(self):'}</s>MSG_CONNECT_WITH_AUTH1 = AdbMessage(command=constants.AUTH, arg0=constants.AUTH_TOKEN, arg1=0, data=b'host::unknown\0')
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQBACF_ACCOUNTING_TOKEN = 7010
0
{'name': 'GWRResults.summary@stwr/gwr.py', 'description': 'Print out GWR summary', 'signature': 'def summary(self):'}</s>{'name': 'cdist@stwr/kernels.py', 'description': 'DOCSTRING', 'code': 'def cdist(coords1,coords2,spherical):\n def _haversine(lon1, lat1, lon2, lat2):\n R = 6371.0 # Earth radius in kilomet...
0
{'name': 'TestObjectsE2E.test_host_record_ea_inheritance@e2e_tests/test_objects.py', 'description': 'Checks if EA inheritance for record:host object\nworks as expected', 'signature': 'def test_host_record_ea_inheritance(self):'}</s>{'name': 'DtcMonitorHttp@infoblox_client/objects.py', 'description': "DtcMonitorHttp: DT...
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>MQWDR_STRUC_ID = b'WDR '
0
{'name': 'get_dataset@datasets/dataset_factory.py', 'description': 'Given a dataset name and a split_name returns a Dataset.\n\nArgs:\n name: String, the name of the dataset.\n split_name: A train/test split name.\n dataset_dir: The directory where the dataset files are stored.\n file_pattern: The file pattern to u...
0
{'name': 'YcmdHandle._HmacForBody@lib/ycmd_handler.py', 'description': '@return bytes\nbytes request_body\nbool to_base64', 'signature': 'def _HmacForBody(self, request_body, to_base64=False):'}</s>{'name': 'active_view@lib/utils.py', 'description': 'Return active view', 'code': "def active_view():\n '''\n Return...
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': 'TypeErrorTests.test_keyword_sort_cmpkey@didyoumean/didyoumean_sugg_tests.py', 'description': 'Sort and sorted functions have a cmp/key param dep. on the vers.', 'signature': 'def test_keyword_sort_cmpkey(self):'}</s>UNEXPECTEDKWARG2 = (TypeError, re.UNEXPECTED_KEYWORDARG2_RE)
1
{'name': 'GroupFitter.xfit_redshift@grizli/fitting.py', 'description': 'Two-step procedure for fitting redshifts\n\n1. polynomial, spline template fits\n2. redshift grids\n3. ...\n\nParameters\n----------\nprior : None, (array, array)\n Redshift prior (z, pz). Will be interpolated to the redshift\n fit grid\n\nt...
0
{'name': 'Record.remove@shingetsu/cache.py', 'description': 'Remove record.\n\nThe record is removed from cache,\nbut do not removed from file-system.', 'signature': 'def remove(self):'}</s>{'name': 'rsa_base_decrypt@shingetsu/apollo.py', 'description': 'DOCSTRING', 'code': 'def rsa_base_decrypt(m, n):\n return pow(...
0
{'name': 'common_main@tools/warn/warn_common.py', 'description': 'Shared main function for Google3 and non-Google3 versions of warn.py.', 'signature': 'def common_main(use_google3, create_launch_subprocs_fn, classify_warnings_fn,'}</s>{'name': 'java_warn@tools/warn/java_warn_patterns.py', 'description': 'DOCSTRING', 'c...
0
{'name': 'delete_review_app@hokusai/commands/review_app.py', 'description': 'delete review app ', 'signature': 'def delete_review_app(context, app_name, filename):'}</s>{'name': 'k8s_delete@hokusai/commands/kubernetes.py', 'description': 'DOCSTRING', 'code': 'def k8s_delete(context, namespace=None, filename=None, rende...
1
{'name': 'move_file@fame/storage/storage.py', 'description': 'Moves a file.', 'signature': 'def move_file(from_path, to_path):'}</s>{'name': 'file_exists@fame/storage/storage.py', 'description': 'DOCSTRING', 'code': "def file_exists(file_path):\n if not storage:\n error('Storage not initialized')\n return ...
0
{'name': 'FiniteDomainSort@src/api/python/z3/z3.py', 'description': 'Create a named finite domain sort of a given size sz', 'signature': 'def FiniteDomainSort(name, sz, ctx=None):'}</s>{'name': 'IntVector@src/api/python/z3/z3.py', 'description': "Return a list of integer constants of size `sz`.\n\n>>> X = IntVector('x'...
0
{'name': 'community_str@test/lib/base.py', 'description': 'Converts integer in to colon separated two bytes decimal strings like\nBGP Community or Large Community representation.\n\nFor example, this function converts 13107300 = ((200 << 16) | 100)\ninto "200:100".', 'signature': 'def community_str(i):'}</s>BGP_ATTR_TY...
0
{'name': 'Simplifier.using_params@src/api/python/z3/z3.py', 'description': 'Return a simplifier that uses the given configuration options', 'signature': 'def using_params(self, *args, **keys):'}</s>{'name': '_to_func_decl_ref@src/api/python/z3/z3.py', 'description': 'DOCSTRING', 'code': 'def _to_func_decl_ref(a, ctx):\...
0
{'name': 'fetch_enron_dataset@tests/conftest.py', 'description': "Downloads and caches a given part of the Enron dataset archive (one per individual)\n\nArgs:\n name: The individual's name\n files: A list of expected PST files\n url: The download URL for that file\n\nReturns:\n A directory path", 'signature...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQ_SERVICE_DESC_LENGTH = 64
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': 'takeMiniTimelapse@source/pi-timolo.py', 'description': 'Take a motion tracking activated mini timelapse sequence\nusing yield if motion triggered', 'signature': 'def takeMiniTimelapse(moPath, prefix, NumOn, motionNumCount, currentDayMode, NumPath):'}</s>{'name': 'getStreamPixAve@source/pi-timolo.py', 'descrip...
0
{'name': 'numpy@examples/python/ggml/utils.py', 'description': "Convert a ggml tensor to a numpy array.\nIf the tensor isn't quantized, the returned numpy array will be a view over its data.\n\nIf it is quantized (and allow_copy is True), the copy will involve dequantization and the returned array will\nbe a copy of th...
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': 'cmd_base@lib/charliecloud.py', 'description': 'Run a command to completion. If not fail_ok, exit with a fatal error if\nthe command fails (i.e., doesn’t exit with code zero). Return the\nCompletedProcess object.\n\nThe command’s stderr is suppressed unless (1) logging is DEBUG or higher\nor (2) fail_ok is Fal...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQAUTH_ALT_USER_AUTHORITY = 1
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': 'Cursor.getmulti@lmdb/cffi.py', 'description': "Returns an iterable of `(key, value)` 2-tuples containing results\nfor each key in the iterable `keys`.\n\n `keys`:\n Iterable to read keys from.\n\n `dupdata`:\n If ``True`` and database was opened with `dupsort=True`, read\n all dupli...
0
{'name': 'calc_validate@geetest_offline/geetest_offline.py', 'description': '计算validate值', 'signature': 'def calc_validate(challenge):'}</s>CAPTCHA_JSON = []
0
{'name': 'fill_filter_mosaics@grizli/pipeline/auto_script.py', 'description': 'Fill field mosaics with the average value taken from other filters so that all images have the same coverage\n\nParameters\n----------\nfield_root : str', 'signature': 'def fill_filter_mosaics(field_root):'}</s>{'name': 'get_gaia_DR2_vizier@...
0
{'name': 'sign2map@venv/Lib/site-packages/numpy/f2py/capi_maps.py', 'description': 'varname,ctype,atype\ninit,init.r,init.i,pytype\nvardebuginfo,vardebugshowvalue,varshowvalue\nvarrfromat\nintent', 'signature': 'def sign2map(a, var):'}</s>{'name': 'isrequired@venv/Lib/site-packages/numpy/f2py/auxfuncs.py', 'description...
1
{'name': 'get_session_over_time@onnxruntime/python/tools/tensorrt/perf/post.py', 'description': 'Returns a new Pandas table with data that tracks the session creation times of model/EP combinations over time.\n\n:param session_table: The Pandas table containing per model/EP session creation times with the schema:\n ...
0
{'name': 'BaseUserInterface.update@ring/func/base.py', 'description': 'Execute the original function and `set` the result as the value.\n\nThis action is comprehensible as a concatenation of\n:meth:`ring.func.base.BaseUserInterface.execute` and\n:meth:`ring.func.base.BaseUserInterface.set`.\n\n:see: :meth:`ring.func.ba...
1
{'name': 'WaterNetworkModel.remove_msx_model@wntr/network/model.py', 'description': 'Remove an msx model from the network', 'signature': 'def remove_msx_model(self):'}</s>{'name': 'Rule@wntr/network/controls.py', 'description': 'A very general and flexible class for defining both controls rules.', 'base_classes': ['Con...
0
{'name': '__listAllUE9Unix@src/LabJackPython.py', 'description': 'Private listAll function for use on unix and mac machines to find UE9s.\n ', 'signature': 'def __listAllUE9Unix(connectionType):'}</s>LJ_ioGET_CONFIG = 1001
0
{'name': 'processPEreads@amptk/process_illumina_folder.py', 'description': 'function for multiprocessing of the data, so take file list as input, need global forward/reverse list available', 'signature': 'def processPEreads(input, args=False):'}</s>{'name': 'softwrap@amptk/amptklib.py', 'description': 'DOCSTRING', 'cod...
0
{'name': 'jitcode.generate_lambdas@jitcode/_jitcode.py', 'description': 'If they do not already exists, this generates lambdified functions by calling `self.generate_f_lambda()` and, if wanted, `generate_jac_lambda()`.', 'signature': 'def generate_lambdas(self):'}</s>{'name': '_jac_from_f_with_helpers@jitcode/_jitcode....
0
{'name': 'IEWindow.ie_window@browser/ie.py', 'description': '获取Internet Explorer_Server对应的ie窗口\n ', 'signature': 'def ie_window(self):'}</s>{'name': 'TreeViewItem@qt4c/wincontrols.py', 'description': 'TreeView Item类,不要直接实例化这个类,而通过TreeView.Items来获取。\n ', 'base_classes': ['control.Control'], 'methods': [{'name'...
0
{'name': 'Empty@src/api/python/z3/z3.py', 'description': 'Create the empty sequence of the given sort\n>>> e = Empty(StringSort())\n>>> e2 = StringVal("")\n>>> print(e.eq(e2))\nTrue\n>>> e3 = Empty(SeqSort(IntSort()))\n>>> print(e3)\nEmpty(Seq(Int))\n>>> e4 = Empty(ReSort(SeqSort(IntSort())))\n>>> print(e4)\nEmpty(ReSo...
0
{'name': 'validateURL@src/feedvalidator/__init__.py', 'description': 'validate RSS from URL, returns events list, or (events, rawdata) tuple', 'signature': 'def validateURL(url, firstOccurrenceOnly=1, wantRawData=0):'}</s>{'name': 'InvalidKmlCoordList@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_cla...
0
{'name': 'TestImport.test_existing_image_is_not_refetched@tests/tests/test_import.py', 'description': 'If an incoming object has a FileField that reports the same size/hash as the existing\nfile, we should not refetch the file', 'signature': 'def test_existing_image_is_not_refetched(self, get):'}</s>{'name': 'Sponsored...
0
{'name': 'lava_cell_op@self_organising_systems/biomakerca/extensions/eruption.py', 'description': 'Create the exclusive function of LAVA cells.\n\nLAVA expires after a minimum age.\nLAVA has a falling-sand property. But, if it cannot fall, it then may\nburn nearby burnable cells (making them FIRE).', 'signature': 'def ...
0
{'name': 'Slides.generate@d2lbook/slides.py', 'description': 'Get all slide blocks and write to file.', 'signature': 'def generate(self, nb: notebooknode.NotebookNode, output_fn: str):'}</s>{'name': '_clean_if_branches@d2lbook/notebook.py', 'description': 'Handle special if branchs\n ', 'code': 'def _clean_if_branch...
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': 'TopLevelMixin.save@altair/vegalite/v3/api.py', 'description': "Save a chart to file in a variety of formats\n\nSupported formats are json, html, png, svg, pdf; the last three require\nthe altair_saver package to be installed.\n\nParameters\n----------\nfp : string filename or file-like object\n file in whi...
0
{'name': 'parse_1dplot_args@src/python_scripts/afnipy/lib_apqc_io.py', 'description': 'Parse arguments for Pythony 1dplotter.\n\nInput\n-----\nargv : list of args (not including prog name)\n\nReturn\n------\n\niopts : an object with the argument values stored, including a\n self-"check_req()" method, as well.', 'sig...
0
{'name': 'info@ascmhl/commands.py', 'description': 'Prints information from the ASC MHL history\n\n\x08', 'signature': 'def info(verbose, single_file, root_path):'}</s>{'name': 'verbose@ascmhl/logger.py', 'description': 'Logs a message to stdout only if verbose is enabled.', 'code': 'def verbose(msg, *args):\n """Lo...
1
{'name': 'call@linodecli/plugins/obj/__init__.py', 'description': 'This is called when the plugin is invoked', 'signature': 'def call('}</s>{'name': 'list_all_objects@linodecli/plugins/obj/list.py', 'description': 'Lists all objects in all buckets', 'code': 'def list_all_objects(\n get_client, args, **kwargs\n): # ...
0
{'name': 'PRPList.__setitem__@scripts/psd.py', 'description': 'insert buffer PRP to PRP List', 'signature': 'def __setitem__(self, index, buf: PRP):'}</s>{'name': 'test_iocq_prplist@scripts/psd.py', 'description': 'DOCSTRING', 'code': 'def test_iocq_prplist():\n prp_list = PRPList()\n p = PRP()\n p.offset = 40...
0
{'name': 'CSSParser.selector_iter@SneakerBot 2019/venv/lib/python3.7/site-packages/soupsieve/css_parser.py', 'description': 'Iterate selector tokens.', 'signature': 'def selector_iter(self, pattern):'}</s>FLG_IN_RANGE = 128
0
{'name': 'IUZone.zone_id@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Return the zone_id. Should match the zone_id used in sequences', 'signature': 'def zone_id(self) -> str:'}</s>{'name': 'IUTest@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'This c...
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': 'load@spatialmedia/mpeg/sv3d.py', 'description': 'Loads the sv3d box located at position in an mp4 file.\n\nArgs:\n fh: file handle, input file handle.\n position: int or None, current file position.\n\nReturns:\n new_box: box, sv3d box loaded from the file location or None.', 'signature': 'def load(fh, pos...
0
{'name': 'TestMommyCreatesAssociatedModels.test_create_many_to_many_with_through_option@tests/test_mommy.py', 'description': 'This does not works', 'signature': 'def test_create_many_to_many_with_through_option(self):'}</s>GENDER_CHOICES = [ ('M', 'male'), ('F', 'female'), ('N', 'non-binary'), ]
0
{'name': 'IUZone.zone_id@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Return the zone_id. Should match the zone_id used in sequences', 'signature': 'def zone_id(self) -> str:'}</s>CONF_MINIMUM = "minimum"
0
{'name': 'QueueManager._is_connected@code/pymqi/__init__.py', 'description': "Try pinging the queue manager in order to see whether the application\nis connected to it. Note that the method is merely a convienece wrapper\naround MQCMD_PING_Q_MGR, in particular, there's still possibility that\nthe app will disconnect be...
0
{'name': 'CScriptOp.decode_op_n@test/functional/test_framework/script.py', 'description': 'Decode a small integer opcode, returning an integer', 'signature': 'def decode_op_n(self):'}</s>OP_9 = CScriptOp(0x59)
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': 'is_ip_addr@signac/_vendor/configobj/validate.py', 'description': 'Check that the supplied value is an Internet Protocol address, v.4,\nrepresented by a dotted-quad string, i.e. \'1.2.3.4\'.\n\n>>> vtor.check(\'ip_addr\', \'1 \')\n\'1\'\n>>> vtor.check(\'ip_addr\', \' 1.2\')\n\'1.2\'\n>>> vtor.check(\'ip_addr\...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQQT_REMOTE = 6
0
{'name': 'TestEmbeddedDocumentField.test__parent__init__method_included_in_init_chain@tests/test_db_fields.py', 'description': 'Test to protect from accidental incorrect __init__ method overwrite.', 'signature': 'def test__parent__init__method_included_in_init_chain(self, db, mocker):'}</s>{'name': 'FloatField@flask_mo...
0
{'name': 'canonicalForm@src/feedvalidator/uri.py', 'description': 'Give the canonical form for a URI, so char-by-char comparisons become valid tests for equivalence.', 'signature': 'def canonicalForm(u):'}</s>PCHAR = '-._~' + SUBDELIMS + ':@'
0
{'name': 'Queue.get@code/pymqi/__init__.py', 'description': "Return a message from the queue. If the queue is not already\nopen, it is opened now with the option 'MQOO_INPUT_AS_Q_DEF'.\n\nmaxLength, if present, specifies the maximum length for the\nmessage. If the message received exceeds maxLength, then the\nbehavior ...
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': 'PandasToPandasReader.advanced_roles_guess@lightautoml/reader/base.py', 'description': "Advanced roles guess over user's definition and reader's simple guessing.\n\nStrategy - compute feature's NormalizedGini\nfor different encoding ways and calc stats over results.\nRole is inferred by comparing performance s...
0
{'name': 'build_script_generator@tools/ipp_custom_library_tool_python/tool/generators.py', 'description': 'Generates script for building custom dynamic library\n:return: String that represents script', 'signature': 'def build_script_generator():'}</s>EXPORT_FILE = {WINDOWS: "export.def", LINUX: "export.def"}
1
{'name': 'ReplaceByFeeTest.test_opt_in@test/functional/feature_rbf.py', 'description': 'Replacing should only work if orig tx opted in', 'signature': 'def test_opt_in(self):'}</s>OP_11 = CScriptOp(0x5b)
0
{'name': '_AddMessageMethods@python/google/protobuf/internal/python_message.py', 'description': 'Adds implementations of all Message methods to cls.', 'signature': 'def _AddMessageMethods(message_descriptor, cls):'}</s>{'name': 'MessageSizer@python/google/protobuf/internal/encoder.py', 'description': 'Returns a sizer f...
0
{'name': 'Main.initialise_jobs@accelerator/control.py', 'description': 'Updata database, check deps, create jobids. ', 'signature': 'def initialise_jobs(self, setup, workdir=None):'}</s>{'name': '_get_params@accelerator/database.py', 'description': 'DOCSTRING', 'code': 'def _get_params(jobid):\n\ttry:\n\t\treturn jobid...
0
{'name': 'Device._buildReadRegisterPacket@src/LabJackPython.py', 'description': 'self._buildReadRegisterPacket(addr, numReg)\n\nBuilds a raw modbus "Read Register" packet to be written to a device\n\nReturns a tuple:\n(<Packet as a list>, <number of bytes to read>)', 'signature': 'def _buildReadRegisterPacket(self, add...
0
{'name': 'TestAddressNormalizationUtils.test_pre_clean_addr_str@scourgify/tests/test_address_normalization.py', 'description': 'Test pre_clean_addr_str function', 'signature': 'def test_pre_clean_addr_str(self):'}</s>{'name': 'normalize_addr_str@scourgify/normalize.py', 'description': 'Normalize a complete or partial a...
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>{'name': '_convert2ma@venv/Lib/site-packages/numpy/ma/core.py', 'description'...
0
{'name': 'test_sorting@voluptuous/tests/tests.py', 'description': 'Expect alphabetic sorting', 'signature': 'def test_sorting():'}</s>{'name': 'validate@voluptuous/schema_builder.py', 'description': 'Decorator for validating arguments of a function against a given schema.\n\nSet restrictions for arguments:\n\n >>> @...
0
{'name': 'extract_from_coords@grizli/aws/sky_wfss.py', 'description': ' ', 'signature': "def extract_from_coords(ra=189.0706488, dec=62.2089502, grisms=['F356W-GRISMR','F410M-GRISMR','F444W-GRISMR'], size=48, grp=None, clean=False, get_cutout=True, cutout_filter='F444W-CLEAR', prefix='gdn-grism', verbose=True, mb_kw...
0
{'name': 'BL3Save.set_max_sdus@bl3save/bl3save.py', 'description': 'Sets the specified SDUs (or all SDUs that we know about) to be at the max level', 'signature': 'def set_max_sdus(self, sdulist=None):'}</s>profile_weapontrinkets_hash_to_eng = weapon_cust_paths_to_hash(profile_weapontrinkets_obj_to_eng)
0
{'name': 'second_pass_threshold@avgn/segment_song/wav_to_syllables.py', 'description': 'The first pass threshold finds bouts based upon silences. The second pass, sets a more liberal threshold, based upon stretches of audio\nwhich are controlled for the expected bout rate', 'signature': 'def second_pass_threshold(onset...
1
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQNPMS_FAST = 2
0
{'name': '_merge_a_into_b@api/lib/fast_rcnn/config.py', 'description': 'Merge config dictionary a into config dictionary b, clobbering the\noptions in b whenever they are also specified in a.', 'signature': 'def _merge_a_into_b(a, b):'}</s>{'name': 'get_output_dir@api/lib/fast_rcnn/config.py', 'description': 'Return th...
0
{'name': 'print_power_equipment_summary@redfish_utilities/power_equipment.py', 'description': 'Prints the power equipment summary into a table\n\nArgs:\n power_equipment_summary: The power equipment summary to print', 'signature': 'def print_power_equipment_summary(power_equipment_summary):'}</s>voltage_type_strings...
0
{'name': 'RepeatChart.interactive@altair/vegalite/v3/api.py', 'description': 'Make chart axes scales interactive\n\nParameters\n----------\nname : string\n The selection name to use for the axes scales. This name should be\n unique among all selections within the chart.\nbind_x : boolean, default True\n If tru...
0
{'name': 'attribute_remove_cmd@cjio/cjio.py', 'description': "Remove an attribute. \nIf it's not present nothing is done.\nThat's it. \n\n $ cjio myfile.city.json attribute_remove roofType info", 'signature': 'def attribute_remove_cmd(attr):'}</s>MODULE_EARCUT_AVAILABLE = True
0
{'name': 'BaseImage.export_pixels@wand/image.py', 'description': 'Export pixel data from a raster image to\na list of values.\n\nThe ``channel_map`` tells ImageMagick which color\nchannels to export, and what order they should be\nwritten as -- per pixel. Valid entries for\n``channel_map`` are:\n\n- ``\'R\'`` - Red cha...
0
{'name': 'strip_space@libc/kernel/tools/cpp.py', 'description': 'Strip out redundant space in a given string.', 'signature': 'def strip_space(s):'}</s>{'name': 'BlockParserTests@libc/kernel/tools/cpp.py', 'description': 'BlockParser unit tests.', 'base_classes': ['unittest.TestCase'], 'methods': [{'name': 'BlockParserT...
0
{'name': 'PerfectModelEnsemble.verify@src/climpred/classes.py', 'description': 'Verify initialized predictions against a configuration of its members.\n\n.. note::\n The configuration of the other ensemble members is based off of the\n ``comparison`` keyword argument.\n\nArgs:\n metric: Metric to apply for ver...
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>MQCMDL_LEVEL_912 = 912
0
{'name': 'test_empty_string_with_url@tests/test_bare.py', 'description': 'Originally for https://github.com/mverleg/pyjson_tricks/issues/51 ', 'signature': 'def test_empty_string_with_url():'}</s>{'name': 'test_hooks_not_too_eager@tests/test_bare.py', 'description': 'DOCSTRING', 'code': "def test_hooks_not_too_eager():...
0
{'name': 'TestCondensedGraphOfReactionFeaturizer.test_calc_node_feature_matrix_shape@tests/unit/featurizers/test_cgr.py', 'description': 'Test that the calc_node_feature_matrix method returns the correct node feature matrix.', 'signature': 'def test_calc_node_feature_matrix_shape(self, rxn_smi, mode_name):'}</s>reac_pr...
0