text string | label int64 |
|---|---|
{'name': 'load_key_string@src/M2Crypto/RSA.py', 'description': 'Load an RSA key pair from a string.\n\n:param string: String containing RSA key pair in PEM format.\n\n:param callback: A Python callable object that is invoked\n to acquire a passphrase with which to unlock the\n key. The d... | 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': 'athena_source@05_explore/data-wrangler/99_GENERATED_Python_Code.py', 'description': 'Represents a source that handles Athena.\n\nNote: Input dataset_definition is a Mohave specific dataset definition and is different from Processing Job\ndataset definition.', 'signature': 'def athena_source(spark, mode, datas... | 1 |
{'name': 'nearest_nodes@osmnx/distance.py', 'description': "Find the nearest node to a point or to each of several points.\n\nIf `X` and `Y` are single coordinate values, this function will return the\nnearest node to that point. If `X` and `Y` are iterables of coordinate\nvalues, it will return the nearest node to eac... | 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': 'add_files_to_git_repository@lib/symbioticpy/symbiotic/benchexec/util.py', 'description': 'Add and commit all files given in a list into a git repository in the\nbase_dir directory. Nothing is done if the git repository has\nlocal changes.\n\n@param files: the files to commit\n@param description: the commit me... | 0 |
{'name': 'BaseRequest.is_xhr@src/back/kite/bottle.py', 'description': 'True if the request was triggered by a XMLHttpRequest. This only\nworks with JavaScript libraries that support the `X-Requested-With`\nheader (most of the popular libraries do). ', 'signature': 'def is_xhr(self):'}</s>{'name': 'FlupFCGIServer@src/ba... | 0 |
{'name': 'english_cleaners@deepvoice3_pytorch/frontend/text/cleaners.py', 'description': 'Pipeline for English text, including number and abbreviation expansion.', 'signature': 'def english_cleaners(text):'}</s>_whitespace_re = re.compile(r'\s+') | 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': 'shelve@ring/func/sync.py', 'description': "Python :mod:`shelve` based cache.\n\n:param shelve.Shelf shelf: A shelf storage. See :mod:`shelve` to create\n a shelf.\n\n >>> shelf = shelve.open('shelve')\n >>> @ring.shelve(shelf, ...)\n ... ...\n\n:see: :mod:`shelve` for the backend.\n:see: :func... | 0 |
{'name': 'fetch@wbpy/utils.py', 'description': 'Return response from a URL, and cache results for one day.', 'signature': 'def fetch(url, check_cache=True, cache_response=True):'}</s>logger = logging.getLogger(__name__) | 1 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQCACH_LU_NAME = 3551 | 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': '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_NAT = 4 | 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': 'format_operand_type@peachpy/x86_64/operand.py', 'description': 'Returns string representation of the operand type in assembly language', 'signature': 'def format_operand_type(operand):'}</s>{'name': 'is_vmyk@peachpy/x86_64/operand.py', 'description': 'DOCSTRING', 'code': 'def is_vmyk(operand):\n from peach... | 0 |
{'name': 'filtertime@api/project/__init__.py', 'description': 'Applies a time filter (inclusive; extracted from request arguments) to an OpenSearch query and\nreturns the range as a tuple of integers representing the milliseconds since EPOCH. If\neither end of the range is unspecified, the start and end times default t... | 0 |
{'name': 'download_course@run.py', 'description': 'download course ', 'signature': 'def download_course(url):'}</s>NOPE = "
βββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββ
ββββββββββββββββ... | 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>PKCS7_NOCERTS = m2.PKCS7_NOCERTS | 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': 'SchoolEnroll... | 0 |
{'name': 'SQL@grizli/aws/db.py', 'description': "Send a query to a database through `pandas.read_sql_query`\n\nParameters\n----------\nquery_text : str\n Query text, e.g., 'SELECT count(*) FROM table;'.\n\nengine : `sqlalchemy.engine.Engine`\n DB connection engine initialized with `~grizli.aws.db.get_db_engine`. ... | 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': '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': 'unpackCommand@fwtool.py', 'description': 'Extracts the input file to the specified directory', 'signature': 'def unpackCommand(file, outDir):'}</s>{'name': 'isExe@fwtool/pe/__init__.py', 'description': 'DOCSTRING', 'code': 'def isExe(file):\n header = DosHeader.unpack(file)\n return header and header.magic ==... | 1 |
{'name': '_griffin_lim@utils/audio.py', 'description': 'librosa implementation of Griffin-Lim\nBased on https://github.com/librosa/librosa/issues/434', 'signature': 'def _griffin_lim(S, hparams):'}</s>{'name': 'get_duration@utils/audio.py', 'description': 'DOCSTRING', 'code': 'def get_duration(audio,hparams):\n retu... | 0 |
{'name': 'And@src/api/python/z3/z3.py', 'description': "Create a Z3 and-expression or and-probe.\n\n>>> p, q, r = Bools('p q r')\n>>> And(p, q, r)\nAnd(p, q, r)\n>>> P = BoolVector('p', 5)\n>>> And(P)\nAnd(p__0, p__1, p__2, p__3, p__4)", 'signature': 'def And(*args):'}</s>{'name': 'SuffixOf@src/api/python/z3/z3.py', 'd... | 0 |
{'name': 'BotoContainer.get_objects@cloud_browser/cloud/boto_base.py', 'description': 'Get objects.', 'signature': 'def get_objects('}</s>{'name': 'CloudExceptionWrapper@cloud_browser/cloud/errors.py', 'description': 'Exception translator.\n\nThis class wraps a "real" underlying cloud class exception and translates\nit... | 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>{'n... | 0 |
{'name': 'main@mokapot/mokapot.py', 'description': 'The CLI entry point', 'signature': 'def main(main_args=None):'}</s>{'name': 'brew@mokapot/brew.py', 'description': 'Re-score one or more collection of PSMs.\n\nThe provided PSMs analyzed using the semi-supervised learning\nalgorithm that was introduced by\n`Percolator... | 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': 'check_create_table@databricks-adx-integration/src/code/functions/adxingestp2/__app__/dataingest/__init__.py', 'description': 'create and rename table\n ', 'signature': 'def check_create_table(table_name):'}</s>PROCESS_PROGRAM_NAME = "INGESTION_EVENTGRID_V001A" | 0 |
{'name': 'wrap_dqn@agents/bdq/common/atari_wrappers_deprecated.py', 'description': 'Apply a common set of wrappers for Atari games.', 'signature': 'def wrap_dqn(env):'}</s>{'name': 'A2cProcessFrame@agents/bdq/common/atari_wrappers_deprecated.py', 'description': 'DOCSTRING', 'base_classes': ['gym.Wrapper'], 'methods': [... | 0 |
{'name': 'relative_strength_index@Python/useful_examples/CalculateEMA/indicators.py', 'description': 'Calculate Relative Strength Index(RSI) for given data.\n\n:param df: pandas.DataFrame\n:param n:\n:return: pandas.DataFrame', 'signature': 'def relative_strength_index(df, n):'}</s>{'name': 'donchian_channel@Python/use... | 0 |
{'name': '_init@Engine/lib/assimp/port/PyAssimp/pyassimp/core.py', 'description': "Custom initialize() for C structs, adds safely accessible member functionality.\n\n:param target: set the object which receive the added methods. Useful when manipulating\npointers, to skip the intermediate 'contents' deferencing.", 'sig... | 1 |
{'name': 'lift_blocks@maf/impl/naiveLiftUp.py', 'description': 'Lift the given blocks file to a new reference using the given pairwise alignments file.\n\nThe pairwise alignments must point from the old reference to the new.', 'signature': 'def lift_blocks(alignments, blocks, other_genome, output):'}</s>{'name': 'test_... | 0 |
{'name': '_validate_units_consistency_v2@unyt/_array_functions.py', 'description': 'raise UnitInconsistencyError if units are mixed\nif all args are pure numbers, they are treated as having ref_units,\notherwise they are treated as dimensionless', 'signature': 'def _validate_units_consistency_v2(ref_units, *args) -> No... | 0 |
{'name': 'Imputer.__transform_and_compute_metrics_mxnet_iter@datawig/imputer.py', 'description': 'Returns predictions and metrics (average and per class)\n\n:param mxnet_iter:\n:param metrics_path: if not None and exists, metrics are serialized as json to this path.\n:return: predictions and metrics', 'signature': 'def... | 0 |
{'name': 'request_response_cycle@tests/test_process_initialization.py', 'description': 'test started server instance by sending\nrequest and checking response', 'signature': 'def request_response_cycle(tcp_port, data):'}</s>{'name': 'test_ensure_not_restart@tests/test_process_initialization.py', 'description': 'DOCSTRI... | 0 |
{'name': 'get_local_file_content@etc/scripts/utils_thirdparty.py', 'description': 'Return the content at `url` as text. Return the content as bytes is\n`as_text` is False.', 'signature': 'def get_local_file_content(path, as_text=True):'}</s>{'name': 'get_file_content@etc/scripts/utils_thirdparty.py', 'description': 'Fe... | 0 |
{'name': 'read@GeoHealthCheck/util.py', 'description': 'read file contents', 'signature': "def read(filename, encoding='utf-8'):"}</s>{'name': 'create_hash@GeoHealthCheck/util.py', 'description': 'DOCSTRING', 'code': 'def create_hash(string):\n # https://passlib.readthedocs.io/en/stable/narr/hash-tutorial.html\n ... | 0 |
{'name': 'test_marker_hashable@voluptuous/tests/tests.py', 'description': 'Verify that you can get schema keys, even if markers were used', 'signature': 'def test_marker_hashable():'}</s>{'name': 'test_maybe_returns_default_error@voluptuous/tests/tests.py', 'description': 'DOCSTRING', 'code': 'def test_maybe_returns_de... | 0 |
{'name': 'multihead_attention@tensor2tensor_envi/layers/common_attention.py', 'description': 'Multihead scaled-dot-product attention with input/output transformations.\n\nArgs:\n query_antecedent: a Tensor with shape [batch, length_q, channels]\n memory_antecedent: a Tensor with shape [batch, length_m, channels] or N... | 0 |
{'name': 'MaskRCNN.get_anchors@Mask_RCNN/mrcnn/model.py', 'description': 'Returns anchor pyramid for the given image size.', 'signature': 'def get_anchors(self, image_shape):'}</s>{'name': 'build_rpn_targets@Mask_RCNN/mrcnn/model.py', 'description': 'Given the anchors and GT boxes, compute overlaps and identify positiv... | 0 |
{'name': '_install@ez_setup.py', 'description': 'Install Setuptools.', 'signature': 'def _install(archive_filename, install_args=()):'}</s>DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/" | 0 |
{'name': 'GenerateOutput@gyp/pylib/gyp/generator/msvs.py', 'description': "Generate .sln and .vcproj files.\n\nThis is the entry point for this generator.\nArguments:\n target_list: List of target pairs: 'base/base.gyp:base'.\n target_dicts: Dict of target properties keyed on target pair.\n data: Dictionary containi... | 0 |
{'name': 'NVMeOFConnectorTestCase.test_connect_volume_not_replicated_fails@os_brick/tests/initiator/connectors/test_nvmeof.py', 'description': 'Single vol attach fails and disconnects on failure.', 'signature': 'def test_connect_volume_not_replicated_fails('}</s>{'name': 'NoFibreChannelHostsFound@os_brick/exception.py'... | 0 |
{'name': 'test_create_new_symbol@unyt/tests/test_units.py', 'description': 'Create unit with unknown symbol.', 'signature': 'def test_create_new_symbol():'}</s>{'name': 'test_latex_repr@unyt/tests/test_units.py', 'description': 'DOCSTRING', 'code': 'def test_latex_repr():\n registry = UnitRegistry()\n\n # create ... | 0 |
{'name': 'simxGetVisionSensorImage@7_Demo_youBotPickAndPlace/code/vrep/VREP_RemoteAPIs/sim.py', 'description': 'Please have a look at the function description/documentation in the CoppeliaSim user manual', 'signature': 'def simxGetVisionSensorImage(clientID, sensorHandle, options, operationMode):'}</s>sim_particle_item... | 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': 'furl.host@furl/furl.py', 'description': 'Raises: ValueError on invalid host or malformed IPv6 address.', 'signature': 'def host(self, host):'}</s>{'name': 'non_string_iterable@furl/furl.py', 'description': 'DOCSTRING', 'code': "def non_string_iterable(o):\n return callable_attr(o, '__iter__') and not isins... | 0 |
{'name': 'MP_ComplexAddMoveHandler.get_sql_newpath_in_branches@treebeard/mp_tree.py', 'description': ':returns: The sql needed to move a branch to another position.\n\n.. note::\n\n The generated sql will only update the depth values if needed.', 'signature': 'def get_sql_newpath_in_branches(self, oldpath, newpath):'... | 1 |
{'name': 'locust_classes@transformer/locust.py', 'description': 'Transforms scenarios into all Python classes needed by Locust (TaskSet and\nLocust classes).\n\nThe only missing parts before a fully functional locustfile are:\n- integrating all necessary set-up/tear-down statements:\n - Python imports,\n - apply ... | 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_LESSTHAN = CScriptOp(0x9f) | 0 |
{'name': 'EncodeProcessDecode.__init__@gns/graph_network.py', 'description': 'Encode-Process-Decode function approximator for learnable simulator.\n\nArgs:\n nnode_in_features: Number of node input features (for 2D = 30, \n calculated as [10 = 5 times steps * 2 positions (x, y) + \n 4 distances to boundaries (to... | 1 |
{'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': '_nested_lookup@src/libs/util.py', 'description': 'Lookup a key in a nested document, yield a value', 'signature': 'def _nested_lookup(key, values, document, wild=False, return_parent=False):'}</s>{'name': 'convert_tabs_using_tab_size@src/libs/util.py', 'description': 'DOCSTRING', 'code': 'def convert_tabs_usi... | 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>MISSINGPOSERROR = (TypeError, re.MISSING_POS_ARG_RE) | 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_MAX_LOG_ENTRIES = "max_log_entries" | 0 |
{'name': 'QueueManager.connect_tcp_client@code/pymqi/__init__.py', 'description': "Connect immediately to the remote Queue Manager 'name', using\na TCP Client connection, with channnel 'channel' and the\nTCP connection string 'conn_name'. All other connection\noptons come from 'cd'.", 'signature': 'def connect_tcp_clie... | 0 |
{'name': 'test_sorting@voluptuous/tests/tests.py', 'description': 'Expect alphabetic sorting', 'signature': 'def test_sorting():'}</s>{'name': 'Replace@voluptuous/validators.py', 'description': "Regex substitution.\n\n>>> validate = Schema(All(Replace('you', 'I'),\n... Replace('hello', 'goodbye'))... | 0 |
{'name': 'CortexM.reset@pyocd/coresight/cortex_m.py', 'description': "! @brief Reset the core.\n\nThe reset method is selectable via the reset_type parameter as well as the reset_type\nsession option. If the reset_type parameter is not specified or None, then the reset_type\noption will be used. If the option is not se... | 0 |
{'name': 'device_removed@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'A device is removed', 'signature': 'def device_removed(notification):'}</s>{'name': 'control_write@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Write the message to the control channel', 'code': 'def control_write(ar... | 1 |
{'name': 'load_model@argus/model/load.py', 'description': 'Load an argus model from a file.\n\nThe function allows loading an argus model, saved with\n:meth:`argus.model.Model.save`. The model is always loaded in *eval* mode.\n\nArgs:\n file_path (str or :class:`pathlib.Path`): Path to the file to load.\n nn_modu... | 0 |
{'name': 'is_x86_64@gef.py', 'description': 'Checks if current target is x86-64', 'signature': 'def is_x86_64() -> bool:'}</s>{'name': 'is_x86@gef.py', 'description': 'DOCSTRING', 'code': 'def is_x86() -> bool:\n return is_x86_32() or is_x86_64()'} | 0 |
{'name': 'get_measures@gnocchi/rest/aggregates/processor.py', 'description': 'Get aggregated measures of multiple entities.\n\n:param storage: The storage driver.\n:param metrics_and_aggregations: List of metric+agg_method tuple\n measured to aggregate.\n:param from timestamp: The timest... | 0 |
{'name': 'main@FKD_train.py', 'description': 'Run the training script with command line arguments @argv.', 'signature': 'def main(argv):'}</s>{'name': '_get_learning_rate@FKD_train.py', 'description': 'DOCSTRING', 'code': "def _get_learning_rate(optimizer):\n return max(param_group['lr'] for param_group in optimizer... | 0 |
{'name': 'render_positive_time_period@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Resolve a template that specifies a timedelta', 'signature': 'def render_positive_time_period(data: dict, key: str) -> None:'}</s>CONF_STATES = "states" | 0 |
{'name': 'PFAddr._from_string@pf/rule.py', 'description': 'Initalize a new instance from a string.', 'signature': 'def _from_string(self, a):'}</s>PF_LOG = 1 | 0 |
{'name': '_SignBootableImage@tools/releasetools/common.py', 'description': "Performs AVB signing for a prebuilt boot.img.\n\nArgs:\n image_path: The full path of the image, e.g., /path/to/boot.img.\n prebuilt_name: The prebuilt image name, e.g., boot.img, boot-5.4-gz.img,\n boot-5.10.img, recovery.img or init_bo... | 0 |
{'name': 'big_tests@utils/pavement.py', 'description': 'Run all example unit_tests in a fresh python 2.7 context. ', 'signature': 'def big_tests(quiet=False):'}</s>{'name': 'venvbt@utils/pavement.py', 'description': 'DOCSTRING', 'code': 'def venvbt(quiet=False):\n pass'} | 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_Q_DELETED = 2052 | 0 |
{'name': 'transform@support/docopt.py', 'description': 'Expand pattern into an (almost) equivalent one, but with single Either.\n\nExample: ((-a | -b) (-c | -d)) => (-a -c | -a -d | -b -c | -b -d)\nQuirks: [-a] => (-a), (-a...) => (-a -a)', 'signature': 'def transform(pattern):'}</s>__all__ = ['docopt'] | 0 |
{'name': '_ParseConfigSteps.__init__@mne_bids_pipeline/_docs.py', 'description': 'Build a mapping from config options to tuples of steps that use each option.\n\nThe mapping is stored in `self.steps`.', 'signature': 'def __init__(self, force_empty: tuple[str, ...] | None = None) -> None:'}</s>{'name': 'get_decoding_con... | 1 |
{'name': 'balance@n26/cli.py', 'description': 'Show account balance ', 'signature': 'def balance():'}</s>BASIC_AUTH_HEADERS = {"Authorization": "Basic bmF0aXZld2ViOg=="} | 0 |
{'name': 'TestStr.test_str_empty@tests/test_future/test_str.py', 'description': "str() -> u''", 'signature': 'def test_str_empty(self):'}</s>{'name': 'NotASurrogateError@src/future/utils/surrogateescape.py', 'description': 'DOCSTRING', 'base_classes': ['Exception'], 'methods': []} | 0 |
{'name': 'About.dump_lic@src/attributecode/model.py', 'description': 'Write LICENSE files and return the a list of key, name, context and the url\nas these information are needed for the ABOUT file', 'signature': 'def dump_lic(self, location, license_dict):'}</s>valid_file_chars = "_-.+()~[]{}@%!$," | 0 |
{'name': 'MSGPACKRPCRequest.error_respond@tinyrpc/protocols/msgpackrpc.py', 'description': 'Create an error response to this request.\n\nWhen processing the request produces an error condition this method can be used to\ncreate the error response object.\n\n:param error: Specifies what error occurred.\n:type error: Exc... | 0 |
{'name': 'extract_images@mnist/dataset/input_data.py', 'description': 'Extract the images into a 4D uint8 numpy array [index, y, x, depth].', 'signature': 'def extract_images(filename):'}</s>{'name': 'extract_labels@mnist/dataset/input_data.py', 'description': 'Extract the labels into a 1D uint8 numpy array [index].', ... | 0 |
{'name': 'RobustPath.width@gdspy/path.py', 'description': 'Calculate the width of each parallel path.\n\nParameters\n----------\nu : number\n Position along the `RobustPath` to compute. This argument\n can range from 0 (start of the path) to `len(self)` (end of\n the path).\n\nReturns\n-------\nout : Numpy ar... | 0 |
{'name': 'SegWitTest.test_witness_sigops@test/functional/p2p_segwit.py', 'description': 'Ensure sigop counting is correct inside witnesses.', 'signature': 'def test_witness_sigops(self):'}</s>{'name': 'GetP2PKHScript@test/functional/p2p_segwit.py', 'description': 'DOCSTRING', 'code': 'def GetP2PKHScript(pubkeyhash):\n ... | 0 |
{'name': 'GetBuildDir@src/3rd_party-static/gmock-1.7.0/gtest/test/gtest_test_utils.py', 'description': 'Returns the absolute path of the directory where the test binaries are.', 'signature': 'def GetBuildDir():'}</s>{'name': 'GetExitStatus@src/3rd_party-static/gmock-1.7.0/gtest/test/gtest_test_utils.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': '_htmlentity_transform@script.module.youtube.dl/lib/youtube_dl/utils.py', 'description': 'Transforms an HTML entity to a character.', 'signature': 'def _htmlentity_transform(entity_with_semicolon):'}</s>{'name': 'extract_basic_auth@script.module.youtube.dl/lib/youtube_dl/utils.py', 'description': 'DOCSTRING', ... | 0 |
{'name': 'PathConverter.convert@util/py_lib/seqan/dox/write_html.py', 'description': 'Return None, None on failure path, title otherwise.', 'signature': 'def convert(self, name):'}</s>{'name': 'TextNode@util/py_lib/seqan/dox/proc_doc.py', 'description': 'A node represents a part of a processed text.\n\nProcessed text i... | 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': 'Type.input_fields@pygraphy/introspection.py', 'description': 'INPUT_OBJECT only', 'signature': 'def input_fields(self) -> Optional[List[InputValue]]:'}</s>{'name': 'hidden@pygraphy/types/field.py', 'description': 'DOCSTRING', 'code': 'def hidden(method):\n method.__hidden__ = True\n return method'} | 0 |
{'name': 'MetaDataFrame.__init__@stock_pandas/meta/cumulator.py', 'description': 'Creates a stock data frame\n\nArgs:\n data (ndarray, Iterable, dict, DataFrame, StockDataFrame): data\n date_col (:obj:`str`, optional): If set, then the column named `date_col` will convert and set as the DateTimeIndex of the data ... | 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': 'EnumDecoder@python/google/protobuf/internal/decoder.py', 'description': 'Returns a decoder for enum field.', 'signature': 'def EnumDecoder(field_number, is_repeated, is_packed, key, new_default,'}</s>Fixed32Sizer = _FixedSizer(4) | 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': 'PFOp._to_string@pf/rule.py', 'description': 'Return the string representation of the operation.', 'signature': 'def _to_string(self):'}</s>PFR_OP_TABLE_MAX = 4 | 0 |
{'name': 'copy@tessera-server/tasks.py', 'description': 'Copy a dashboard (via API) between two running Tessera instances.\n\n:param str source_id:\n Source dashboard ID, e.g. if copying a dashboard that lives at\n ``http://mytessera.com/dashboards/123``, this would simply be ``123``.\n\n:param str source_uri:\n ... | 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': 'sum_string@pytils/numeral.py', 'description': "Get sum in words\n\n@param amount: amount of objects\n@type amount: C{integer types}\n\n@param gender: gender of object (MALE, FEMALE or NEUTER)\n@type gender: C{int}\n\n@param items: variants of object in three forms:\n for one object, for two objects and for... | 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>_TYPES = re.compile(
r'^(?:'
# [dcl.type.simple]
r'(char(16_t|32_t)?)|wchar_t|'
... | 0 |
{'name': 'parse_args@src/python_scripts/afnipy/lib_cdiflist.py', 'description': 'Go through user-entered options and fill an object with the values.\nThese will be used to setup plotting.', 'signature': 'def parse_args(full_argv):'}</s>{'name': '_parse_leading_int@src/python_scripts/afnipy/afni_util.py', 'description':... | 0 |
{'name': 'TenantForeignKey.get_extra_descriptor_filter@django_multitenant/fields.py', 'description': "Return an extra filter condition for related object fetching when\nuser does 'instance.fieldname', that is the extra filter is used in\nthe descriptor of the field.\n\nThe filter should be either a dict usable in .filt... | 1 |
{'name': '_skip_video@yark/archiver/archive.py', 'description': "Skips first undownloaded video in `videos`, make sure there's at least one to skip otherwise an exception will be thrown", 'signature': 'def _skip_video('}</s>{'name': 'ArchiveNotFoundException@yark/errors.py', 'description': "Archive couldn't be found, t... | 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>cat... | 1 |
{'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': 'tactic_description@src/api/python/z3/z3.py', 'description': "Return a short description for the tactic named `name`.\n\n>>> d... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.