text string | label int64 |
|---|---|
{'name': 'lookup_address@gef.py', 'description': 'Try to find the address in the process address space.\nReturn an Address object, with validity flag set based on success.', 'signature': 'def lookup_address(address: int) -> Address:'}</s>{'name': 'is_64bit@gef.py', 'description': 'Checks if current target is 64bit.', '... | 0 |
{'name': 'Number.__call__@voluptuous/validators.py', 'description': ':param v: is a number enclosed with string\n:return: Decimal number', 'signature': 'def __call__(self, v):'}</s>{'name': 'Url@voluptuous/validators.py', 'description': "Verify that the value is a URL.\n\n>>> s = Schema(Url())\n>>> with raises(Multiple... | 0 |
{'name': 'ViewRotation.load_locs@picasso/gui/rotation.py', 'description': 'Loads localizations from a pick in the main window.\n\nCalled when updating rotation window from there or when \nshifting the pick from rotation window.\n\nParameters\n----------\nupdate_window : boolean (default=False)\n If True, load attrib... | 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>MQCI_NONE = b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' | 0 |
{'name': 'rdf_type_candidates@utils/query_graph_to_sparql.py', 'description': ' Takes in path ID (continous IDs, not glove vocab).\n And return type candidates (in continous IDs)\n based on whether we want URI or X candidates\n:param data:\n:param path_id:\n:param relations:\n:param reverse_vocab:\n:param ... | 0 |
{'name': 'GotoRelativeCommand.run@xpath.py', 'description': 'Move cursor(s) to specified relative tag(s).', 'signature': "def run(self, edit, **kwargs): # example usage from python console: sublime.active_window().active_view().run_command('goto_relative', {'direction': 'prev', 'goto_element': 'names'})"}</s>{'name': '... | 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': 'DtcPool@infoblox_client/objects.py', 'description': "DtcPool: DTC Pool object... | 0 |
{'name': 'GetPostCtrl.post_detail@back/controller/posts.py', 'description': '用户点击文章链接跳详情页的数据接口,返回在这里找\n:param post_info:\n:return:', 'signature': 'def post_detail(post_info):'}</s>BD_TRANS_API_URL = "/api/trans/vip/translate" | 0 |
{'name': 'check_json_precision@test/functional/test_framework/util.py', 'description': 'Make sure json library being used does not lose precision converting BTC values', 'signature': 'def check_json_precision():'}</s>{'name': 'delete_cookie_file@test/functional/test_framework/util.py', 'description': 'DOCSTRING', 'code... | 0 |
{'name': 'P7M.is_expired@a38/crypto.py', 'description': 'Check if the signature has expired', 'signature': 'def is_expired(self) -> bool:'}</s>{'name': 'DatiFattureCollegate@a38/fattura.py', 'description': 'DOCSTRING', 'base_classes': ['DatiDocumentiCorrelati'], 'methods': []} | 0 |
{'name': 'test_issue_x000D@tests/test_files.py', 'description': 'Fix _x000D_ issue\nhttps://stackoverflow.com/questions/29976234/openpyxl-unicode-values', 'signature': 'def test_issue_x000D(temp_file):'}</s>{'name': 'test_default_output@tests/test_files.py', 'description': 'DOCSTRING', 'code': 'def test_default_output(... | 0 |
{'name': 'terminal_size@libs/terminaltables/terminal_io.py', 'description': 'Get the width and height of the terminal.\n\nhttp://code.activestate.com/recipes/440694-determine-size-of-console-window-on-windows/\nhttp://stackoverflow.com/questions/17993814/why-the-irrelevant-code-made-a-difference\n\n:param kernel32: Opt... | 0 |
{'name': 'TestClient.test_list_radios@tests/test_client.py', 'description': 'Test methods to list radios.', 'signature': 'def test_list_radios(self, client):'}</s>{'name': 'TestClient@tests/test_client.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': 'TestClient.test_request_404@tests/test_clie... | 1 |
{'name': 'WaterAnalysis.assign_hb_types@sstmap/water_analysis.py', 'description': 'Assigns a hydrogen-bond type to each atom and updates a dictionary of H-bond donors\nwhose keys are donor atom ids and values are the indices of each connected hydrogen are stored for each donor.\n\nReturns\n-------\nsolute_acc_ids : num... | 0 |
{'name': 'main@ez_setup.py', 'description': 'Install or upgrade setuptools and EasyInstall.', 'signature': 'def main():'}</s>MEANINGFUL_INVALID_ZIP_ERR_MSG = "Maybe {0} is corrupted, delete it and try again." | 0 |
{'name': 'asdict@rpcq/external/dataclasses.py', 'description': "Return the fields of a dataclass instance as a new dictionary mapping\nfield names to field values.\n\nExample usage:\n\n @dataclass\n class C:\n x: int\n y: int\n\n c = C(1, 2)\n assert asdict(c) == {'x': 1, 'y': 2}\n\nIf given, 'dict_factor... | 0 |
{'name': 'IUController.as_dict@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Return this controller as a dict', 'signature': 'def as_dict(self, extended=False) -> OrderedDict:'}</s>{'name': 'IURQStatus@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'De... | 0 |
{'name': 'decode_and_plot_events1D@nelpy/plotting/decoding.py', 'description': "bst : BinnedSpikeTrainArray\ntc : TuningCurve1D\nraster : bool\nst : SpikeTrainArray, optional\nst_order : string, optional\n = ['track', 'first', 'random']\nevt_subset : list, optional\n List of integer indices. If the list is not so... | 0 |
{'name': 'AutoCompleter.get_completions@autocomplete.py', 'description': 'Get all the completions related to the current file.', 'signature': 'def get_completions(self, view, locations):'}</s>{'name': 'make_locations@autocomplete.py', 'description': 'DOCSTRING', 'code': 'def make_locations(comps):\n return sorted([[... | 0 |
{'name': 'GroupStats.plot_correlation@ffn/core.py', 'description': "Utility function to plot correlations.\n\nArgs:\n * freq (str): Pandas data frequency alias string\n * title (str): Plot title\n * figsize (tuple (x,y)): figure size\n * kwargs: passed to Pandas' plot_corr_heatmap function", 'signature': 'd... | 0 |
{'name': 'GridWorld.dump_subworld@tulip/gridworld.py', 'description': 'Generate new GridWorld instance from part of current one.\n\nDoes not perform automatic truncation (to make desired\nsubworld fit); instead a ValueError exception is raised.\nHowever, the "extend" argument can be used to achieve\nsomething similar.\... | 0 |
{'name': 'note_to_svara_h@librosa/core/convert.py', 'description': "Convert western notes to Hindustani svara\n\nNote that this conversion assumes 12-tone equal temperament.\n\nParameters\n----------\nnotes : str or iterable of str\n Notes to convert (e.g., `'C#'` or `['C4', 'Db4', 'D4']`\n\nSa : str\n Note corre... | 0 |
{'name': 'main@pre_commit_hooks/check_jamf_json_manifests.py', 'description': 'Main process.', 'signature': 'def main(argv=None):'}</s>{'name': 'validate_properties@pre_commit_hooks/check_jamf_json_manifests.py', 'description': 'Given a list of properties, run validation on their contents.', 'code': 'def validate_prope... | 1 |
{'name': 'AGraph.layout@pygraphviz/agraph.py', 'description': 'Assign positions to nodes in graph.\n\n.. caution:: EXPERIMENTAL\n\nThis version of the layout command uses libgvc for layout instead\nof command line GraphViz tools like in versions <1.6 and the default.\n\nOptional prog=[\'neato\'|\'dot\'|\'twopi\'|\'circ... | 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': '_conflict_bail@ez_setup.py', 'description': 'Setuptools was imported prior to invocation, so it is\nunsafe to unload it. Bail out.', 'signature': 'def _conflict_bail(VC_err, version):'}</s>{'name': 'download_file_wget@ez_setup.py', 'description': 'DOCSTRING', 'code': "def download_file_wget(url, target):\n ... | 0 |
{'name': 'Predicate.test@rules/predicates.py', 'description': 'The canonical method to invoke predicates.', 'signature': 'def test(self, obj: Any = NO_VALUE, target: Any = NO_VALUE) -> bool:'}</s>{'name': 'is_bool_like@rules/predicates.py', 'description': 'DOCSTRING', 'code': 'def is_bool_like(obj) -> bool:\n return... | 0 |
{'name': '_GetTextInside@scripts/cpplint.py', 'description': "Retrieves all the text between matching open and close parentheses.\n\nGiven a string of lines and a regular expression string, retrieve all the text\nfollowing the expression and between opening punctuation symbols like\n(, [, or {, and the matching close-p... | 0 |
{'name': 'Entry.unit@myfitnesspal/entry.py', 'description': 'Unit.', 'signature': 'def unit(self) -> Optional[str]:'}</s>IsoDateStr = str | 0 |
{'name': 'P2PConnection._on_data@test/functional/test_framework/mininode.py', 'description': 'Try to read P2P messages from the recv buffer.\n\nThis method reads data from the buffer in a loop. It deserializes,\nparses and verifies the P2P header, then passes the P2P payload to\nthe on_message callback for processing.'... | 0 |
{'name': 'DirectRegistry.tag@shipwright/_lib/cache.py', 'description': "A noop operation because we can't tag locally, if we don't have the\nbuilt images", 'signature': 'def tag(self, targets, tags):'}</s>{'name': 'last_built_from_docker@shipwright/_lib/docker.py', 'description': 'DOCSTRING', 'code': "def last_built_fr... | 0 |
{'name': 'normalize_addr_dict@scourgify/normalize.py', 'description': 'Normalize an address from dict or dict-like object.\n\nAssumes addr_dict will have standard address related keys (address_line_1,\naddress_line_2, city, state, postal_code), unless addr_map is provided.\n\naddr_map, if used, must be in the format {s... | 0 |
{'name': 'load_mnist@Chapter13/ch13.py', 'description': 'Load MNIST data from `path`', 'signature': "def load_mnist(path, kind='train'):"}</s>z = np.arange(-5, 5, 0.005) | 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>OP_10 = CScriptOp(0x5a) | 0 |
{'name': 'process_direct_grism_visit@grizli/prep.py', 'description': 'Full processing of a direct (+grism) image visit.\n\nParameters\n----------\ndirect : dict\n Dictionary with keys \'files\' and \'product\' for the direct images.\n\ngrism : dict\n Dictionary with keys \'files\' and \'product\' for the grism im... | 0 |
{'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>{'name': 'Begin@sqlparse/sql.py', 'description': 'A BEGIN/END block.', 'base_classes': ['TokenList'], 'methods': []} | 0 |
{'name': 'get_indicators@world_bank_data/indicator.py', 'description': "Return a DataFrame that describes one, multiple or all indicators, indexed by the indicator id.\n:param indicator: None (all indicators), the id of an indicator, or a list of multiple ids\n:param language: Desired language\n:param id_or_value: Choo... | 1 |
{'name': 'gen_inc_module@da/compiler/incgen.py', 'description': 'Generates the interface file from a DistPy AST.', 'signature': 'def gen_inc_module(daast, cmdline_args, filename=""):'}</s>{'name': 'fixup_locations_in_block@da/compiler/pygen.py', 'description': "Make sure '.lineno' attributes are sane within 'block'\n\n... | 0 |
{'name': 'PostgresNode.dump@testgres/node.py', 'description': 'Dump database into a file using pg_dump.\nNOTE: the file is not removed automatically.\n\nArgs:\n filename: database dump taken by pg_dump.\n dbname: database name to connect to.\n username: database user name.\n format: format argument plain/cu... | 0 |
{'name': 'rmtree@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/distlib/_backport/shutil.py', 'description': 'Recursively delete a directory tree.\n\nIf ignore_errors is set, errors are ignored; otherwise, if onerror\nis set, it is called to handle the error with arguments (func,\npath, exc_info) where func is... | 0 |
{'name': 'Scenario.get_scenario_file_path_name@infraform/scenario_old.py', 'description': 'Returns file name and path.', 'signature': 'def get_scenario_file_path_name(scenarios_dir_path, scenario_name):'}</s>{'name': 'ScenarioNotFoundError@infraform/exceptions/usage.py', 'description': "Exception raised for scenario th... | 0 |
{'name': 'get_supported@scripts/pdns/lib/python2.7/site-packages/pip/pep425tags.py', 'description': 'Return a list of supported tags for each version specified in\n`versions`.\n\n:param versions: a list of string versions, of the form ["33", "32"],\n or None. The first version will be assumed to support our ABI.\n:p... | 0 |
{'name': 'Unit.has_equivalent@unyt/unit_object.py', 'description': "Check to see if this unit object as an equivalent unit in *equiv*.\n\nExample\n-------\n>>> from unyt import km\n>>> km.has_equivalent('spectral')\nTrue\n>>> km.has_equivalent('mass_energy')\nFalse", 'signature': 'def has_equivalent(self, equiv):'}</s>... | 0 |
{'name': 'NestingState.Update@tools/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: The function to call with any errors found.', ... | 0 |
{'name': 'read_feed@feeds/utils.py', 'description': 'Fetches a specific feed and stores the output.\n\n:param source_feed: The Source object to fetch.\n:type source_feed: Source\n\n:param output: A file-like object where logging messages will be written (default stdout).\n:type output: TextIO', 'signature': 'def read_f... | 0 |
{'name': 'ChoppedTextProblem.sequence_length@tensor2tensor_envi/data_generators/text_problems.py', 'description': 'Length of each example (in tokens).', 'signature': 'def sequence_length(self):'}</s>{'name': 'Text2textTmpdirTokens@tensor2tensor_envi/data_generators/text_problems.py', 'description': 'Allows training a t... | 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': 'InstanceGroupsAction.delete_instance_groups@qingcloud/iaas/actions/instance_groups.py', 'description': 'Delete the specific instance group.\n@param instance_groups: An id list contains the group(s) id which will be deleted.', 'signature': 'def delete_instance_groups(self, instance_groups,'}</s>ACTION_CREATE_S... | 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': 'test_julier_sigma_points_1D@filterpy/kalman/tests/test_ukf.py', 'description': 'tests passing 1D data into sigma_points', 'signature': 'def test_julier_sigma_points_1D():'}</s>{'name': 'test_linear_1d@filterpy/kalman/tests/test_ukf.py', 'description': 'should work like a linear KF if problem is linear ', 'cod... | 0 |
{'name': 'TestPraetorian.test__verify_password@tests/test_base.py', 'description': 'This test verifies that the _verify_password function can be used to\nsuccessfully compare a raw password against its hashed version', 'signature': 'def test__verify_password(self, app, user_class, default_guard):'}</s>{'name': 'EarlyRe... | 0 |
{'name': '_draw_text_bbox@src/mplhep/plot.py', 'description': "Draw legend() and fetch it's bbox", 'signature': 'def _draw_text_bbox(ax):'}</s>{'name': '_draw_leg_bbox@src/mplhep/plot.py', 'description': "Draw legend() and fetch it's bbox", 'code': 'def _draw_leg_bbox(ax):\n """\n Draw legend() and fetch it\'s bb... | 0 |
{'name': 'Topic.__init__@code/pymqi/__init__.py', 'description': "Associate a Topic instance with the QueueManager object 'queue_manager'\nand optionally open the Topic.\n\nIf topic_desc is passed ignore topic_string and topic_name.\n\nIf open_opts is passed, it specifies topic open options, and\nthe topic is opened im... | 0 |
{'name': 'QueueManager._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': 'parse_content_transfer_encoding_header@src/future/backports/email/_header_value_parser.py', 'description': 'mechanism\n\n ', 'signature': 'def parse_content_transfer_encoding_header(value):'}</s>{'name': 'get_domain_literal@src/future/backports/email/_header_value_parser.py', 'description': 'domain-literal... | 0 |
{'name': 'Numeral.__rgt__@src/api/python/z3/z3num.py', 'description': 'Return True if `other > self`.\n\n>>> 2 > Numeral(Sqrt(2))\nTrue', 'signature': 'def __rgt__(self, other):'}</s>{'name': '_to_tactic@src/api/python/z3/z3.py', 'description': 'DOCSTRING', 'code': 'def _to_tactic(t, ctx=None):\n if isinstance(t, Ta... | 0 |
{'name': 'calculateGridSize@lluvia/python/src/lluvia/util.py', 'description': 'Calculates the grid size of a compute node given its local size\nand an image parameter.\n\nParameters\n----------\nlocal : 3-int tuple.\n local size of the compute node.\n\nimgShape : 4-int tuple.\n Image shape in (depth, height, widt... | 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': 'Drawing.matte@wand/drawing.py', 'description': "Paints on the image's opacity channel in order to set effected\npixels to transparent.\n\n To influence the opacity of pixels. The available methods are:\n\n- ``'undefined'``\n- ``'point'``\n- ``'replace'``\n- ``'floodfill'``\n- ``'filltoborder'``\n- ``'reset'``... | 0 |
{'name': 'main@psearch/prepare_dataset.py', 'description': 'launches the entire cycle of data preprocessing: generation of stereoisomers, conformers and a database\n:param in_fname: input .smi file containing information about SMILES, compounds id and its activity status\n:param split_dataset: if True will splited inpu... | 0 |
{'name': 'define@vendor/attr/_next_gen.py', 'description': 'Define an ``attrs`` class.\n\nDifferences to the classic `attr.s` that it uses underneath:\n\n- Automatically detect whether or not *auto_attribs* should be `True`\n (c.f. *auto_attribs* parameter).\n- If *frozen* is `False`, run converters and validators whe... | 0 |
{'name': 'init@python/taichi/lang/misc.py', 'description': 'Initializes the Taichi runtime.\n\nThis should always be the entry point of your Taichi program. Most\nimportantly, it sets the backend used throughout the program.\n\nArgs:\n arch: Backend to use. This is usually :const:`~taichi.lang.cpu` or :const:`~taich... | 0 |
{'name': 'AXMLFile.from_xml@qt4a/apktool/axml.py', 'description': '根据xml文件生成AXMLFile对象\n ', 'signature': 'def from_xml(xml_text):'}</s>{'name': 'ResStringPoolChunk@qt4a/apktool/axml.py', 'description': '字符串池\n ', 'base_classes': ['ResStringPoolHeader'], 'methods': [{'name': 'ResStringPoolChunk.__init__@qt4a/a... | 1 |
{'name': 'temp_html_filepath@folium/utilities.py', 'description': 'Yields the path of a temporary HTML file containing data.', 'signature': 'def temp_html_filepath(data: str) -> Iterator[str]:'}</s>{'name': 'validate_multi_locations@folium/utilities.py', 'description': 'Validate an iterable with possibly nested lists o... | 0 |
{'name': 'CheckBraces@third_party/cpplint/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 ... | 0 |
{'name': 'generate_script@tools/ipp_custom_library_tool_python/tool/core.py', 'description': 'Generates build script', 'signature': 'def generate_script(dispatcher_type: utils.DispatcherType = utils.DispatcherType.DYNAMIC):'}</s>{'name': 'DispatcherType@tools/ipp_custom_library_tool_python/tool/utils.py', 'description'... | 1 |
{'name': 'kallisto_bus@kb_python/count.py', 'description': 'Runs `kallisto bus`.\n\nArgs:\n fastqs: List of FASTQ file paths, or a single path to a batch file\n index_path: Path to kallisto index\n technology: Single-cell technology used\n out_dir: Path to output directory\n threads: Number of threads to... | 0 |
{'name': 'BotocoreTestResourceFactory.patch_botocore@pytest_localstack/contrib/botocore.py', 'description': 'Context manager that will patch botocore to use Localstack.\n\nSince boto3 relies on botocore to perform API calls, this method\nalso effectively patches boto3.', 'signature': 'def patch_botocore(self):'}</s>{'n... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQZAET_NONE = 0 | 0 |
{'name': 'find_source_libraries@ctypesgen/processor/operations.py', 'description': 'find_source_libraries() determines which library contains each function\nand variable.', 'signature': 'def find_source_libraries(data, opts):'}</s>{'name': 'warning_message@ctypesgen/messages.py', 'description': 'DOCSTRING', 'code': 'de... | 1 |
{'name': 'get_env_name@src/conda_devenv/devenv.py', 'description': ':param args:\n When the user supplies the name option in the command line this namespace have a "name"\n defined with a not `None` value and this value is returned.\n:param conda_yaml_dict:\n If supplied and not `None` then `output_filename` i... | 0 |
{'name': 'DecoupledSOLOHead._get_results_single@mmdet/models/dense_heads/solo_head.py', 'description': 'Get processed mask related results of single image.\n\nArgs:\n cls_scores (Tensor): Classification score of all points\n in single image, has shape (num_points, num_classes).\n mask_preds_x (Tensor): Mas... | 1 |
{'name': 'create_function@src/makefun/main.py', 'description': 'Creates a function with signature `func_signature` that will call `func_impl` when called. All arguments received\nby the generated function will be propagated as keyword-arguments to `func_impl` when it is possible (so all the\ntime, except for var-positi... | 0 |
{'name': 'Architecture.__get_register@gef.py', 'description': "Return a register's value.", 'signature': 'def __get_register(self, regname: str) -> int:'}</s>{'name': 'FormatStringBreakpoint@gef.py', 'description': 'Inspect stack for format string.', 'base_classes': ['gdb.Breakpoint'], 'methods': [{'name': 'FormatStrin... | 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': 'MLabTestCase.test_blsprice@test/test_mlab.py', 'description': 'from matlab documentation of blsprice', 'signature': 'def test_blsprice(self):'}</s>{'name': 'pydate_to_qldate@quantlib/util/converter.py', 'description': 'Converts a datetime object or a date string\ninto a QL Date.', 'code': 'def pydate_to_qldat... | 0 |
{'name': 'control_read_initial_values@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Read initial control values', 'signature': 'def control_read_initial_values(sniffer):'}</s>{'name': 'get_global_header@tools/ble_sniffer/extcap/SnifferAPI/Pcap.py', 'description': 'Get the PCAP global header.', 'code': '... | 0 |
{'name': 'toggle_fullscreen@soundrts/clientmedia.py', 'description': 'toggle full screen mode, and say it', 'signature': 'def toggle_fullscreen():'}</s>OK = [105] | 0 |
{'name': 'MACAddr.decode@aioblescan/aioblescan.py', 'description': 'Decode the MAC address from a byte array.\n\nThis will take the first 6 bytes from data and transform them into a MAC address\nstring representation. This will be assigned to the attribute "val". It then returns\nthe data stream minus the bytes consume... | 0 |
{'name': '_NestingState.UpdatePreprocessor@compiler-rt/lib/sanitizer_common/scripts/cpplint.py', 'description': 'Update preprocessor stack.\n\nWe need to handle preprocessors due to classes like this:\n #ifdef SWIG\n struct ResultDetailsPageElementExtensionPoint {\n #else\n struct ResultDetailsPageElementExtensionP... | 0 |
{'name': 'wasm_vec_to_list@language-bindings/python/src/wamr/wasmcapi/ffi.py', 'description': 'Converts a vector or a POINTER(vector) to a list\nvector of type pointers -> list of type pointers', 'signature': 'def wasm_vec_to_list(vec):'}</s>{'name': 'wasm_module_delete@language-bindings/python/src/wamr/wasmcapi/bindin... | 0 |
{'name': '_python_cmd@ez_setup.py', 'description': 'Execute a command.\n\nReturn True if the command succeeded.', 'signature': 'def _python_cmd(*args):'}</s>{'name': 'use_setuptools@ez_setup.py', 'description': 'Ensure that a setuptools version is installed.\n\nReturn None. Raise SystemExit if the requested version\nor... | 0 |
{'name': 'ParserElement.setDebugActions@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Enable display of debugging messages while doing pattern matching.', 'signature': 'def setDebugActions( self, startAction, successAction, exceptionAction ):'}</s>printables = "".join(c for c in string.printab... | 0 |
{'name': 'MurrForm.clean_tags@MurrCard/forms.py', 'description': 'Cleaning tags from backslashes and strip html-tags', 'signature': 'def clean_tags(self):'}</s>{'name': 'Murr@MurrCard/models.py', 'description': 'DOCSTRING', 'base_classes': ['models.Model'], 'methods': [{'name': 'Murr.__str__@MurrCard/models.py', 'descr... | 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': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQRCCF_PROFILE_NAME_MISSING = 3347 | 0 |
{'name': 'generate_docs_only_paths@scripts/schema/subset_filter.py', 'description': "Returns a list of field paths: ['process.same_as_process'] for subset fields\nmarked as `docs_only: True`", 'signature': 'def generate_docs_only_paths('}</s>{'name': 'read_schema_file@scripts/schema/loader.py', 'description': 'Read a r... | 0 |
{'name': 'write@code/html/generate_static_website.py', 'description': 'Writes a generated HTML page to a file, but checks with a HTML parser before.\n:param text:\n:param file:', 'signature': 'def write(text, path):'}</s>interesting_keywords = recommended_keywords + ('2D', '3D', 'clone', 'first-person', 'real-time', 'r... | 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': 'Bootstrap.compute_children_sql@operations.py', 'description': 'Compute the children on resampled data in SQL.', 'signature': 'def compute_children_sql('}</s>{'name': 'get_preaggregated_metric_tree@operations.py', 'description': 'Gets the equivalent Metric of m on the preaggregated data.', 'code': 'def get_pre... | 0 |
{'name': 'SciQuery.submit_query_job@py3/SciServer/SciQuery.py', 'description': "Submits a sql query for execution (as an asynchronous job) inside a relational database (RDB) compute domain.\n\n:param sql_query: sql query (string)\n:param database: defines the database where the sql query is executed in.\n Can be eit... | 0 |
{'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_hop_size@utils/audio.py', 'description': 'DOCSTRING', 'code': 'def get_hop_size(hparams):\n hop_size =... | 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_tags_node@airflow_code_editor/tree.py', 'description': 'Get tree tags node', 'signature': 'def get_tags_node(path: Optional[str], args: Args) -> TreeOutput:'}</s>{'name': 'get_remote_branches_node@airflow_code_editor/tree.py', 'description': 'Get tree remote branches node', 'code': 'def get_remote_branche... | 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': 'run@src/back/kite/bottle.py', 'description': 'Start a server instance. This method blocks until the server terminates.\n\n:param app: WSGI application or target string supported by\n :func:`load_app`. (default: :func:`default_app`)\n:param server: Server adapter to use. See :data:`server_names` keys\n ... | 0 |
{'name': 'csqrt@python/taichi/math/_complex.py', 'description': 'Returns the complex square root of a 2d vector `z`, so that\nif `w^2=z`, then `w = csqrt(z)`.\n\nAmong the two square roots of `z`, if their real parts are non-zero,\nthe one with positive real part is returned. If both their real parts\nare zero, the one... | 0 |
{'name': 'imshow@DigiPathAI/new_Segmentation.py', 'description': 'Handy function to show multiple plots in on row, possibly with different cmaps and titles\nUsage:\nimshow(img1, title="myPlot")\nimshow(img1,img2, title=[\'title1\',\'title2\'])\nimshow(img1,img2, cmap=\'hot\')\nimshow(img1,img2,cmap=[\'gray\',\'Blues\']... | 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... | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.