text
string
label
int64
{'name': 'Distinct@src/api/python/z3/z3.py', 'description': "Create a Z3 distinct expression.\n\n>>> x = Int('x')\n>>> y = Int('y')\n>>> Distinct(x, y)\nx != y\n>>> z = Int('z')\n>>> Distinct(x, y, z)\nDistinct(x, y, z)\n>>> simplify(Distinct(x, y, z))\nDistinct(x, y, z)\n>>> simplify(Distinct(x, y, z), blast_distinct=...
0
{'name': 'wizard_font@art/utils.py', 'description': 'Check input text length for wizard mode.\n\n:param text: input text\n:type text:str\n:return: font as str', 'signature': 'def wizard_font(text):'}</s>SMALL_WIZARD_FONT = [ "contessa", "avatar", "mini", "bigfig", "lcd", "bubble", "digital",...
1
{'name': 'get_cmdclass@versioneer.py', 'description': 'Get the custom setuptools/distutils subclasses used by Versioneer.\n\nIf the package uses a different cmdclass (e.g. one from numpy), it\nshould be provide as an argument.', 'signature': 'def get_cmdclass(cmdclass=None):'}</s>{'name': 'render_pep440@versioneer.py',...
0
{'name': 'run_model_on_ep@onnxruntime/python/tools/tensorrt/perf/benchmark.py', 'description': 'Benchmarks and/or validates the given model on the given EP.\n\n:param args: The command-line arguments to this script.\n:param model_name: The name of the model to run.\n:param model_info: A dictionary that contains paths t...
0
{'name': 'create_tables_command@databricks-adx-integration/src/code/tools/ADXProvisionTool/create_dataexplorer_database.py', 'description': 'create one table for existing database\n\n:param number_of_companies: number_of_companies\n:type number_of_companies: int\n:param schema_file: schema file\n:type schema_file: json...
0
{'name': 'make_SEP_catalog@grizli/prep.py', 'description': "Make a catalog from drizzle products using the SEP implementation of SourceExtractor\n\nParameters\n----------\nroot : str\n Rootname of the FITS images to use for source extraction. This\n function is designed to work with the single-image products fro...
1
{'name': 'RPCBindTest.run_allowip_test@qa/rpc-tests/rpcbind_test.py', 'description': 'Start a node with rpcallow IP, and request getnetworkinfo\nat a non-localhost IP.', 'signature': 'def run_allowip_test(self, allow_ips, rpchost, rpcport):'}</s>STATE_TIME_WAIT = "06"
0
{'name': 'streets_per_node_proportions@osmnx/stats.py', 'description': 'Calculate streets-per-node proportions.\n\nParameters\n----------\nG\n Input graph.\n\nReturns\n-------\nspnp\n Dictionary keyed by count of streets incident on each node, and with\n values of what proportion of nodes in the graph have thi...
0
{'name': 'argnode_source@varname/utils.py', 'description': 'Get the source of an argument node\n\nArgs:\n source: The executing source object\n node: The node to get the source from\n vars_only: Whether only allow variables and attributes\n\nReturns:\n The source of the node (node.id for ast.Name,\n ...
0
{'name': 'SliceTemplateView.create@nssmf/views.py', 'description': 'Create a new individual Slice Template resource.\nThe POST method creates a new individual Slice Template resource.', 'signature': 'def create(self, request, *args, **kwargs):'}</s>DATABASE_PASSWORD = os.getenv('FREE5GMANO_MYSQL_PASSWORD', 'password')
0
{'name': 'test_get_cve_id_state_in_choices@test-http/src/test/cve_id_tests/cve_id_as_org_admin.py', 'description': "state parameter can only be 'REJECTED', 'PUBLISHED' or 'RESERVED' ", 'signature': 'def test_get_cve_id_state_in_choices(org_admin_headers):'}</s>{'name': 'response_contains_json@test-http/src/utils.py', '...
1
{'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': '_parse_jitlog@jitlog/parser.py', 'description': "JitLog is parsed. if an exception is raised after\nthe header has been read, it is saved in the field 'exc' on\nthe forest returned.\n\nThis allows to parse an incomplete log file an still display\neverything that was readable!\nIf a ParseException is directly ...
0
{'name': 'IMAP.emails@imapy/imap.py', 'description': 'Returns emails based on search criteria or sequence set', 'signature': 'def emails(self, *args, **kwargs) -> List[Union[EmailMessage, str]]:'}</s>{'name': 'TagNotSupported@imapy/exceptions.py', 'description': 'Raised when user tries to mark email message with non-st...
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': 'main@spatialmedia/__main__.py', 'description': 'Main function for printing and injecting spatial media metadata.', 'signature': 'def main():'}</s>{'name': 'generate_spherical_xml@spatialmedia/metadata_utils.py', 'description': 'DOCSTRING', 'code': 'def generate_spherical_xml(stereo=None):\n # Configure inj...
1
{'name': 'FancyPage.draw_background@rst2pdf/createpdf.py', 'description': 'Draws a background and/or foreground image\non each page which uses the template.\n\nCalculates the image one time, and caches\nit for reuse on every page in the template.\n\nHow the background is drawn depends on the\n--fit-background-mode opti...
1
{'name': 'run_bind_test@qa/rpc-tests/rpcbind_test.py', 'description': 'Start a node with requested rpcallowip and rpcbind parameters,\nthen try to connect, and check if the set of bound addresses\nmatches the expected set.', 'signature': 'def run_bind_test(tmpdir, allow_ips, connect_to, addresses, expected):'}</s>{'nam...
0
{'name': 'ingest_to_adx@databricks-adx-integration/src/code/functions/adxingestp2/__app__/dataingest/__init__.py', 'description': 'Trigger ADX to ingest the specified file in Azure Data Lake\nPrepare ADX ingestion meta-data\n:param file_path: The full path of blob file\n:param file_size: The full size of blob file\n:pa...
0
{'name': 'draw_dry_adiabat@pymeteo/skewt.py', 'description': 'Plot dry adiabats on axes\n\n:parameter axes: The axes to draw on\n:type axes: :py:class:`matplotlib.axes`\n\nThis function calculates dry adiabats\nand plots these lines. Adiabats are calculated \nevery 10 K', 'signature': 'def draw_dry_adiabat(axes):'}</s...
0
{'name': 'launch@python/dglke/dist_train.py', 'description': 'launch kvclient and kvserver processes to cluster\n ', 'signature': 'def launch(args):'}</s>{'name': 'scp_file@python/dglke/dist_train.py', 'description': 'scp file to remote machine\n ', 'code': 'def scp_file(file, ip, path, ssh_key=None):\n """scp...
1
{'name': 'ae_transformer_internal@tensor2tensor_envi/models/research/transformer_nat.py', 'description': 'Main step used for training.', 'signature': 'def ae_transformer_internal(inputs, targets, target_space, hparams, cache=None):'}</s>{'name': 'decompress_step@tensor2tensor_envi/models/research/transformer_nat.py', '...
1
{'name': 'PFAddr._to_string@pf/rule.py', 'description': 'Return the string representation of the address.', 'signature': 'def _to_string(self):'}</s>{'name': 'rate2str@pf/_utils.py', 'description': 'Return the string representation of the network speed rate.', 'code': 'def rate2str(bw):\n """Return the string repres...
0
{'name': 'PFDivert._to_string@pf/rule.py', 'description': 'Return a string representation of the object.', 'signature': 'def _to_string(self):'}</s>PFTM_ADAPTIVE_START = 16
0
{'name': 'LanguageIdentifier.instance2fv@filters/Lang_Identifier/langid.py', 'description': 'Map an instance into the feature space of the trained model.', 'signature': 'def instance2fv(self, text):'}</s>{'name': 'main@filters/Lang_Identifier/langid.py', 'description': 'DOCSTRING', 'code': 'def main():\n global identi...
0
{'name': 'modsign2map@venv/Lib/site-packages/numpy/f2py/capi_maps.py', 'description': 'modulename', 'signature': 'def modsign2map(m):'}</s>{'name': 'getstrlength@venv/Lib/site-packages/numpy/f2py/capi_maps.py', 'description': 'DOCSTRING', 'code': "def getstrlength(var):\n if isstringfunction(var):\n if 'resul...
0
{'name': 'DistanceMapBuilder.speak@preprocessing/biotoolbox/contact_map_builder.py', 'description': 'Print a message or blackhole it', 'signature': 'def speak(self, *args, **kwargs):'}</s>{'name': 'DistanceMapBuilder@preprocessing/biotoolbox/contact_map_builder.py', 'description': 'DOCSTRING', 'base_classes': [], 'meth...
1
{'name': 'FeatureMapsSpecification.get_dummy_input@pytorch_toolbelt/modules/interfaces.py', 'description': 'Returns dummy input for this feature map specification\n:return: Dummy input tensor', 'signature': 'def get_dummy_input(self, device=None, image_size=(640, 512)) -> List[Tensor]:'}</s>{'name': 'AbstractDecoder@py...
0
{'name': 'get_current_error@wrappers/python/indy_vdr/bindings.py', 'description': 'Get the error result from the previous failed API method.\n\nArgs:\n expect: Return a default error message if none is found', 'signature': 'def get_current_error(expect: bool = False) -> VdrError:'}</s>{'name': 'encode_bytes@wrappers...
0
{'name': 'main@pyscripts/inference/pseudo_softmax.py', 'description': 'Generate pseudo labels by softmax classifier.\n ', 'signature': 'def main():'}</s>{'name': 'resnet_101_deeplab@spml/models/embeddings/resnet_deeplab.py', 'description': 'Deeplab.v2 with resnet101 backbone.\n ', 'code': 'def resnet_101_deeplab(conf...
1
{'name': 'GTestJsonOutputUnitTest._GetJsonOutput@Engine/lib/gtest/googletest/test/googletest-json-output-unittest.py', 'description': "Returns the JSON output generated by running the program gtest_prog_name.\n\nFurthermore, the program's exit code must be expected_exit_code.\n\nArgs:\n gtest_prog_name: Google Test bi...
1
{'name': 'tidy_order@cpca/__init__.py', 'description': '整理顺序,唯一作用是让列的顺序好看一些', 'signature': 'def tidy_order(df, pos_sensitive):'}</s>A = 2
0
{'name': 'test_ssl_env@cheroot/test/test_ssl.py', 'description': 'Test the SSL environment generated by the SSL adapters.', 'signature': 'def test_ssl_env( # noqa: C901 # FIXME'}</s>{'name': 'test_ssl_adapters@cheroot/test/test_ssl.py', 'description': 'Test ability to connect to server via HTTPS using adapters.', 'co...
0
{'name': 'RFC6979.test_SECP256k1@components/esptool_py/esptool/ecdsa/test_pyecdsa.py', 'description': "RFC doesn't contain test vectors for SECP256k1 used in bitcoin.\nThis vector has been computed by Golang reference implementation instead.", 'signature': 'def test_SECP256k1(self):'}</s>{'name': 'PRNG@components/espto...
0
{'name': 'writeFileTree@fwtool.py', 'description': 'Writes a list of UnixFiles to the disk, unpacking known archive files', 'signature': 'def writeFileTree(files, path):'}</s>{'name': 'unpackAsh@fwtool.py', 'description': 'DOCSTRING', 'code': "def unpackAsh(file, outDir, mtime):\n print('Decrypting firmware image')\n a...
0
{'name': 'MarkerManager.mark_compiler_output@parseoutput.py', 'description': 'Parse text into a list of OutputMessage objects.\n ', 'signature': 'def mark_compiler_output(self, view, banner, base_dir, text, exit_code):'}</s>{'name': 'settings_has_haskell_source@sublime_haskell_common.py', 'description': 'DOCSTRI...
0
{'name': 'PFAddr._to_string@pf/rule.py', 'description': 'Return the string representation of the address.', 'signature': 'def _to_string(self):'}</s>PF_TABLE_NAME_SIZE = 32
0
{'name': 'WaybackMachineSaveAPI.save@waybackpy/save_api.py', 'description': 'Calls the SavePageNow API of the Wayback Machine with required parameters\nand headers to save the URL.\n\nRaises MaximumSaveRetriesExceeded is maximum retries are exhausted but still\nwe were unable to retrieve the archive from the Wayback Ma...
1
{'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': 'test_list_validation_messages@voluptuous/tests/tests.py', 'description': 'Make sure useful error messages are available', 'signature': 'def test_list_validation_messages():'}</s>{'name': 'test_any_required@voluptuous/tests/tests.py', 'description': 'DOCSTRING', 'code': 'def test_any_required():\n schema = ...
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': 'ParseArguments@llvm-12.0.0-project/compiler-rt/lib/sanitizer_common/scripts/cpplint.py', 'description': 'Parses the command line arguments.\n\nThis may set the output format and verbosity level as side-effects.\n\nArgs:\n args: The command line arguments:\n\nReturns:\n The list of filenames to lint.', 'sign...
0
{'name': 'save_alias@d2lbook/library.py', 'description': 'Save alias into the library file', 'signature': 'def save_alias(tab_lib):'}</s>{'name': 'create_new_notebook@d2lbook/notebook.py', 'description': 'create an empty notebook by copying metadata from nb', 'code': 'def create_new_notebook(\n nb: notebooknode....
0
{'name': 'create_patches_reduced_target@csbdeep/data/generate.py', 'description': 'Create normalized training data to be used for neural network training.\n\nIn contrast to :func:`create_patches`, it is assumed that the target image has reduced\ndimensionality (i.e. size 1) along one or several axes (`reduction_axes`)....
1
{'name': 'scnym_predict@scnym/api.py', 'description': 'Predict cell identities using an scNym model.\n\nParameters\n----------\nadata : AnnData\n [Cells, Genes] experiment containing annotated\n cells to train on.\nconfig : dict\n configuration options.\n\nReturns\n-------\nNone. Adds `adata.obs[config["key_ad...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQRC_CONN_ID_IN_USE = 2160
0
{'name': 'save_cmd_orig@src/python_scripts/afnipy/lib_physio_logs.py', 'description': 'Write out input cmd output dir.', 'signature': 'def save_cmd_orig(retobj, verb=1):'}</s>{'name': 'pad_argv_list_elements@src/python_scripts/afnipy/lib_format_cmd_str.py', 'description': "The list big_list is a list of lists, each of ...
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': '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': 'generate@code/html/generate_static_website.py', 'description': 'Regenerates the whole static website given an already imported set of entries, inspirations and developers.\nThese datasets must be valid for each other, i.e. each inspiration listed in entries must also have an\nentry in inspirations and the sam...
0
{'name': 'TopLevelMixin.transform_fold@altair/vegalite/v5/api.py', 'description': 'Add a FoldTransform to the spec.\n\nParameters\n----------\nfold : List(string)\n An array of data fields indicating the properties to fold.\nas : [string, string]\n The output field names for the key and value properties produced ...
0
{'name': 'BitcoinTestFramework._initialize_chain@test/functional/test_framework/test_framework.py', 'description': 'Initialize a pre-mined blockchain for use by the test.\n\nCreate a cache of a 200-block-long chain (with wallet) for MAX_NODES\nAfterward, create num_nodes copies from the cache.', 'signature': 'def _init...
0
{'name': 'EstimateFeeTest.setup_network@qa/rpc-tests/smartfees.py', 'description': "We'll setup the network to have 3 nodes that all mine with different parameters.\nBut first we need to use one node to create a lot of small low priority outputs\nwhich we will use to generate our transactions.", 'signature': 'def setup...
0
{'name': 'MomSpaceBasis.__init__@doc/src/week46/Programs/NeutronMatterCCD_Ladders.py', 'description': 'the constructor\n\nGenerates a cubic lattice in momentum space\nparam Nmax: Number of lattice points in positive kx-direction\nparam kmax: Highest lattice momentum (in 1/fm)\nparam ordered: Optional parameter, True by...
1
{'name': 'analyze_menu_frame@analyze.py', 'description': 'check menu button\n\nfound menu button for start analyze\n\nArgs\n frame (ndarray): edited frame from movie\n menu (ndarray): MENU template\n roi (list): search roi\n\nReturns\n True, False (boolean): menu found or not\n max_loc (list, boolean): m...
0
{'name': 'Decoder.decode_list@transit/decoder.py', 'description': "Special case decodes map-as-array.\nOtherwise lists are treated as Python lists.\n\nArguments follow the same convention as the top-level 'decode'\nfunction.", 'signature': 'def decode_list(self, node, cache, as_map_key):'}</s>{'name': 'List@transit/tra...
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': 'test_estoi_good_fs@tests/test_stoi.py', 'description': 'Test extended STOI at sampling frequency of 10kHz. ', 'signature': 'def test_estoi_good_fs():'}</s>NUMBAND = 15
0
{'name': 'CheckLanguage@tools/cpplint.py', 'description': "Checks rules from the 'C++ language rules' section of cppguide.html.\n\nSome of these rules are hard to test (function overloading, using\nuint32 inappropriately), but we do the best we can.\n\nArgs:\n filename: The name of the current file.\n clean_lines: A ...
0
{'name': 'remove_binder_link@nams/builder_lib.py', 'description': 'Remove a binder link from a given notebook at the nb_relpath.', 'signature': 'def remove_binder_link(nb_relpath: Path, docroot: Path) -> None:'}</s>{'name': 'to_pdf@nams/builder_lib.py', 'description': 'Compile final notebook into a single PDF while exe...
0
{'name': 'show_usage@linodecli/plugins/obj/__init__.py', 'description': 'Shows space used by all buckets in this cluster, and total space', 'signature': 'def show_usage(get_client, args, **kwargs): # pylint: disable=unused-argument'}</s>MULTIPART_UPLOAD_CHUNK_SIZE_DEFAULT = 1024
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': 'make_tokenizer_module@sqlitefts/fts3.py', 'description': 'tokenizer module', 'signature': 'def make_tokenizer_module(tokenizer):'}</s>SQLITE_DONE = 101
1
{'name': 'cross_validate@src/upgini/utils/sklearn_ext.py', 'description': 'Evaluate metric(s) by cross-validation and also record fit/score times.\n\nRead more in the :ref:`User Guide <multimetric_cross_validation>`.\n\nParameters\n----------\nestimator : estimator object implementing \'fit\'\n The object to use to ...
0
{'name': 'main@static/watool/utilities/Code/exportImportWAFR.py', 'description': 'Main program run ', 'signature': 'def main():'}</s>__author__ = "Eric Pullen"
0
{'name': 'NodeIndex.get_collections@src/bids/variables/entities.py', 'description': "Retrieve variable data for a specified level in the Dataset.\n\nParameters\n----------\nunit : str\n The unit of analysis to return variables for. Must be\n one of 'run', 'session', 'subject', or 'dataset'.\nnames : list\n Opt...
1
{'name': '_GetTextInside@scripts/cpplint.py', 'description': "Retrieves all the text between matching open and close parentheses.\n\nGiven a string of lines and a regular expression string, retrieve all the text\nfollowing the expression and between opening punctuation symbols like\n(, [, or {, and the matching close-p...
0
{'name': 'PFGid._str_to_num@pf/rule.py', 'description': 'Convert a string to a numeric group ID.', 'signature': 'def _str_to_num(self, s):'}</s>PF_WSCALE_MASK = 15
0
{'name': 'Client.connect@skein/core.py', 'description': "Connect to a running application.\n\nParameters\n----------\napp_id : str\n The id of the application.\nwait : bool, optional\n If true [default], blocks until the application starts. If False,\n will raise a ``ApplicationNotRunningError`` immediately if...
1
{'name': 'func@python/taichi/lang/kernel_impl.py', 'description': 'Marks a function as callable in Taichi-scope.\n\nThis decorator transforms a Python function into a Taichi one. Taichi\nwill JIT compile it into native instructions.\n\nArgs:\n fn (Callable): The Python function to be decorated\n is_real_function ...
0
{'name': 'calculate_association@tensorqtl/cis.py', 'description': 'Standalone helper function for computing the association between\na set of genotypes and a single phenotype.', 'signature': 'def calculate_association(genotype_df, phenotype_s, covariates_df=None,'}</s>{'name': 'pval_from_corr@tensorqtl/core.py', 'descr...
0
{'name': 'Server.__getitem__@python/couchdb-python/couchdb/client.py', 'description': 'Return a `Database` object representing the database with the\nspecified name.\n\n:param name: the name of the database\n:return: a `Database` object representing the database\n:rtype: `Database`\n:raise ResourceNotFound: if no datab...
1
{'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 ...
0
{'name': 'View.save_pick_properties@picasso/gui/render.py', 'description': "Saves picks' properties in a given channel to path.\n\nProperties include number of locs, mean and std of all locs\ndtypes (x, y, photons, etc) and others.\n\nParameters\n----------\npath : str \n Path for saving picks' properties.\nchannel ...
0
{'name': 'rf@utils.py', 'description': 'return a random float number between [low, high)\n:param low: lower bound\n:param high: higher bound (excluded)\n:return: a float number between [low, high)', 'signature': 'def rf(low, high):'}</s>{'name': 'ri@utils.py', 'description': 'return a random int number between [low, hi...
0
{'name': 'AmharicLocale.describe@arrow/locales.py', 'description': 'Describes a delta within a timeframe in plain language.\n\n:param timeframe: a string representing a timeframe.\n:param delta: a quantity representing a delta in a timeframe.\n:param only_distance: return only distance eg: "11 seconds" without "in" or ...
0
{'name': 'EMQ.aggregation_fit@quapy/method/aggregative.py', 'description': 'Trains the aggregation function of EMQ. This comes down to recalibrating the posterior probabilities\nir requested.\n\n:param classif_predictions: a :class:`quapy.data.base.LabelledCollection` containing,\n as instances, the posterior probab...
0
{'name': 'StaticVariableTestCase.test_with_run_command@llvm-12.0.0-project/lldb/test/API/lang/cpp/class_static/TestStaticVariables.py', 'description': 'Test that file and class static variables display correctly.', 'signature': 'def test_with_run_command(self):'}</s>{'name': 'expectedFlakeyNetBSD@llvm-12.0.0-project/ll...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIACH_SHORT_TIMER = 1504
0
{'name': 'TopLevelMixin.repeat@altair/vegalite/v5/api.py', 'description': "Return a RepeatChart built from the chart\n\nFields within the chart can be set to correspond to the row or\ncolumn using `alt.repeat('row')` and `alt.repeat('column')`.\n\nParameters\n----------\nrepeat : list\n a list of data column names t...
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': 'CheckLanguage@tools/cpplint.py', 'description': "Checks rules from the 'C++ language rules' section of cppguide.html.\n\nSome of these rules are hard to test (function overloading, using\nuint32 inappropriately), but we do the best we can.\n\nArgs:\n filename: The name of the current file.\n clean_lines: A ...
0
{'name': 'ExportHtmlCommand.run@ExportHtml.py', 'description': 'Run command.', 'signature': 'def run(self, **kwargs):'}</s>{'name': 'SchemeColors@ExportHtml.py', 'description': 'Scheme colors.', 'base_classes': ["namedtuple('SchemeColors', ['fg_simulated', 'bg_simulated', 'style'])"], 'methods': []}
0
{'name': 'showBox@source/pi-timolo.py', 'description': 'Show stream image detection area on image to align camera\nThis is a quick fix for restricting motion detection\nto a portion of the final image. Change the stream image size\non line 206 and 207 above\nAdjust track config.py file MOTION_TRACK_TRIG_LEN as required...
0
{'name': 'eGetRawS@src/LabJackPython.py', 'description': 'Function not yet implemented.\n\nFor Windows only.', 'signature': 'def eGetRawS(Handle, pIOType, Channel, pValue, x1):'}</s>LJ_ioGET_USER_MEM = 403
0
{'name': 'TPUEstimator._call_model_fn_for_inference@baselines/models/xlnet/tpu_estimator.py', 'description': 'Wraps `_call_model_fn` for `export_savedmodel`.', 'signature': 'def _call_model_fn_for_inference(self, features, labels, mode, config):'}</s>{'name': 'generate_per_host_v2_enqueue_ops_fn_for_host@baselines/mode...
0
{'name': 'TempGitHandler._get_local_mirror@bioconda_utils/githandler.py', 'description': "Get a (cached) local mirror of a remote repo\n\nThis is used to speed up getting full repo copies. The bioconda-recipes\nrepo has grown to be quite large, and copying it every time a checkout\nof a branch is needed takes too long....
0
{'name': 'NestingState.CheckCompletedBlocks@scripts/cpplint.py', 'description': 'Checks that all classes and namespaces have been completely parsed.\n\nCall this when all lines in a file have been processed.\nArgs:\n filename: The name of the current file.\n error: The function to call with any errors found.', 'signa...
0
{'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>mininode_lock = threading.RLock()
0
{'name': 'CheckStyle@tools/cpplint.py', 'description': "Checks rules from the 'C++ style rules' section of cppguide.html.\n\nMost of these rules are hard to test (naming, comment style), but we\ndo what we can. In particular we check for 2-space indents, line lengths,\ntab usage, spaces inside code, etc.\n\nArgs:\n f...
0
{'name': 'arg_parse@detector/yolo/video_demo.py', 'description': 'Parse arguements to the detect module', 'signature': 'def arg_parse():'}</s>{'name': 'count_learnable_parameters@detector/yolo/util.py', 'description': 'DOCSTRING', 'code': 'def count_learnable_parameters(model):\n return sum(p.numel() for p in model....
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': 'PumpEvents@comtypes/client/_events.py', 'description': "This following code waits for 'timeout' seconds in the way\nrequired for COM, internally doing the correct things depending\non the COM appartment of the current thread. It is possible to\nterminate the message loop by pressing CTRL+C, which will raise\...
0
{'name': 'BL3Save.import_protobuf@bl3save/bl3save.py', 'description': 'Given raw protobuf data, load it into ourselves so\nthat we can work with it. This also sets up a few\nconvenience vars for our later use', 'signature': 'def import_protobuf(self, data):'}</s>slotobj_to_slot = { '/Game/Gear/Weapons/_Shared/...
1
{'name': 'load_tf_weights_in_xlnet@source/pytorch_transformers/modeling_xlnet.py', 'description': 'Load tf checkpoints in a pytorch model\n ', 'signature': 'def load_tf_weights_in_xlnet(model, config, tf_path):'}</s>{'name': 'XLNetForSequenceClassification@source/pytorch_transformers/modeling_xlnet.py', 'description...
0
{'name': 'IULogger.log_service_call@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Message that we have received a service call', 'signature': 'def log_service_call('}</s>CONF_DECREASE = "decrease"
0
{'name': 'Distinct@src/api/python/z3/z3.py', 'description': "Create a Z3 distinct expression.\n\n>>> x = Int('x')\n>>> y = Int('y')\n>>> Distinct(x, y)\nx != y\n>>> z = Int('z')\n>>> Distinct(x, y, z)\nDistinct(x, y, z)\n>>> simplify(Distinct(x, y, z))\nDistinct(x, y, z)\n>>> simplify(Distinct(x, y, z), blast_distinct=...
0
{'name': 'TestBloomFilter.test_bf_use_different_hash@tests/bloom_test.py', 'description': 'test that the different hash works as intended', 'signature': 'def test_bf_use_different_hash(self):'}</s>{'name': 'hash_with_depth_int@probables/hashes.py', 'description': 'Decorator to turn a function that takes a single key an...
1
{'name': 'Scheduler.check_task_status@spider/core/scheduler.py', 'description': '检查任务状态 预警', 'signature': 'def check_task_status(self):'}</s>ITEM_FILTER_ENABLE = False
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