text
string
label
int64
{'name': 'parse_wkt@emissionsapi/web.py', 'description': "Function wrapper replacing 'geoframe', 'country' and 'polygon' with a\nWKT polygon.\n\n:param f: Function to call\n:type f: Function\n:raises e: Possible exception of f\n:return: Result of f", 'signature': 'def parse_wkt(f):'}</s>{'name': 'ImportsCollector@emiss...
0
{'name': 'test_system_generator@openmoltools/tests/test_forcefield_generators.py', 'description': 'Test SystemGenerator.', 'signature': 'def test_system_generator():'}</s>{'name': 'run_antechamber@openmoltools/utils.py', 'description': 'DOCSTRING', 'code': 'def run_antechamber(*args, **kwargs):\n warnings.warn("run_...
0
{'name': 'LibcxxMultiMapDataFormatterTestCase.test_with_run_command@lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/multimap/TestDataFormatterLibccMultiMap.py', 'description': 'Test that that file and class static variables display correctly.', 'signature': 'def test_with_ru...
0
{'name': 'LambdaSupportTest.assert_contains_lambda_expression_in_m@baseline_tokenization/javalang/test/test_java_8_syntax.py', 'description': 'asserts that the given tree contains a method with the supplied\nmethod name containing a lambda expression.', 'signature': 'def assert_contains_lambda_expression_in_m('}</s>ENA...
0
{'name': 'GTestFilterUnitTest.testFlagOverridesEnvVar@3rdparty/googletest/googletest/test/gtest_filter_unittest.py', 'description': 'Tests that the filter flag overrides the filtering env. variable.', 'signature': 'def testFlagOverridesEnvVar(self):'}</s>{'name': 'RunWithSharding@3rdparty/googletest/googletest/test/gte...
0
{'name': 'init_params@utils.py', 'description': 'Init layer parameters.', 'signature': 'def init_params(net):'}</s>{'name': 'adjust_learning_rate@utils.py', 'description': 'Sets the learning rate to the initial LR decayed by 10 every 20 epochs', 'code': 'def adjust_learning_rate(init_lr, optimizer, epoch, lradj):\n ...
0
{'name': 'create_inception_graph@utils/fid_score.py', 'description': 'Creates a graph from saved GraphDef file.', 'signature': 'def create_inception_graph(pth):'}</s>{'name': 'calculate_frechet_distance@utils/fid_score.py', 'description': "Numpy implementation of the Frechet Distance.\nThe Frechet distance between two ...
0
{'name': 'gis_prepro_tasks@oggm/workflow.py', 'description': 'Run all flowline preprocessing tasks on a list of glaciers.\n\nParameters\n----------\ngdirs : list of :py:class:`oggm.GlacierDirectory` objects\n the glacier directories to process', 'signature': 'def gis_prepro_tasks(gdirs):'}</s>{'name': 'initialize@og...
0
{'name': 'MaskedArray.__imul__@venv/Lib/site-packages/numpy/ma/core.py', 'description': 'Multiply self by other in-place.', 'signature': 'def __imul__(self, other):'}</s>{'name': 'concatenate@venv/Lib/site-packages/numpy/ma/core.py', 'description': 'Concatenate a sequence of arrays along the given axis.\n\nParameters\n...
0
{'name': 'cleanup_mems@panoramix/simplify.py', 'description': "for every setmem, replace future occurences of it with it's value,\nif possible", 'signature': 'def cleanup_mems(trace):'}</s>{'name': 'max_op@panoramix/core/algebra.py', 'description': 'DOCSTRING', 'code': 'def max_op(left, right):\n try:\n if le...
0
{'name': 'Client.download_files@src/gdc_client/parcel/client.py', 'description': 'Download a list of files.\n\n:params list file_ids:\n A list of strings containing the ids of the entities to download', 'signature': 'def download_files(self, urls, *args, **kwargs):'}</s>{'name': 'write_offset@src/gdc_client/parcel/u...
0
{'name': 'IUController.load@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Load config data for the controller', 'signature': 'def load(self, config: OrderedDict) -> "IUController":'}</s>ICON_SUSPENDED = "mdi:timer-outline"
0
{'name': 'LatLonFix.longitude@pynmea2/nmea_utils.py', 'description': 'Longitude in signed degrees (python float)', 'signature': 'def longitude(self):'}</s>{'name': 'ValidGSAFix@pynmea2/nmea_utils.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': [{'name': 'ValidGSAFix.is_valid@pynmea2/nmea_utils.p...
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': 'fpToUBV@src/api/python/z3/z3.py', 'description': "Create a Z3 floating-point conversion expression, from floating-point expression to unsigned bit-vector.\n\n>...
0
{'name': 'find_on_path@tests/_lib_vendors/pkg_resources/__init__.py', 'description': 'Yield distributions accessible on a sys.path directory', 'signature': 'def find_on_path(importer, path_item, only=False):'}</s>{'name': '_is_egg_path@tests/_lib_vendors/pkg_resources/__init__.py', 'description': 'Determine if given pa...
0
{'name': 'extract_data@ytmdl/main.py', 'description': 'Extract the arguments and act accordingly.', 'signature': 'def extract_data():'}</s>{'name': 'render_config_template@ytmdl/setupConfig.py', 'description': 'Render the config template in order ot get the updated\nconfig', 'code': 'def render_config_template() -> str...
0
{'name': 'ProcessFileData@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Performs lint checks and reports any errors to the given error function.\n\nArgs:\n filename: Filename of the file that is being processed.\n file_extension: The extension (dot not included) of the file.\n lines: An array of strings, ...
0
{'name': 'CScript.raw_iter@test/functional/test_framework/script.py', 'description': 'Raw iteration\n\nYields tuples of (opcode, data, sop_idx) so that the different possible\nPUSHDATA encodings can be accurately distinguished, as well as\ndetermining the exact opcode byte indexes. (sop_idx)', 'signature': 'def raw_ite...
0
{'name': 'parseOptionsAndInitTestdirs@llvm-project/lldb/packages/Python/lldbsuite/test/dotest.py', 'description': "Initialize the list of directories containing our unittest scripts.\n\n'-h/--help as the first option prints out usage info and exit the program.", 'signature': 'def parseOptionsAndInitTestdirs():'}</s>ski...
0
{'name': 'IPDatabase.generate_makefile@ipstools/ipstools/IPDatabase.py', 'description': "Exports the mid-level Makefiles for simulation.\n\n :param filename: Output Makefile file name.\n :type filename: str\n\n :param target_tech: Target silicon or FPGA technology.\n :type target_te...
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': 'filter_scores_greater_than@alphaction/dataset/datasets/evaluation/ava/pascal_evaluation/np_box_list_ops.py', 'description': "Filter to keep only boxes with score exceeding a given threshold.\n\nThis op keeps the collection of boxes whose corresponding scores are\ngreater than the input threshold.\n\nArgs:\n ...
0
{'name': 'encode_data@src/move/tasks/encode_data.py', 'description': 'Encodes categorical and continuous datasets specified in configuration.\nCategorical data is one-hot encoded, whereas continuous data is z-score\nnormalized.\n\nArgs:\n config: data configuration', 'signature': 'def encode_data(config: DataConfig)...
1
{'name': 'EmbeddingBasedMethod.export_fuzzy_facts@src/emb/emb.py', 'description': 'Export high confidence facts according to the model.', 'signature': 'def export_fuzzy_facts(self):'}</s>{'name': 'int_var_cuda@src/utils/ops.py', 'description': 'DOCSTRING', 'code': 'def int_var_cuda(x, requires_grad=False):\n return ...
1
{'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': 'IUController.load@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Load config data for the controller', 'signature': 'def load(self, config: OrderedDict) -> "IUController":'}</s>SERVICE_RESUME = "resume"
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': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQMCEV_SHM_DEST_UNUSABLE = 80
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': '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': 'test_add_rpm_urls@tests/test_bld2repo/test_bld2repo.py', 'description': 'Test for adding rpm urls to the pkgs dict for each package ', 'signature': 'def test_add_rpm_urls(load_test_data):'}</s>{'name': 'Config@modulemd_tools/bld2repo/config.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'na...
1
{'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': 'test_pkg_test_conda_package_format@test/test_utils.py', 'description': 'Running a mulled-build test with .tar.bz2/.conda package formats', 'signature': 'def test_pkg_test_conda_package_format('}</s>{'name': 'test_upload@test/test_utils.py', 'description': 'DOCSTRING', 'code': "def test_upload(single_upload):\...
0
{'name': 'smimeplus.verify@contrib/smimeplus.py', 'description': "Verify to see if 'smsg' was signed by 'scert', and scert was\nissued by cacert of this object. Return message signed if success,\nNone otherwise", 'signature': 'def verify(self, smsg, scert):'}</s>{'name': 'X509Error@src/M2Crypto/X509.py', 'description'...
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': 'parse_tcsh_args@src/python_scripts/afnipy/lib_apqc_io.py', 'description': 'Parse arguments for tcsh scripter.\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.', 'signature...
0
{'name': 'About.set_standard_fields@src/attributecode/model.py', 'description': 'Create fields in an ordered dict to keep a standard ordering. We\ncould use a metaclass to track ordering django-like but this approach\nis simpler.', 'signature': 'def set_standard_fields(self):'}</s>{'name': 'request_license_data@src/att...
0
{'name': 'Authentication.authenticate_device_code_native@roadlib/roadtools/roadlib/auth.py', 'description': 'Authenticate with device code flow\nNative version without adal', 'signature': 'def authenticate_device_code_native(self, additionaldata=None, returnreply=False):'}</s>DSSO_BODY_USERPASS = "<?xml version='1.0' e...
0
{'name': 'ProcessFile@tools/cpplint.py', 'description': 'Does google-lint on a single file.\n\nArgs:\n filename: The name of the file to parse.\n\n vlevel: The level of errors to report. Every error of confidence\n >= verbose_level will be reported. 0 is a good default.\n\n extra_check_functions: An array of addi...
0
{'name': 'Serial.open@serial/serialposix.py', 'description': 'Open port with current settings. This may throw a SerialException\nif the port cannot be opened.', 'signature': 'def open(self):'}</s>TIOCM_DSR = getattr(termios, 'TIOCM_DSR', 0x100)
0
{'name': 'TestingParser.fill_default_tls_stdout_filename@tests/run_all_tests.py', 'description': 'Sets the default TLS stdout filename for testing if it is not already\nspecified.\n\nThis method checks if the `tls_stdout_filename` attribute in the\n`testing_args` object is set. If it is not set, it assigns a default\nv...
1
{'name': 'PageAdmin.get_form@pages/admin/__init__.py', 'description': 'Get a :class:`Page <pages.admin.forms.PageForm>` for the\n:class:`Page <pages.models.Page>` and modify its fields depending on\nthe request.', 'signature': 'def get_form(self, request, obj=None, **kwargs):'}</s>PAGE_CONTENT_REVISION = getattr(settin...
0
{'name': 'StandaloneQ2Q.setup_Q2Q@vertex/q2qstandalone.py', 'description': 'Set up a Q2Q service.\n ', 'signature': 'def setup_Q2Q(self, path,'}</s>{'name': 'Q2QBootstrapFactory@vertex/q2q.py', 'description': 'DOCSTRING', 'base_classes': ['protocol.Factory'], 'methods': [{'name': 'Q2QBootstrapFactory.__init__@ve...
0
{'name': 'onion_redirect@ahmia/views.py', 'description': 'Add clicked information and redirect to .onion address.', 'signature': 'def onion_redirect(request):'}</s>{'name': 'filter_hits_by_terms@ahmia/views.py', 'description': 'Child abuse filtering', 'code': 'def filter_hits_by_terms(hits):\n """Child abuse filteri...
0
{'name': 'approx_derivative@ipsolver/_numdiff.py', 'description': 'Compute finite difference approximation of the derivatives of a\nvector-valued function.\n\nIf a function maps from R^n to R^m, its derivatives form m-by-n matrix\ncalled the Jacobian, where an element (i, j) is a partial derivative of\nf[i] with respec...
0
{'name': 'get_topo_file@oggm/utils/_downloads.py', 'description': "Path(s) to the DEM file(s) covering the desired extent.\n\nIf the needed files for covering the extent are not present, download them.\n\nThe default behavior is to try a list of DEM sources in order, and\nstop once the downloaded data is covering a lar...
1
{'name': 'field_rgb@grizli/pipeline/auto_script.py', 'description': "RGB image of the field mosaics\n\nParameters\n----------\n\nroot : str\n Field rootname\n\nxsize : float\n Figure size\n\noutput_dpi : int\n Figure DPI\n\nHOME_PATH : str\n Path to look for mosaic files\n\nshow_ir : bool\n Clip around W...
0
{'name': 'Numeral.__rgt__@src/api/python/z3/z3num.py', 'description': 'Return True if `other > self`.\n\n>>> 2 > Numeral(Sqrt(2))\nTrue', 'signature': 'def __rgt__(self, other):'}</s>{'name': 'BoolRef@src/api/python/z3/z3.py', 'description': 'All Boolean expressions are instances of this class.', 'base_classes': ['Expr...
0
{'name': 'ImageField.pre_save@thumbnails/fields.py', 'description': 'Process the source image through the defined processors.', 'signature': 'def pre_save(self, model_instance, add):'}</s>SIZES = THUMBNAILS.get('SIZES', {})
1
{'name': '_to_typedef@swagger_to/elm_client.py', 'description': 'Translate the intermediate type definition to a definition of an Elm type.\n\n:param intermediate_typedef: intermediate type definition\n:return: definition of an Elm type', 'signature': 'def _to_typedef(intermediate_typedef: swagger_to.intermediate.Typed...
0
{'name': 'download_params@dival/reference_reconstructors.py', 'description': 'Download parameters for a configuration.\n\nParameters\n----------\nreconstructor_key_name_or_type : str or type\n Key name of configuration or reconstructor type.\ndataset_name : str\n Standard dataset name.\ninclude_learned : bool, op...
1
{'name': 'read_input@psearch/scripts/read_input.py', 'description': 'fname - is a file name, None if STDIN\ninput_format - is a format of input data, cannot be None for STDIN\nid_field_name - name of the field containing molecule name, if None molecule title will be taken', 'signature': 'def read_input(fname, input_for...
0
{'name': 'ZenPreTrainedModel.from_pretrained@ZEN/modeling.py', 'description': 'Instantiate a BertPreTrainedModel from a pre-trained model file or a pytorch state dict.\nDownload and cache the pre-trained model file if needed.\n\nParams:\n pretrained_model_name_or_path: either:\n - a str with the name of a pre...
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_register@gef.py', 'description': 'DOCSTRING', 'code': 'def get_regis...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQPS_STATUS_ERROR = 5
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': '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': 'ProgressBar.draw@TDScanner/sqlmap/lib/utils/progress.py', 'description': 'This method draws the progress bar if it has changed', 'signature': 'def draw(self, eta=None):'}</s>{'name': 'ProgressBar@TDScanner/sqlmap/lib/utils/progress.py', 'description': 'This class defines methods to update and draw a progress ...
1
{'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>{'name': 'disable_mocktime@qa/rpc-tests/test_framework/util.py', 'description': 'DOCSTRING', 'code': 'def disable_mocktime():\n global ...
0
{'name': '_get_params_for_registered_templates@neurodocker/cli/generate.py', 'description': 'Return list of click parameters for registered templates.', 'signature': 'def _get_params_for_registered_templates() -> list[click.Parameter]:'}</s>{'name': 'Template@neurodocker/reproenv/template.py', 'description': 'Template ...
1
{'name': 'pam.authenticate@src/backend/api/utils/pam.py', 'description': "username and password authentication for the given service.\n\n Returns True for success, or False for failure.\n\n self.code (integer) and self.reason (string) are always stored and may\n be referenced for the reason why authentication fai...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQSTS_CURRENT_VERSION = 2
0
{'name': 'ClockSkewDaemon.__init__@packages/python-google-compute-engine/google_compute_engine/clock_skew/clock_skew_daemon.py', 'description': 'Constructor.\n\nArgs:\n debug: bool, True if debug output should write to the console.', 'signature': 'def __init__(self, debug=False):'}</s>{'name': 'SetPermissions@packages...
0
{'name': 'follow_device@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Follow the selected device', 'signature': 'def follow_device(sniffer, device):'}</s>CTRL_ARG_KEY_TYPE = 1
0
{'name': 'azero@pf/rule.py', 'description': "Return True if all numbers in 'seq' are 0s.", 'signature': 'def azero(seq):'}</s>PFR_TFLAG_SETMASK = 60
0
{'name': 'convert_developers@code/html/generate_static_website.py', 'description': ':param developers:\n:param entries:\n:return:', 'signature': 'def convert_developers(developers, entries):'}</s>github_top_ignored_repos = ('https://github.com/Hopson97/MineCraft-One-Week-Challenge.git', 'https://github.com/jdah/minecra...
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_ipsw_url@autodecrypt/utils.py', 'description': 'Get URL of IPSW by specifying device and iOS version.', 'signature': 'def get_ipsw_url(device, ios_version, build):'}</s>{'name': 'decrypt_img@autodecrypt/decrypt_img.py', 'description': 'Decrypt IM4P file. This code is mostly copy/pasta from PyIMG4.', 'code...
0
{'name': 'Connection.write@aiosonic/connection.py', 'description': 'Write data to the socket.\n\nArgs:\n data (bytes): The data to write to the socket.\n\nRaises:\n MissingWriterException: If the writer is not set.', 'signature': 'def write(self, data: bytes):'}</s>{'name': 'Http2Handler@aiosonic/http2.py', 'desc...
0
{'name': 'TestFillingCustomFields.test_uses_generator_function_for_custom_foreignkey@tests/test_filling_fields.py', 'description': 'Should use the generator function passed as a value for the add method', 'signature': 'def test_uses_generator_function_for_custom_foreignkey(self, custom_cfg):'}</s>{'name': 'Ambiguous@te...
0
{'name': 'geticmptypebynumber@pf/_utils.py', 'description': 'Return the ICMP type as a string.', 'signature': 'def geticmptypebynumber(type, af):'}</s>PF_LIMIT_SRC_NODES = 1
0
{'name': 'get_all_arxiv_ids@pix2tex/dataset/arxiv.py', 'description': 'returns all arxiv ids present in a string `text`', 'signature': 'def get_all_arxiv_ids(text):'}</s>{'name': 'parse_command_line@pix2tex/dataset/demacro.py', 'description': 'DOCSTRING', 'code': "def parse_command_line():\n parser = argparse.Argume...
0
{'name': 'PFState._from_struct@pf/state.py', 'description': 'Initialize class attributes from a pfsync_state structure.', 'signature': 'def _from_struct(self, s):'}</s>PF_DROP = 1
0
{'name': 'TestSnmp1.testInexistant@tests/test_snmp.py', 'description': 'Get an inexistant value', 'signature': 'def testInexistant(self):'}</s>{'name': 'Type@snimpy/basictypes.py', 'description': 'Base class for all types.', 'base_classes': [], 'methods': [{'name': 'Type.__new__@snimpy/basictypes.py', 'description': 'C...
0
{'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': 'map_mandiant_indicator_to_zeek@shared/bin/zeek_threat_feed_utils.py', 'description': 'Maps a Mandiant threat intelligence indicator object to Zeek intel items\n@see https://docs.zeek.org/en/current/scripts/base/frameworks/intel/main.zeek.html#type-Intel::Type\n@param indicator The indicator object (mandiant_t...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCACF_CONFIGURATION_TIME = 3092
0
{'name': 'default_if_empty@yaql/standard_library/queries.py', 'description': ':yaql:defaultIfEmpty\n\nReturns default value if collection is empty.\n\n:signature: collection.defaultIfEmpty(default)\n:receiverArg collection: input collection\n:argType collection: iterable\n:arg default: value to be returned if collectio...
0
{'name': 'vec_length@phi/field/_field_math.py', 'description': 'See `phi.math.vec_abs()` ', 'signature': 'def vec_length(field: Field):'}</s>{'name': 'native_call@phi/field/_field_math.py', 'description': 'Similar to `phi.math.native_call()`.\n\nArgs:\n f: Function to be called on native tensors of `inputs.values`.\...
0
{'name': 'PFPool._to_string@pf/rule.py', 'description': 'Return the string representation of the address pool.', 'signature': 'def _to_string(self):'}</s>{'name': 'timeval@pf/_struct.py', 'description': 'DOCSTRING', 'base_classes': ['Structure'], 'methods': []}
0
{'name': 'Viewer.initialize@robopianist/viewer/viewer.py', 'description': 'Initialize the viewer.\n\nArgs:\n physics: Physics instance.\n renderer_instance: A renderer.Base instance.\n touchpad: A boolean, use input dedicated to touchpad.', 'signature': 'def initialize(self, physics, renderer_instance, touchpad):'}<...
0
{'name': 'setup_parser@alert.py', 'description': 'Create an ArgumentParser for alerting.', 'signature': 'def setup_parser():'}</s>_GOOGLE_API_CLIENT = None
0
{'name': 'LeastSquares@reference/ThinkDSP/code/thinkstats2.py', 'description': 'Computes a linear least squares fit for ys as a function of xs.\n\nArgs:\n xs: sequence of values\n ys: sequence of values\n\nReturns:\n tuple of (intercept, slope)', 'signature': 'def LeastSquares(xs, ys):'}</s>{'name': 'ResampleR...
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>MQRQ_BRIDGE_STOPPED_OK = 11
0
{'name': 'modsign2map@venv/Lib/site-packages/numpy/f2py/capi_maps.py', 'description': 'modulename', 'signature': 'def modsign2map(m):'}</s>{'name': 'isintent_copy@venv/Lib/site-packages/numpy/f2py/auxfuncs.py', 'description': 'DOCSTRING', 'code': "def isintent_copy(var):\n return 'copy' in var.get('intent', [])"}
0
{'name': 'test_docker_build_fails@test/test_utils.py', 'description': 'Test for expected failure when a recipe fails to build', 'signature': 'def test_docker_build_fails(recipes_fixture, config_fixture):'}</s>ENV_VAR_BLACKLIST = [ ]
0
{'name': '_start_process@pyngrok/process.py', 'description': 'Start a ``ngrok`` process with no tunnels. This will start the ``ngrok`` web interface, against\nwhich HTTP requests can be made to create, interact with, and destroy tunnels.\n\n:param pyngrok_config: The ``pyngrok`` configuration to use when interacting wi...
0
{'name': 'check_pdftoppm@paper2remarkable/crop.py', 'description': 'Check that we can run the provided pdftoppm executable', 'signature': 'def check_pdftoppm(pth):'}</s>logger = Logger()
1
{'name': 'get_alignment_to_child@maf/impl/naiveLiftUp.py', 'description': 'Get a file representing maximal gapless alignment blocks between this child and its parent (referenced on the parent).', 'signature': 'def get_alignment_to_child(hal_path, child_genome, output_path):'}</s>{'name': 'test_merge_child_blocks_simple...
0
{'name': 'A1DInterface.process_data@src/python_scripts/scripts/1d_tool.py', 'description': 'return None on completion, else error code (0 being okay)', 'signature': 'def process_data(self):'}</s>{'name': 'read_text_file@src/python_scripts/afnipy/afni_util.py', 'description': "return the text text from the given file as...
0
{'name': 'ExpressionReader.readLine@lib/tools.py', 'description': 'This method reads and parses an "expression" line', 'signature': 'def readLine(self, header = True):'}</s>{'name': 'ALSS@lib/event.py', 'description': "Alternative 'Left' Splice Site", 'base_classes': ['Event'], 'methods': [{'name': 'ALSS.__init__@lib/e...
0
{'name': '_Command._decode_transfer_data@pyocd/probe/pydapaccess/dap_access_cmsis_dap.py', 'description': 'Take a byte array and extract the data from it\n\nDecode the response returned by a DAP_Transfer CMSIS-DAP command\nand return it as an array of bytes.', 'signature': 'def _decode_transfer_data(self, data):'}</s>{...
1
{'name': 'HTTPConnectionPool._get_conn@Retired Content/MimeCast/SumoLogic-Mimecast-Data-Collection/requests/packages/urllib3/connectionpool.py', 'description': 'Get a connection. Will return a pooled connection if one is available.\n\nIf no connections are available and :prop:`.block` is ``False``, then a\nfresh connec...
0
{'name': 'rs_simple_encode_msg@reedsolo6.py', 'description': "Simple Reed-Solomon encoding (mainly an example for you to understand how it works, because it's slower than the inlined function below)", 'signature': 'def rs_simple_encode_msg(msg_in, nsym, fcr=0, generator=2, gen=None):'}</s>{'name': 'init_tables@reedsolo...
0
{'name': 'GlobalMercator.ZoomForPixelSize@auxiliary/gdal2tiles4extent/gdal2tiles4extentWithDEM.py', 'description': 'Maximal scaledown zoom of the pyramid closest to the pixelSize.', 'signature': 'def ZoomForPixelSize(self, pixelSize):'}</s>profile_list = ('mercator', 'geodetic', 'raster')
0
{'name': 'RemoveMultiLineCommentsFromRange@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Clears a range of lines for multi-line comments.', 'signature': 'def RemoveMultiLineCommentsFromRange(lines, begin, end):'}</s>{'name': 'RemoveMultiLineComments@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Re...
0
{'name': 'CScript.raw_iter@test/functional/test_framework/script.py', 'description': 'Raw iteration\n\nYields tuples of (opcode, data, sop_idx) so that the different possible\nPUSHDATA encodings can be accurately distinguished, as well as\ndetermining the exact opcode byte indexes. (sop_idx)', 'signature': 'def raw_ite...
1
{'name': 'PrintFormatCommand.do_invoke@gef.py', 'description': 'Default value for print-format command.', 'signature': 'def do_invoke(self, _: list[str], **kwargs: Any) -> None:'}</s>{'name': 'GefHelpCommand@gef.py', 'description': 'GEF help sub-command.', 'base_classes': ['gdb.Command'], 'methods': [{'name': 'GefHelpC...
0
{'name': 'CheckStyle@third_party/cpplint/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....
0
{'name': 'p_identifier_list@ctypesgen/parser/cgrammar.py', 'description': 'identifier_list : IDENTIFIER\n| identifier_list COMMA IDENTIFIER', 'signature': 'def p_identifier_list(p):'}</s>{'name': 'p_define@ctypesgen/parser/cgrammar.py', 'description': 'define : PP_DEFINE PP_DEFINE_NAME PP_END_DEFINE\n| PP_DEFINE PP_DEF...
0