text string | label int64 |
|---|---|
{'name': 'K@src/api/python/z3/z3.py', 'description': "Return a Z3 constant array expression.\n\n>>> a = K(IntSort(), 10)\n>>> a\nK(Int, 10)\n>>> a.sort()\nArray(Int, Int)\n>>> i = Int('i')\n>>> a[i]\nK(Int, 10)[i]\n>>> simplify(a[i])\n10", 'signature': 'def K(dom, v):'}</s>{'name': 'is_as_array@src/api/python/z3/z3.py'... | 0 |
{'name': '_NestingState.Update@runtimes/compiler-rt/lib/sanitizer_common/scripts/cpplint.py', 'description': 'Update nesting state with current 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: T... | 0 |
{'name': 'transform_value@fhirpy/base/searchset.py', 'description': ">>> transform_value(datetime.datetime(2019, 1, 1, tzinfo=pytz.utc))\n'2019-01-01T00:00:00Z'\n\n>>> transform_value(datetime.date(2019, 1, 1))\n'2019-01-01'\n\n>>> transform_value(True)\n'true'", 'signature': 'def transform_value(value):'}</s>{'name': ... | 0 |
{'name': 'to_pytorch_type@python/taichi/lang/util.py', 'description': 'Convert taichi data type to its counterpart in torch.\n\nArgs:\n dt (DataType): The desired data type to convert.\n\nReturns:\n DataType: The counterpart data type in torch.', 'signature': 'def to_pytorch_type(dt):'}</s>{'name': 'ti_int@python... | 0 |
{'name': 'CCPimage.prep_data@rfpy/ccp.py', 'description': 'Method to pre-process the data and calculate the CCP points for each \nof the receiver functions. Pre-processing includes the binning to\nback-azimuth and slowness bins to reduce processing time and generate\ncleaner stacks, as well as filtering to emphasize th... | 0 |
{'name': '_JS.__decode_event@ros_ws/src/crazyswarm/scripts/pycrazyswarm/linuxjsdev.py', 'description': 'Decode a jsdev event into a dict ', 'signature': 'def __decode_event(self, jsdata):'}</s>JE_TYPE = 2 | 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': 'demean@src/python_scripts/afnipy/afni_util.py', 'description': 'demean the vector (in place), from index ibot to index itop\n\n if ibot == -1, ibot will be 0\n if itop == -1, itop will be len-1\n\nreturn 0 on success, 1 on error', 'signature': 'def demean(vec, ibot=-1, itop=-1):'}</s>{'name': 'print_dict@src/... | 0 |
{'name': 'CheckRo2@scopy/ScoDruglikeness/rulesfilter.py', 'description': "Check molecular under RO2\n\nRef.:\n Goldberg, Frederick W., et al.\n Drug Discovery Today 20.1 (2015): 11-17.\n \nRule details:\n MW <= 200\n Logp <= 2\n NHD <= 2\n NHA <= 4\n\n:param mol: molecule\n:type mol: rdkit.Chem.rdc... | 0 |
{'name': 'compute_prior@tensor2tensor_envi/models/research/glow_ops.py', 'description': 'Distribution on z_t conditioned on z_{t-1} and latent.\n\nArgs:\n name: variable scope.\n z: 4-D Tensor.\n latent: optional,\n if hparams.latent_dist_encoder == "pointwise", this is a list\n of 4-D Tensors of l... | 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': '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': 'genModelInput@boxx/ylth/__init__.py', 'description': "Auto generate a Tensor that could as model's input\n\nUsage\n-----\n>>> inp = genModelInput(model)\n>>> result = model(inp)\n>>> tree(result)\n\nParameters\n----------\nmodel: nn.Module\n nn.Module\ninputShape: tuple or list, default None\n By defaul... | 1 |
{'name': '_format_compatibility_errors@jupyterlab/commands.py', 'description': 'Format a message for compatibility errors.', 'signature': 'def _format_compatibility_errors(name, version, errors):'}</s>{'name': 'watch@jupyterlab/commands.py', 'description': 'Watch the application.\n\nParameters\n----------\napp_options:... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQMCEV_REPAIR_DELAY = 24 | 0 |
{'name': 'Dockerfile.markOrigin@utils/pyHDLC/map.py', 'description': 'Check if a name/id corresponds to another image, an stage or an external image.', 'signature': 'def markOrigin(self, val: str):'}</s>{'name': 'GenerateMap@utils/pyHDLC/map.py', 'description': 'Parse all the dockerfiles in a collection and extract the... | 0 |
{'name': 'TestObjectsE2E.test_create_alias_a_record@e2e_tests/test_objects.py', 'description': 'Create two A records with different names, but pointing to the same\nipv4addr', 'signature': 'def test_create_alias_a_record(self):'}</s>{'name': 'FixedAddressTemplate@infoblox_client/objects.py', 'description': 'DOCSTRING',... | 0 |
{'name': 'run@pretf/pretf/cli.py', 'description': 'This is the pretf CLI tool entrypoint.', 'signature': 'def run() -> Union[CompletedProcess, int]:'}</s>{'name': 'execute_terraform@pretf/pretf/workflow.py', 'description': 'Executes Terraform and waits for it to finish.\nCommand line arguments are passed through to Ter... | 1 |
{'name': 'TaprootTest.gen_test_vectors@test/functional/feature_taproot.py', 'description': 'Run a scenario that corresponds (and optionally produces) to BIP341 test vectors.', 'signature': 'def gen_test_vectors(self):'}</s>ERR_NO_SUCCESS = {"err_msg": "Script evaluated without error but finished with a false/empty top ... | 0 |
{'name': 'Expression.statement@da/compiler/dast.py', 'description': 'The first statement parent of this expression, if any.\n\n ', 'signature': 'def statement(self):'}</s>{'name': 'LtEOp@da/compiler/dast.py', 'description': 'DOCSTRING', 'base_classes': ['ComparisonOperator'], 'methods': []} | 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': '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': 'SessionRedirectMixin.rebuild_method@venv/Lib/site-packages/pip-19.0.3-py3.8.egg/pip/_vendor/requests/sessions.py', 'description': 'When being redirected we may want to change the method of the request\nbased on certain specs or browser behavior.', 'signature': 'def rebuild_method(self, prepared_request, respo... | 0 |
{'name': 'Blocks.__iter__@rpmvenv/spec.py', 'description': 'Iterate over the contained blocks.', 'signature': 'def __iter__(self):'}</s>{'name': 'Spec@rpmvenv/spec.py', 'description': 'A SPEC file.', 'base_classes': ['object'], 'methods': [{'name': 'Spec.__init__@rpmvenv/spec.py', 'description': 'Initialize the SPEC fi... | 0 |
{'name': 'DeviceThermalComfort.compute_states@custom_components/thermal_comfort/sensor.py', 'description': 'Compute states of configured sensors.', 'signature': 'def compute_states(self) -> dict[SensorType, ComputeState]:'}</s>CONF_CUSTOM_ICONS = "custom_icons" | 0 |
{'name': 'Device.open@src/LabJackPython.py', 'description': 'Device.open(devType, Ethernet=False, firstFound = True, serial = None, localId = None, devNumber = None, ipAddress = None, handleOnly = False, LJSocket = None)\n\nOpen a device of type devType. ', 'signature': 'def open(self, devType, Ethernet=False, firstFou... | 0 |
{'name': 'IncInterfaceGenerator.do_table3_transformation@da/compiler/incgen.py', 'description': "Transformation defined in Table 3 of OOPSLA paper.\n\nThis transforms single quantifications over comparisons into min/max\naggregates. Returns None if table 3 can not be applied to 'node'.", 'signature': 'def do_table3_tra... | 0 |
{'name': 'BL3Serial.get_serial_number@bl3save/datalib.py', 'description': 'Returns the binary item serial number. If `orig_seed` is `True`, the\nserial number will use the same seed that was used in the savegame.\nOtherwise, it will use a seed of `0`, which will then be unencrypted.', 'signature': 'def get_serial_numb... | 0 |
{'name': 'pointer_image@datoviz/__init__.py', 'description': 'Return a NumPy array of uint8 with shape (height, width, n_channels=3) from an ndpointer\nreferring to a C pointer to a buffer of RGB uint8 values.', 'signature': 'def pointer_image(rgb, width, height, n_channels=3):'}</s>CMAP_YLORRD = 23 | 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': '_makeTags@scripts/pdns/lib/python2.7/site-packages/pkg_resources/_vendor/pyparsing.py', 'description': 'Internal helper to construct opening and closing tag expressions, given a tag name', 'signature': 'def _makeTags(tagStr, xml):'}</s>alphas8bit = srange(r"[\0xc0-\0xd6\0xd8-\0xf6\0xf8-\0xff]") | 0 |
{'name': 'EnumMeta.__getattr__@plugins/sublime/enum-dist/enum/__init__.py', 'description': "Return the enum member matching `name`\n\nWe use __getattr__ instead of descriptors or inserting into the enum\nclass' __dict__ in order to support `name` and `value` being both\nproperties for enum members (which live in the cl... | 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>{'name': 'isHandleValid@src/LabJackPython.py', 'description': 'DOCSTRING', 'code': "def isHandleValid(handle):\n i... | 0 |
{'name': 'main_sync@signac/__main__.py', 'description': 'Handle sync subcommand.', 'signature': 'def main_sync(args):'}</s>{'name': 'main_update_cache@signac/__main__.py', 'description': 'Handle update-cache subcommand.', 'code': 'def main_update_cache(args):\n """Handle update-cache subcommand."""\n project = ge... | 0 |
{'name': 'plot_stack_peak@rtm/plotting.py', 'description': 'Plot the stack function (at the spatial stack max) as a function of time.\n\nArgs:\n S: :class:`~xarray.DataArray` containing the stack function :math:`S`\n plot_max (bool): Plot maximum value with red circle (default: `False`)\n ax (:class:`~matplotl... | 0 |
{'name': 'render@versioneer.py', 'description': 'Render the given version pieces into the requested style.', 'signature': 'def render(pieces, style):'}</s>{'name': 'scan_setup_py@versioneer.py', 'description': "Validate the contents of setup.py against Versioneer's expectations.", 'code': 'def scan_setup_py():\n """... | 0 |
{'name': 'ctrl_c_signal_handler@shutit_util.py', 'description': 'CTRL-c signal handler - enters a pause point if it can.\n ', 'signature': 'def ctrl_c_signal_handler(_, frame):'}</s>{'name': 'get_shutit_frame@shutit_util.py', 'description': 'DOCSTRING', 'code': "def get_shutit_frame(frame):\n\tglobal ctrl_c_call... | 1 |
{'name': 'get_hconfig_view@hier_config/constructors.py', 'description': 'Instantiates the appropriate HConfigView.\n\nIf you implement your own HConfigView, you will likely need to create a function like this one locally.', 'signature': 'def get_hconfig_view(config: HConfig) -> HConfigViewBase:'}</s>{'name': 'HConfigVi... | 1 |
{'name': '_Selector._freeze_relations@SneakerBot 2019/venv/lib/python3.7/site-packages/soupsieve/css_parser.py', 'description': 'Freeze relation.', 'signature': 'def _freeze_relations(self, relations):'}</s>RE_NOT_WS = re.compile('[^ \t\r\n\f]+') | 0 |
{'name': 'GenericMeta.__new__@vendor/typing.py', 'description': 'Create a new generic class. GenericMeta.__new__ accepts\nkeyword arguments that are used for internal bookkeeping, therefore\nan override should pass unused keyword arguments to super().', 'signature': 'def __new__(cls, name, bases, namespace,'}</s>{'name... | 0 |
{'name': 'test_merge_with_wildcard@tests/test_win32.py', 'description': 'Merge files specified by a wildcard.', 'signature': 'def test_merge_with_wildcard():'}</s>{'name': 'test_extract_sac_defaults@tests/test_win32.py', 'description': 'Extract SAC files using default settings.', 'code': 'def test_extract_sac_defaults(... | 0 |
{'name': 'SQLCompiler.__init__@rest_models/backend/compiler.py', 'description': ':param django.db.models.sql.query.Query query: the query\n:param rest_models.backend.base.DatabaseWrapper connection: the connection\n:param str using:', 'signature': 'def __init__(self, query, connection, using, elide_empty=True):'}</s>{'... | 1 |
{'name': 'Sinusoid.evaluate@reference/ThinkDSP/code/.ipynb_checkpoints/thinkdsp-checkpoint.py', 'description': 'Evaluates the signal at the given times.\n\nts: float array of times\n\nreturns: float wave array', 'signature': 'def evaluate(self, ts):'}</s>{'name': 'ExpoChirp@reference/ThinkDSP/code/.ipynb_checkpoints/th... | 0 |
{'name': 'GTestFilterUnitTest.RunAndVerify@swap-ssdb-1.9.2/tests/googletest/googletest/test/gtest_filter_unittest.py', 'description': 'Checks that the binary runs correct set of tests for a given filter.', 'signature': 'def RunAndVerify(self, gtest_filter, tests_to_run):'}</s>child = gtest_test_utils.Subprocess(
[s... | 0 |
{'name': 'getSyllsFromWav@avgn/segment_song/wav_to_syllables.py', 'description': 'Extract syllables from wav file\n ', 'signature': 'def getSyllsFromWav(row, _mel_basis, wav_time, hparams):'}</s>{'name': 'butter_bandpass@avgn/segment_song/preprocessing.py', 'description': 'DOCSTRING', 'code': "def butter_bandpass(lo... | 0 |
{'name': 'connect@trino/dbapi.py', 'description': 'Constructor for creating a connection to the database.\n\nSee class :py:class:`Connection` for arguments.\n\n:returns: a :py:class:`Connection` object.', 'signature': 'def connect(*args, **kwargs):'}</s>HEADER_CLIENT_TAGS = "X-Trino-Client-Tags" | 0 |
{'name': 'taproot_construct@test/functional/test_framework/script.py', 'description': 'Construct a tree of Taproot spending conditions\n\npubkey: a 32-byte xonly pubkey for the internal pubkey (bytes)\nscripts: a list of items; each item is either:\n - a (name, CScript or bytes, leaf version) tuple\n - ... | 0 |
{'name': 'IKinBody@7_Demo_youBotPickAndPlace/code/modern_robotics/core.py', 'description': 'Computes inverse kinematics in the body frame for an open chain robot\n\n:param Blist: The joint screw axes in the end-effector frame when the\n manipulator is at the home position, in the format of a\n ... | 0 |
{'name': 'run_training@chemprop/train/run_training.py', 'description': 'Trains a model and returns test scores on the model checkpoint with the highest validation score.\n\n:param args: Arguments.\n:param logger: Logger.\n:return: A list of ensemble scores for each task.', 'signature': 'def run_training(args: Namespace... | 1 |
{'name': 'ISO3166Utils.short2full@script.module.youtube.dl/lib/youtube_dl/utils.py', 'description': 'Convert an ISO 3166-2 country code to the corresponding full name', 'signature': 'def short2full(cls, code):'}</s>{'name': '_windows_write_string@script.module.youtube.dl/lib/youtube_dl/utils.py', 'description': 'Return... | 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': 'TestDecode.testDecodeBadUTF8@src/tests/testXmlEncodingDecode.py', 'description': 'Ensure bad UTF-8 is flagged as such, but still decoded.', 'signature': 'def testDecodeBadUTF8(self):'}</s>{'name': 'InvalidAngle@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['InvalidValue'], 'metho... | 0 |
{'name': 'If@src/api/python/z3/z3.py', 'description': "Create a Z3 if-then-else expression.\n\n>>> x = Int('x')\n>>> y = Int('y')\n>>> max = If(x > y, x, y)\n>>> max\nIf(x > y, x, y)\n>>> simplify(max)\nIf(x <= y, y, x)", 'signature': 'def If(a, b, c, ctx=None):'}</s>{'name': '_is_infix_compact@src/api/python/z3/z3prin... | 0 |
{'name': 'MessageSetItemEncoder@third_party/include/protobuf-2.6.1/python/google/protobuf/internal/encoder.py', 'description': 'Encoder for extensions of MessageSet.\n\nThe message set message looks like this:\n message MessageSet {\n repeated group Item = 1 {\n required int32 type_id = 2;\n required stri... | 0 |
{'name': '_check_em_conversion@unyt/unit_object.py', 'description': "Check to see if the units contain E&M units\n\nThis function supports unyt's ability to convert data to and from E&M\nelectromagnetic units. However, this support is limited and only very\nsimple unit expressions can be readily converted. This functio... | 1 |
{'name': 'CheckRespiratory@scopy/ScoDruglikeness/rulesfilter.py', 'description': "Check mol under Respiratory\n\nReference:\n Ritchie, Timothy J., Christopher N. Luscombe, and Simon JF Macdonald. \n J Chem Inf Model, 49.4 (2009): 1025-1032.\n \nRule details:\n 240<=MW<= 520\n -2.0<=logP<=4.7\n 6<=nHB<... | 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': 'Crypter@fwtool/sony/fdat.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': [{'name': 'Crypter.__init__@fwtool/son... | 0 |
{'name': 'geticmptypebynumber@pf/_utils.py', 'description': 'Return the ICMP type as a string.', 'signature': 'def geticmptypebynumber(type, af):'}</s>ICMP_MASKREQ = 17 | 0 |
{'name': 'calculate_fid_given_paths@models/pggan_tf_official/metrics/frechet_inception_distance.py', 'description': 'Calculates the FID of two paths. ', 'signature': 'def calculate_fid_given_paths(paths, inception_path):'}</s>{'name': 'get_activations@models/pggan_tf_official/metrics/frechet_inception_distance.py', 'de... | 0 |
{'name': 'ReplaceByFeeTest.test_spends_of_conflicting_outputs@test/functional/feature_rbf.py', 'description': 'Replacements that spend conflicting tx outputs are rejected', 'signature': 'def test_spends_of_conflicting_outputs(self):'}</s>{'name': 'p2p_port@test/functional/test_framework/util.py', 'description': 'DOCSTR... | 0 |
{'name': 'encoder3d@nnutils/net_blocks.py', 'description': 'Simple 3D encoder with nlayers.\n\nArgs:\n nlayers: number of encoder layers\n use_bn: whether to use batch_norm\n nc_input: number of input channels\n nc_max: number of max channels\n nc_l1: number of channels in layer 1\n nc_step: double nu... | 0 |
{'name': '_clean_up_temporary_files@datasets/download_and_convert_mnist.py', 'description': 'Removes temporary files used to create the dataset.\n\nArgs:\n dataset_dir: The directory where the temporary files are stored.', 'signature': 'def _clean_up_temporary_files(dataset_dir):'}</s>_NUM_CHANNELS = 1 | 0 |
{'name': 'add_translation_fields@modeltranslation/translator.py', 'description': 'Monkey patches the original model class to provide additional fields for\nevery language.\n\nAdds newly created translation fields to the given translation options.', 'signature': 'def add_translation_fields(model: type[Model], opts: Tran... | 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': 'main@swagger_to/bin/swagger_to_py_client.py', 'description': 'Execute the main routine.', 'signature': 'def main() -> None:'}</s>{'name': '_resolve_substructures@swagger_to/intermediate.py', 'description': 'Resolve substructures (such as property typedefs, item typedefs etc.) of a pre-allocated definition typ... | 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': 'UnknownFieldSet@python/google/protobuf/internal/containers.py', 'description': 'UnknownFiel... | 0 |
{'name': 'algorithm_4@adaptive/tests/algorithm_4.py', 'description': 'ALGORITHM_4 evaluates an integral using adaptive quadrature. The\nalgorithm uses Clenshaw-Curtis quadrature rules of increasing\ndegree in each interval and bisects the interval if either the\nfunction does not appear to be smooth or a rule of maximu... | 1 |
{'name': 'Arcball.drag@transformations.py', 'description': 'Update current cursor window coordinates.', 'signature': 'def drag(self, point):'}</s>__docformat__ = "restructuredtext en" | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQIAMO_REPAIR_PKTS = 797 | 0 |
{'name': 'Normalizer.__init__@PyBioMed/PyPretreat/PyPretreatMolutil.py', 'description': 'Initialize a Normalizer with an optional custom list of :class:`~molvs.normalize.Normalization` transforms.\n\n:param normalizations: A list of :class:`~molvs.normalize.Normalization` transforms to apply.\n:param int max_restarts:... | 0 |
{'name': 'dict_indexer_with_default@yaql/standard_library/collections.py', 'description': ':yaql:operator indexer\n\nReturns value of a dictionary by given key or default if there is\nno such key.\n\n:signature: left[right, default]\n:arg left: input dictionary\n:argType left: dictionary\n:arg right: key\n:argType righ... | 0 |
{'name': 'test_sorting@voluptuous/tests/tests.py', 'description': 'Expect alphabetic sorting', 'signature': 'def test_sorting():'}</s>{'name': 'Self@voluptuous/schema_builder.py', 'description': 'DOCSTRING', 'code': 'def Self() -> None:\n raise er.SchemaError(\'"Self" should never be called\')'} | 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>atleast_1d = _fromnxfunction_allargs('atleast_1d') | 0 |
{'name': 'ModbusClient.read_discrete_inputs@pyModbusTCP/client.py', 'description': 'Modbus function READ_DISCRETE_INPUTS (0x02).\n\n:param bit_addr: bit address (0 to 65535)\n:type bit_addr: int\n:param bit_nb: number of bits to read (1 to 2000)\n:type bit_nb: int\n:returns: bits list or None if error\n:rtype: list of ... | 1 |
{'name': 'serialize@strictyaml/ruamel/main.py', 'description': 'Serialize a representation tree into a YAML stream.\nIf stream is None, return the produced string instead.', 'signature': 'def serialize(node, stream=None, Dumper=Dumper, **kwds):'}</s>{'name': 'load_all@strictyaml/ruamel/main.py', 'description': 'Parse a... | 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>OP_GREATERTHANOREQUAL = CScriptOp(0xa2) | 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': 'JSONDecoder.__init__@simplejson/decoder.py', 'description': "*encoding* determines the encoding used to interpret any\n:class:`str` objects decoded by this instance (``'utf-8'`` by\ndefault). It has no effect when decoding :class:`unicode` objects.\n\nNote that currently only encodings that are a superset of... | 0 |
{'name': '_collect_events@test/common.py', 'description': 'Collect events by running the given search query\n@param: query (search query)\n@param: start_time (search start time)\n@param: end_time (search end time)\nreturns events', 'signature': 'def _collect_events('}</s>{'name': '_collect_metrics@test/common.py', 'des... | 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': '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': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRCCF_CFH_CONTROL_ERROR = 3005 | 0 |
{'name': 'PerfectModelEnsemble._compute_climatology@src/climpred/classes.py', 'description': "Verify a climatology forecast.\n\nArgs:\n metric: Metric to apply for verification, see `metrics <../metrics.html>`_\n comparison: How to compare the climatology against itself, see\n `comparisons <../comparisons.... | 0 |
{'name': 'BreakpointAfterJoinTestCase.test@llvm-project/lldb/test/API/functionalities/thread/break_after_join/TestBreakAfterJoin.py', 'description': 'Test breakpoint handling after a thread join.', 'signature': 'def test(self):'}</s>{'name': 'apple_simulator_test@llvm-project/lldb/packages/Python/lldbsuite/test/decorat... | 0 |
{'name': 'Ppt97File.is_encrypted@msoffcrypto/format/ppt97.py', 'description': 'Test if the file is encrypted.\n\n >>> f = open("tests/inputs/plain.ppt", "rb")\n >>> file = Ppt97File(f)\n >>> file.is_encrypted()\n False\n >>> f = open("tests/inputs/rc4cryptoapi_password.ppt", "rb")\n >>> file = Ppt97Fi... | 0 |
{'name': 'azure_user@backend-tests/tests/test_azure_iothub.py', 'description': 'Create Mender user and create an Azure IoT Hub integration in iot-manager using the connection string.', 'signature': 'def azure_user(clean_mongo) -> Optional[User]:'}</s>URL_EMAILS = "/tenants/{tenant_id}/devices/{device_id}/users" | 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': 'transfer_funds_randomly@src/current/_includes/v20.1/app/python/sqlalchemy/example.py', 'description': "Transfer money randomly between accounts (during SESSION).\nCuts a randomly selected account's balance in half, and gives the\nother half to some other randomly selected account.", 'signature': 'def transfer... | 0 |
{'name': 'NacosClient.list_naming_instance@nacos/client.py', 'description': ':param service_name: 服务名\n:param clusters: 集群名称 字符串,多个集群用逗号分隔\n:param namespace_id: 命名空间ID\n:param group_name: 分组名\n:param healthy_only: 是否只返回健康实例 否,默认为false', 'signature': 'def list_namin... | 0 |
{'name': 'Arcball.drag@utils/transformations.py', 'description': 'Update current cursor window coordinates.', 'signature': 'def drag(self, point):'}</s>{'name': 'arcball_nearest_axis@utils/transformations.py', 'description': 'Return axis, which arc is nearest to point.', 'code': 'def arcball_nearest_axis(point, axes):\... | 0 |
{'name': 'KNN.forward@obstacle-detection/model/tasks/semantic/postproc/KNN.py', 'description': 'Warning! Only works for un-batched pointclouds.\nIf they come batched we need to iterate over the batch dimension or do\nsomething REALLY smart to handle unaligned number of points in memory', 'signature': 'def forward(self,... | 1 |
{'name': 'PCFExecute.__init__@code/pymqi/__init__.py', 'description': "PCFExecute(name = '')\n\nConnect to the Queue Manager 'name' (default value '') ready\nfor a PCF command. If name is a QueueManager instance, it is\nused for the connection, otherwise a new connection is made ", 'signature': 'def __init__(self, name... | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQIACF_DESTINATION_CLASS = 1273 | 0 |
{'name': 'G3TemporalZeppelin.__call__@dmipy/signal_models/gaussian_models.py', 'description': 'Estimates the signal attenuation.\n\nParameters\n----------\nacquisition_scheme : DmipyAcquisitionScheme instance,\n An acquisition scheme that has been instantiated using dMipy.\nkwargs: keyword arguments to the model par... | 0 |
{'name': 'TestBackupFSLocalstorage.test_backup_preexisting_dir@freezer/tests/integration/test_agent.py', 'description': 'Use external pre-defined directory for tests.\nIf directory does not exist, then skip\n\nRestore to temporary folder (removed on exit)\n:return:', 'signature': 'def test_backup_preexisting_dir(self):... | 0 |
{'name': 'mass_erase@tools/pydfu.py', 'description': 'Performs a MASS erase (i.e. erases the entire device.', 'signature': 'def mass_erase():'}</s>__DFU_STATE_DFU_MANIFEST_SYNC = 6 | 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': 'Awsuser@infoblox_client/objects.py', 'description': "Awsuser: AWS User object.... | 0 |
{'name': 'FPVal@src/api/python/z3/z3.py', 'description': 'Return a floating-point value of value `val` and sort `fps`.\nIf `ctx=None`, then the global context is used.\n\n>>> v = FPVal(20.0, FPSort(8, 24))\n>>> v\n1.25*(2**4)\n>>> print("0x%.8x" % v.exponent_as_long(False))\n0x00000004\n>>> v = FPVal(2.25, FPSort(8, 24... | 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': 'setup_T2_amplitudes@doc/LectureNotes/_build/jupyter_execute/cc.py', 'description': 'returns the t2 amplitudes and t2 channels\nparam sp_basis: a sp_basis\nparam NN: neutron number\nparam st_degen: 2 for the moment, spin-isospin degeneracy\nreturn: hh_channels, pp_channels, p_rel_hh, p_rel_pp, t2amp\n t... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.