text string | label int64 |
|---|---|
{'name': 'predict_SMILES_with_confidence@DECIMER/Predictor_usingCheckpoints.py', 'description': 'This function takes an image path (str) and returns a list of tuples\nthat contain each token of the predicted SMILES string and the confidence\nlevel from the last layer of the Transformer decoder.\n\nArgs:\n image_path... | 0 |
{'name': 'meshProcessingPipeline@dicom2stl/Dicom2STL.py', 'description': 'Apply a series of filters to the mesh', 'signature': 'def meshProcessingPipeline('}</s>__version__ = "unknown" | 0 |
{'name': 'diff_matrix@dynaphopy/interface/iofile/__init__.py', 'description': ':param array_1: supercell scaled positions respect unit cell\n:param array_2: supercell scaled positions respect unit cell\n:param cell_size: diference between arrays accounting for periodicity\n:return:', 'signature': 'def diff_matrix(array... | 0 |
{'name': '_uncompress@brainspace/mesh/mesh_io.py', 'description': 'Uncompresses files. Currently only supports gzip.\n\nParameters\n----------\nipth : str\n Input filename.\nopth : str\n Output filename.\nblock_size : int, optional\n Size of blocks of the input that are read at a time, by default 65536', 'sign... | 0 |
{'name': 'write_i32@robust_serial/robust_serial.py', 'description': ':param f: file handler or serial file\n:param value: (int32_t)', 'signature': 'def write_i32(f: BinaryIO, value: int) -> None:'}</s>{'name': 'read_i16@robust_serial/robust_serial.py', 'description': ':param f: file handler or serial file\n:return: (in... | 0 |
{'name': '_Underride@reference/ThinkDSP/code/.ipynb_checkpoints/thinkplot-checkpoint.py', 'description': 'Add key-value pairs to d only if key is not in d.\n\nIf d is None, create a new dictionary.\n\nd: dictionary\noptions: keyword args to add to d', 'signature': 'def _Underride(d, **options):'}</s>{'name': '_Underrid... | 0 |
{'name': 'profiler@python/rmm/rmm/statistics.py', 'description': 'Decorator and context to profile function or code block.\n\nIf statistics are enabled (the current memory resource is an\ninstance of StatisticsResourceAdaptor), this decorator records the\nmemory statistics of the decorated function or code block.\n\nIf... | 0 |
{'name': 'test_eeg_topoplot@mne_icalabel/iclabel/tests/test_features.py', 'description': 'Test eeg_topoplot feature extraction.', 'signature': 'def test_eeg_topoplot(file, eeglab_result_file):'}</s>{'name': 'test_eeg_rpsd_constants@mne_icalabel/iclabel/tests/test_features.py', 'description': 'Test _eeg_rpsd_constants f... | 0 |
{'name': 'azero@pf/rule.py', 'description': "Return True if all numbers in 'seq' are 0s.", 'signature': 'def azero(seq):'}</s>PFTM_PURGE = 21 | 0 |
{'name': 'BUIbackend.__init__@burpui/misc/backend/interface.py', 'description': ':param server: Application context\n:type server: :class:`burpui.engines.server.BUIServer`', 'signature': 'def __init__(self, server=None, conf=None): # pragma: no cover'}</s>G_BURPHOST = "::1" | 1 |
{'name': 'test_list_validation_messages@voluptuous/tests/tests.py', 'description': 'Make sure useful error messages are available', 'signature': 'def test_list_validation_messages():'}</s>{'name': 'test_SomeOf_on_bounds_assertion@voluptuous/tests/tests.py', 'description': 'DOCSTRING', 'code': 'def test_SomeOf_on_bounds... | 0 |
{'name': 'handle_control_command@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Handle command from control channel', 'signature': 'def handle_control_command(sniffer, arg, typ, payload):'}</s>{'name': 'control_read_initial_values@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Read initial... | 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>MARKER_SHAPE_CROSS = 5 | 0 |
{'name': 'Plant.pick_petal@src/astrobotany/models.py', 'description': "Pick a petal from a flowering plant.\n\nArgs:\n user: The user picking the petal, if not the plant's owner.\n\nReturns: A string with a description of the resulting action.", 'signature': 'def pick_petal(self, user: User | None = None) -> str:'}<... | 0 |
{'name': 'RegionType.is_indoors@BaseClasses.py', 'description': 'Shorthand for checking if Interior or Dungeon', 'signature': 'def is_indoors(self):'}</s>{'name': 'Spoiler@BaseClasses.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': [{'name': 'Spoiler.__init__@BaseClasses.py', 'description': 'DOC... | 0 |
{'name': 'DECIMER_Predictor.__call__@DECIMER/Repack_model.py', 'description': 'This function takes in the Decoded image as input and makes the\npredicted list of tokens and return the tokens as tf.Tensor array.\nBefore feeding the input array we must define start and the end tokens.\n\nArgs:\n Decoded_image (tf.Tens... | 0 |
{'name': 'transform_concepts@skosify/skosify.py', 'description': 'Transform Concepts into new types, as defined by the config file.', 'signature': 'def transform_concepts(rdf, typemap):'}</s>{'name': 'skos_hierarchical@skosify/infer.py', 'description': 'Infer skos:broader/skos:narrower (S25) but only keep skos:narrower... | 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': 'NotificationRestTemplateparameter@infoblox_client/objects.py', 'description': ... | 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': 'ImportErrorTests.test_no_module@didyoumean/didyoumean_sugg_tests.py', 'description': "Should be 'math'.", 'signature': 'def test_no_module(self):'}</s>ALL_VERSIONS = (FIRST_VERSION, LAST_VERSION) | 0 |
{'name': 'init_media@soundrts/clientmedia.py', 'description': 'initialize sound, voice, screen, window title, keyboard,\nand sound cache', 'signature': 'def init_media():'}</s>OR_LOGIN_REJECTED = [4084] | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQSYSP_TYPE_ARCHIVE_TAPE = 14 | 0 |
{'name': 'ExpressionEngine._convert_bool@src/chameleon/compiler.py', 'description': 'Converts value given by ``target`` to a string ``s`` if the\ntarget is a true value, otherwise ``None``.', 'signature': 'def _convert_bool(self, target, char_escape, s):'}</s>{'name': 'eval_token@src/chameleon/compiler.py', 'descriptio... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQMCEV_DEST_INTERFACE_FAILOVER = 121 | 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': 'EVPTestCase.test_load_key_string_pubkey_rsa@tests/test_evp.py', 'description': 'Testing creating a PKey instance from PEM string.', 'signature': 'def test_load_key_string_pubkey_rsa(self):'}</s>NID_secp112r1 = m2.NID_secp112r1 | 0 |
{'name': 'ThreadedConnectionPool.__init__@psycopg2/pool.py', 'description': 'Initialize the threading lock.', 'signature': 'def __init__(self, minconn, maxconn, *args, **kwargs):'}</s>ISOLATION_LEVEL_READ_COMMITTED = 1 | 0 |
{'name': 'preprocess@grizli/pipeline/auto_script.py', 'description': 'Preprocessing script\n\nParameters\n----------\nfield_root : str\n Basename of the exposure group processed together\n\nHOME_PATH : str\n Base path for file processing\n\nmaster_radec : str\n Force use this radec file for astrometric alignme... | 0 |
{'name': 'num_tf_params@human_aware_rl/utils.py', 'description': 'Prints number of trainable parameters defined', 'signature': 'def num_tf_params():'}</s>{'name': 'common_keys_equal@human_aware_rl/utils.py', 'description': 'DOCSTRING', 'code': 'def common_keys_equal(dict_a, dict_b):\n common_keys = set(dict_a.keys()... | 0 |
{'name': 'CorpusMixin.normalize_text@montreal_forced_aligner/corpus/base.py', 'description': "Normalize the text of the corpus using a dictionary's sanitization functions and word mappings", 'signature': 'def normalize_text(self) -> None:'}</s>{'name': 'DatabaseMixin@montreal_forced_aligner/abc.py', 'description': 'Abs... | 0 |
{'name': 'WebSocket.send_close@vertx-web/src/test/sockjs-protocol/websocket/_core.py', 'description': 'send close data to the server.\n\nstatus: status code to send. see STATUS_XXX.\n\nreason: the reason to close. This must be string or bytes.', 'signature': 'def send_close(self, status=STATUS_NORMAL, reason=six.b(""))... | 1 |
{'name': 'Case.get_cases@sqlparse/sql.py', 'description': 'Returns a list of 2-tuples (condition, value).\n\nIf an ELSE exists condition is None.', 'signature': 'def get_cases(self, skip_ws=False):'}</s>DML = Keyword.DML | 0 |
{'name': 'ReplaceByFeeTest.test_doublespend_tree@test/functional/feature_rbf.py', 'description': 'Doublespend of a big tree of transactions', 'signature': 'def test_doublespend_tree(self):'}</s>mininode_lock = threading.RLock() | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>__version__ = "1.12.11" | 0 |
{'name': 'is_x86_64@gef.py', 'description': 'Checks if current target is x86-64', 'signature': 'def is_x86_64() -> bool:'}</s>{'name': 'process_lookup_address@gef.py', 'description': 'Look up for an address in memory.\nReturn an Address object if found, None otherwise.', 'code': 'def process_lookup_address(address: int... | 0 |
{'name': 'test_cancel_evict@zict/tests/test_lru.py', 'description': 'See also:\n\ntest_buffer.py::test_cancel_evict\ntest_buffer.py::test_cancel_restore', 'signature': 'def test_cancel_evict(event):'}</s>{'name': 'test_get_all_or_nothing@zict/tests/test_lru.py', 'description': 'DOCSTRING', 'code': 'def test_get_all_or_... | 0 |
{'name': 'info_for_entire_history@ascmhl/commands.py', 'description': 'ROOT_PATH: the root path to use for the asc mhl history', 'signature': 'def info_for_entire_history(root_path, verbose):'}</s>{'name': 'convert_local_path_to_posix@ascmhl/utils.py', 'description': 'DOCSTRING', 'code': 'def convert_local_path_to_posi... | 0 |
{'name': 'corr_plt@notebook/py_bar/plt_data.py', 'description': "功能: 画相关系数热力图\nwhy: 大于0.75的特征只留一个,不然会造成特征冗余模型效果差,但是现实情况中,一般去掉其中一个就会导致模型效果变差,请慎用。\ndata: 数据集(df型)\nfeats: 特征集(list性/一般是去掉id和label),可用该方法生成 feats = [x for x in data.columns if x not in ['id','label']]\nstart: 用以画相关系数特征的开始点,默认0(int型)\nend: 用以画相关系数特征的结束点,默认30,... | 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': 'Syslogserver@infoblox_client/objects.py', 'description': 'DOCSTRING', 'base_c... | 0 |
{'name': 'CreateDatatypes@src/api/python/z3/z3.py', 'description': "Create mutually recursive Z3 datatypes using 1 or more Datatype helper objects.\n\nIn the following example we define a Tree-List using two mutually recursive datatypes.\n\n>>> TreeList = Datatype('TreeList')\n>>> Tree = Datatype('Tree')\n>>> # Tre... | 0 |
{'name': 'test_list_validation_messages@voluptuous/tests/tests.py', 'description': 'Make sure useful error messages are available', 'signature': 'def test_list_validation_messages():'}</s>{'name': 'AllInvalid@voluptuous/error.py', 'description': 'The value did not pass all validators.', 'base_classes': ['Invalid'], 'me... | 0 |
{'name': 'NewDatabase.update@premise/new_database.py', 'description': 'Update a specific sector by name.', 'signature': 'def update(self, sectors: [str, list, None] = None) -> None:'}</s>FILEPATH_SYNGAS_INVENTORIES = INVENTORY_DIR / "lci-syngas.xlsx" | 0 |
{'name': 'SpeechLSTMModel.build_model@espresso/models/speech_lstm.py', 'description': 'Build a new model instance.', 'signature': 'def build_model(cls, args, task):'}</s>{'name': 'csv_str_list@fairseq/utils.py', 'description': 'DOCSTRING', 'code': 'def csv_str_list(x):\n return x.split(",")'} | 0 |
{'name': '_read_csv@meza/io.py', 'description': "Helps read a csv file.\n\nArgs:\n f (obj): The csv file like object.\n header (Seq[str]): Sequence of column names.\n has_header (bool): Whether or not file has a header.\n\nKwargs:\n first_col (int): The first column (default: 0).\n\nYields:\n dict: A csv... | 0 |
{'name': 'Control.__init__@wntr/network/controls.py', 'description': 'Parameters\n----------\ncondition: ControlCondition\n The condition that should be used to determine when the actions need to be activated. When the condition\n evaluates to True, the then_actions are activated. When the condition evaluates to ... | 0 |
{'name': 'ResourceManager.resource_listdir@blockchain-env/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py', 'description': 'List the contents of the named resource directory', 'signature': 'def resource_listdir(self, package_or_requirement, resource_name):'}</s>{'name': 'user_data_dir@blockchain-env/l... | 0 |
{'name': 'getMaybeGamePaths@gameScanner.py', 'description': 'If supported, searches the computer for things that might be Higurashi games\nCurrently only does things on Mac OS and Windows\nTODO: Find ways to search for games on Linux\n\n:param str gameName: The name of the game to search for (should be either "Higurash... | 0 |
{'name': 'DonutModel.plot_results@loudml/donut.py', 'description': '# Arguments:\n models (tuple): encoder and decoder models\n data (tuple): test data and label\n model_name (string): which model is using this function', 'signature': 'def plot_results('}</s>{'name': '_revert_scores@loudml/donut.py', 'descript... | 0 |
{'name': 'Modules@vimdoc/module.py', 'description': 'Creates modules from a plugin directory.\n\nNote that there can be many, if a plugin has standalone parts that merit their\nown helpfiles.\n\nArgs:\n directory: The plugin directory.\nYields:\n Module objects as necessary.', 'signature': 'def Modules(directory):'}<... | 1 |
{'name': 'make_server@src-python/lab-service/traffexam/kilda/traffexam/rest.py', 'description': 'Create a new WSGI server listening on `host` and `port` for `app`', 'signature': 'def make_server(host, port, app, thread_count=None,'}</s>{'name': 'UDPPush@src-python/lab-service/traffexam/kilda/traffexam/model.py', 'descr... | 0 |
{'name': 'MaskRCNN.build@driving/maskModel.py', 'description': 'Build Mask R-CNN architecture.\ninput_shape: The shape of the input image.\nmode: Either "training" or "inference". The inputs and\n outputs of the model differ accordingly.', 'signature': 'def build(self, mode, config):'}</s>{'name': 'rpn_class_loss_gr... | 1 |
{'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': 'is_sub@src/api/python/z3/z3.py', 'des... | 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': 'SDDP.solve@msppy/solver.py', 'description': 'Solve the discretized problem.\n\nParameters\n----------\n\nn_processes: int, optional (default=1)\n The number of processes to run in parallel. Run serial SDDP if 1.\n If n_steps is 1, n_processes is coerced to be 1.\n\nn_steps: int, optional (default=1)\n ... | 0 |
{'name': 'init@gvfindtools.templates/gvfindtools.dev.py', 'description': 'This method does nothing', 'signature': 'def init(prefixPath):'}</s>llvmSrcDir = rootDir + "/llvm_and_clang/src" | 0 |
{'name': 'annotate_residues_from_sequence@vermouth/dssp/dssp.py', 'description': "Sets the attribute `attribute` to a value from `sequence` for every node in\n`molecule`. Nodes in the n'th residue of `molecule` are given the n'th\nvalue of `sequence`.\n\nParameters\n----------\nmolecule: networkx.Graph\n The molecul... | 0 |
{'name': 'combineNNNer@code/parseJsontoFeatures.py', 'description': 'add more named entities pronoun into dict', 'signature': 'def combineNNNer(nnlist,features,corefs):'}</s>{'name': 'processLabel@code/parseJsontoFeatures.py', 'description': 'surface offset label role Realis coref\nhacker 1263 B-Person ... | 0 |
{'name': 'CheckForNonConstReference@third_party/cpplint/cpplint.py', 'description': 'Check for non-const references.\n\nSeparate from CheckLanguage since it scans backwards from current\nline, instead of scanning forward.\n\nArgs:\n filename: The name of the current file.\n clean_lines: A CleansedLines instance conta... | 0 |
{'name': 'Zeroconf.handleQuery@stino/pyarduino/base/zeroconf.py', 'description': 'Deal with incoming query packets. Provides a response if\npossible.', 'signature': 'def handleQuery(self, msg, addr, port):'}</s>{'name': 'DNSService@stino/pyarduino/base/zeroconf.py', 'description': 'A DNS service record', 'base_classes... | 1 |
{'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': '_mix_sounds@jupylet/audio/device.py', 'description': 'Mix sound data from given sounds into a single numpy array.\n\nArgs:\n sounds: Currently playing sound objects.\n frames (int): Number of frames to consume from each sound object.\n\nReturns:\n ndarray', 'signature': 'def _mix_sounds(sounds, frame... | 0 |
{'name': 'test_fail_with_invalid_dbname_and_automatic_recovery_disabled@test/io/test_io.py', 'description': 'Should fail without retries when automatic recovery is disabled and dbname is invalid', 'signature': 'def test_fail_with_invalid_dbname_and_automatic_recovery_disabled(defaultenv):'}</s>{'name': 'test_first_hois... | 0 |
{'name': 'Client.set_api_version@SalesforcePy/sfdc.py', 'description': 'Sets the api version to be used by the client. If not provided, it will get the latest version\navailable\n\n:return: set version kwarg on client if not defined', 'signature': 'def set_api_version(self, **kwargs):'}</s>{'name': 'Logout@SalesforcePy... | 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': 'ObscureEncoding@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['Warning'], 'methods... | 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_SUBSCRIPTION_SCOPE = 1275 | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQIA_MEDIA_IMAGE_RECOVER_Q = 272 | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQIACH_MAX_MSG_LENGTH = 1510 | 0 |
{'name': 'fpToFP@src/api/python/z3/z3.py', 'description': 'Create a Z3 floating-point conversion expression from other term sorts\nto floating-point.\n\nFrom a bit-vector term in IEEE 754-2008 format:\n>>> x = FPVal(1.0, Float32())\n>>> x_bv = fpToIEEEBV(x)\n>>> simplify(fpToFP(x_bv, Float32()))\n1\n\nFrom a floating-p... | 0 |
{'name': 'row_col_expand@tf_utils.py', 'description': 'for universal embedding and field-aware param\n:param xv_embed: batch * num * k\n:param num_inputs:\n:return:', 'signature': 'def row_col_expand(xv_embed, num_inputs):'}</s>{'name': 'linear@tf_utils.py', 'description': 'DOCSTRING', 'code': "def linear(xw):\n wit... | 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>javaStyleComment = cppStyleComment | 0 |
{'name': 'init@examples/python/ggml/utils.py', 'description': 'Initialize a ggml context, which will be freed automatically when the pointer is garbage collected.', 'signature': 'def init(mem_size: int, mem_buffer: ffi.CData = ffi.NULL, no_alloc: bool = False) -> ffi.CData:'}</s>{'name': '__expect_same_layout@examples/... | 0 |
{'name': 'GetBestInterface@comtypes/client/_managing.py', 'description': "Try to QueryInterface a COM pointer to the 'most useful'\ninterface.\n\nGet type information for the provided object, either via\nIDispatch.GetTypeInfo(), or via IProvideClassInfo.GetClassInfo().\nGenerate a wrapper module for the typelib, and QI... | 0 |
{'name': 'on_load_data@src/server/server.py', 'description': 'Allow pages to load needed data', 'signature': 'def on_load_data(data):'}</s>SERVER_API = 46 | 0 |
{'name': 'deserialize_MyVS@src/examples/rosenbrock_advanced_api/rosenbrock_advanced_api.py', 'description': 'Deserializes an array for the vector space MyVS', 'signature': 'def deserialize_MyVS(x,x_json):'}</s>{'name': 'MyVS@src/examples/rosenbrock_advanced_api/rosenbrock_advanced_api.py', 'description': 'DOCSTRING', '... | 0 |
{'name': 'NodeManager.list_volume_targets@ironicclient/v1/node.py', 'description': 'List all the volume targets for a given node.\n\n:param node_id: Name or UUID of the node.\n:param marker: Optional, the UUID of a volume target, eg the last\n volume target from a previous result set. Return\n ... | 0 |
{'name': 'TLP.pack@fpga/lib/pcie/tb/pcie.py', 'description': 'Pack TLP as DWORD array', 'signature': 'def pack(self):'}</s>AT_TRANSLATE_REQ = 1 | 0 |
{'name': 'ChnsenticorpProcessor.get_test_examples@examples/utils_sequence_level_task.py', 'description': 'See base class.', 'signature': 'def get_test_examples(self, data_dir):'}</s>{'name': 'FudansmallProcessor@examples/utils_sequence_level_task.py', 'description': 'Processor for the XNLI data set (HIT version).', 'ba... | 0 |
{'name': 'COCOeval.evaluateImg@src/data/pycocotools/cocoeval.py', 'description': 'perform evaluation for single category and image\n:return: dict (single image results)', 'signature': 'def evaluateImg(self, imgId, catId, aRng, maxDet):'}</s>__author__ = "tsungyi" | 0 |
{'name': 'TopLevelMixin.repeat@altair/vegalite/v5/api.py', 'description': "Return a RepeatChart built from the chart\n\nFields within the chart can be set to correspond to the row or\ncolumn using `alt.repeat('row')` and `alt.repeat('column')`.\n\nParameters\n----------\nrepeat : list\n a list of data column names t... | 0 |
{'name': 'PostgresNode.source_walsender@testgres/node.py', 'description': "Returns master's walsender feeding this replica.", 'signature': 'def source_walsender(self):'}</s>{'name': 'OsOperations@testgres/operations/os_ops.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': 'OsOperations.__init__@... | 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': 'Bottle.route@src/back/kite/bottle.py', 'description': "A decorator to bind a function to a request URL. Example::\n\n @app.route('/hello/:name')\n def hello(name):\n return 'Hello %s' % name\n\nThe ``:name`` part is a wildcard. See :class:`Router` for syntax\ndetails.\n\n:param path: Request path... | 0 |
{'name': 'optparse_init@auxiliary/gdal2customtiles/gdal2customtiles.py', 'description': 'Prepare the option parser for input (argv)', 'signature': 'def optparse_init() -> optparse.OptionParser:'}</s>{'name': 'process_args@auxiliary/gdal2customtiles/gdal2customtiles.py', 'description': 'DOCSTRING', 'code': 'def process_... | 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': 'on_restart_server@src/server/server.py', 'description': 'Re-execute the current process.', 'signature': 'def on_restart_server():'}</s>CMDARG_VERSION_LONG_STR = "--version" | 0 |
{'name': 'Data._get_score@verif/data.py', 'description': 'Load the field variable from input, but only include the common data\n\nScores loaded will have the same dimension, regardless what input_index\nis used.\n\nfield: The type is of verif.field\ninput_index: which input to load from', 'signature': 'def _g... | 0 |
{'name': 'EC_pub.get_der@src/M2Crypto/EC.py', 'description': 'Returns the public key in DER format as a buffer object.', 'signature': 'def get_der(self):'}</s>NID_sect283k1 = m2.NID_sect283k1 | 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>glyph_axis = dvz.dvz_glyph_axis | 0 |
{'name': 'run_eruption_env@self_organising_systems/biomakerca/extensions/eruption.py', 'description': 'Create a video running Eruption.', 'signature': 'def run_eruption_env('}</s>EMPTY_UPD_MASK = jp.zeros([9]) | 0 |
{'name': 'intersect_downstream_lines@oggm/core/centerlines.py', 'description': 'Find tributaries to a main glacier by intersecting downstream lines\n\nThe GlacierDirectories must at least contain a `downstream_line`.\nIf you have a lot of candidates, only execute the necessary tasks for that\nand do the rest of the pre... | 0 |
{'name': 'PRPList.__setitem__@scripts/psd.py', 'description': 'insert buffer PRP to PRP List', 'signature': 'def __setitem__(self, index, buf: PRP):'}</s>{'name': 'test_write_before_power_cycle@scripts/psd.py', 'description': 'DOCSTRING', 'code': 'def test_write_before_power_cycle(nvme0, subsystem):\n cq = IOCQ(nvme... | 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': 'get_selected_function@Data/rda.ucar/rdams_client.py', 'description': 'Returns correct function based on options.\nArgs:\n options (dict) : Command with options.\n\nReturns:\n (function): function that the options specified', 'signature': 'def get_selected_function(args_dict):'}</s>DEFAULT_AUTH_FILE = ".... | 0 |
{'name': 'test_list_case_insensitive_other_collision@tests/test_cli.py', 'description': 'Test that the case-insensitive list name matching is used if a\ncollision exists that does not affect the queried list.', 'signature': 'def test_list_case_insensitive_other_collision('}</s>{'name': 'test_default_due@tests/test_cli.... | 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': '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': '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': 'Asizer._sizer@pyFileFixity/lib/profilers/visual/pympler/asizeof.py', 'description': 'Size an object, recursively.\n ', 'signature': 'def _sizer(self, obj, deep, sized):'}</s>_dict_typedef = _typedef_both(dict, item=_sizeof_CPyDictEntry, leng=_len_dict, refs=_dict_refs) | 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>MQIACF_USAGE_USED_RATE = 1346 | 0 |
{'name': 'generate_plots@app/plot_app/configured_plots.py', 'description': 'create a list of bokeh plots (and widgets) to show ', 'signature': 'def generate_plots(ulog, px4_ulog, db_data, vehicle_data, link_to_3d_page,'}</s>_conf = configparser.ConfigParser() | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.