text
string
label
int64
{'name': 'StdioTransport.read_stdout@src/libs/flow/flow_ide_server.py', 'description': 'Reads JSON responses from process and dispatch them to response_handler', 'signature': 'def read_stdout(self):'}</s>{'name': 'StdioTransport@src/libs/flow/flow_ide_server.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods...
1
{'name': 'Watchdog._read_config_file@.ci/watchdog/Watchdog.py', 'description': "Read Watchdog config file stored on the system.\n\nThe file stores every fail already reported along with timestamp. This\nmechanism is used to prevent Watchdog from reporting same failure\nmultiple times. In case there's no config under th...
0
{'name': 'SessionPage.get@_pages/session_page.py', 'description': '用get方式跳转到url,可输入文件路径\n:param url: 目标url,可指定本地文件路径\n:param show_errmsg: 是否显示和抛出异常\n:param retry: 重试次数,为None时使用页面对象retry_times属性值\n:param interval: 重试间隔(秒),为None时使用页面对象retry_interval属性值\n:param timeout: 连接超时时间(秒),为None时使用页面对象timeout属性值\n:param kwargs: 连接参...
0
{'name': 'BertModel.__init__@arabert/modeling.py', 'description': 'Constructor for BertModel.\n\nArgs:\n config: `BertConfig` instance.\n is_training: bool. true for training model, false for eval model. Controls\n whether dropout will be applied.\n input_ids: int32 Tensor of shape [batch_size, seq_length].\n in...
0
{'name': 'L2XTextExplainer._fit_one@lightautoml/addons/interpretation/l2x.py', 'description': "Args:\n col_to_explain: Explaining column.\n train_data: Dataset for training.\n train_preds: AutoML's (or any different model) predictions\n for train dataset.\n valid_data: Dataset for validation.\n va...
0
{'name': 'get_follows@weibo_scraper.py', 'description': ':param max_item_limit:\n:param name:\n:param uid:\n:param pages:\n:return:', 'signature': 'def get_follows(name: str = None, uid: str = None, pages: int = None, max_item_limit: int = None):'}</s>{'name': 'WeiboGetIndexParser@weibo_base/weibo_parser.py', 'descript...
0
{'name': 'User.initialize@src/astrobotany/models.py', 'description': 'Register a new player.', 'signature': 'def initialize(cls, username: str) -> User:'}</s>badge_291 = Badge("factory", series=3, number=91, symbol="🏭")
0
{'name': 'package@noxfile.py', 'description': 'Build source and wheel distributions.', 'signature': 'def package(session: nox.Session):'}</s>SUPPORTED_PYTHONS = ('3.9', '3.10', '3.11', '3.12')
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': 'Expression.statement@da/compiler/dast.py', 'description': 'The first statement parent of this expression, if any.\n\n ', 'signature': 'def statement(self):'}</s>{'name': 'EventHandler@da/compiler/dast.py', 'description': 'DOCSTRING', 'base_classes': ['Function'], 'methods': [{'name': 'EventHandler.__in...
0
{'name': 'ParseArguments@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Parses the command line arguments.\n\nThis may set the output format and verbosity level as side-effects.\n\nArgs:\n args: The command line arguments:\n\nReturns:\n The list of filenames to lint.', 'signature': 'def ParseArguments(args)...
0
{'name': 'CheckForNewlineAtEOF@third_party/cpplint/cpplint.py', 'description': 'Logs an error if there is no newline char at the end of the file.\n\nArgs:\n filename: The name of the current file.\n lines: An array of strings, each representing a line of the file.\n error: The function to call with any errors found....
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQCACH_SSL_KEY_RESET_TIME = 3559
0
{'name': 'babel_extract@blockchain-env/lib/python3.7/site-packages/jinja2/ext.py', 'description': 'Babel extraction method for Jinja templates.\n\n.. versionchanged:: 2.3\n Basic support for translation comments was added. If `comment_tags`\n is now set to a list of keywords for extraction, the extractor will\n ...
0
{'name': 'InitializerListTestCase.test@lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/TestInitializerList.py', 'description': 'Test that that file and class static variables display correctly.', 'signature': 'def test(self):'}</s>{'name': 'get_one_thread_sto...
0
{'name': 'CertificateValidator.__init__@certvalidator/__init__.py', 'description': ':param end_entity_cert:\n An asn1crypto.x509.Certificate object or a byte string of the DER or\n PEM-encoded X.509 end-entity certificate to validate\n\n:param intermediate_certs:\n None or a list of asn1crypto.x509.Certificate...
0
{'name': 'make_divisible@imagenet_codebase/utils/__init__.py', 'description': 'This function is taken from the original tf repo.\nIt ensures that all layers have a channel number that is divisible by 8\nIt can be seen here:\nhttps://github.com/tensorflow/models/blob/master/research/slim/nets/mobilenet/mobilenet.py\n:pa...
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': 'require_session@garminexport/garminclient.py', 'description': 'Decorator that is used to annotate :class:`GarminClient`\nmethods that need an authenticated session before being called.', 'signature': 'def require_session(client_function):'}</s>{'name': 'ExponentialBackoffDelayStrategy@garminexport/retryer.py'...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQGMO_PROPERTIES_FORCE_MQRFH2 = 33554432
0
{'name': 'ctype2ext@meza/convert.py', 'description': "Converts an http content type to a file extension.\n\nArgs:\n content_type (str): Output file path or directory.\n\nReturns:\n str: file extension\n\nExamples:\n >>> ctype2ext('/csv;') == 'csv'\n True\n >>> ctype2ext('/xls;') == 'xls'\n True\n >...
0
{'name': 'right_shift_blockwise@tensor2tensor_envi/layers/common_attention.py', 'description': 'Right shifts once in every block.\n\nArgs:\n x: a tensor of shape [batch, height, width, depth]\n query_shape: A 2d tuple of ints\n name: a string\n\nReturns:\n output: a tensor of the same shape as x', 'signature': 'def...
0
{'name': 'cello@cello/scanpy_cello.py', 'description': "CellO [Bernstein21]_.\n\nHierarchical cell type classification of human cells with the Cell Ontology.\n\nFor more information, tutorials, and bug reports, visit the `CellO\nGitHub page <https://github.com/deweylab/CellO>`__. \n\nParameters\n----------\nadata\n ...
0
{'name': 'request_get_body@wrappers/python/indy_vdr/bindings.py', 'description': 'Get the canonical signature input for a prepared request.', 'signature': 'def request_get_body(handle: RequestHandle) -> str:'}</s>{'name': 'pool_create@wrappers/python/indy_vdr/bindings.py', 'description': 'Create a new pool instance.\n\...
0
{'name': 'to_cartesian@icesat2_toolkit/spatial.py', 'description': 'Converts geodetic coordinates to Cartesian coordinates\n\nParameters\n----------\nlon: np.ndarray\n longitude (degrees east)\nlat: np.ndarray\n latitude (degrees north)\nh: float or np.ndarray, default 0.0\n height above ellipsoid (or sphere)\...
0
{'name': 'read_info@ankipandas/raw.py', 'description': 'Get a table from the database and return nested dictionary mapping of\nit.\n\nArgs:\n db:\n table_name:\n\nReturns:', 'signature': 'def read_info(db: sqlite3.Connection, table_name: str) -> dict:'}</s>{'name': 'set_table@ankipandas/raw.py', 'description': "W...
0
{'name': 'pre_process_and_fetch_license_dict@src/attributecode/model.py', 'description': 'Return a dictionary containing the license information (key, name, text, url)\nfetched from the ScanCode LicenseDB or DejaCode API.', 'signature': 'def pre_process_and_fetch_license_dict(abouts, from_check=False, api_url=None, api...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQDHF_NEW_MSG_IDS = 1
0
{'name': 'move@py3/SciServer/Files.py', 'description': 'Moves or copies a file or folder.\n\n:param fileService: name of fileService (string), or object (dictionary) that defines a file service. A list of these kind of objects available to the user is returned by the function Files.getFileServices().\n:param path: Stri...
0
{'name': 'CheckPrintf@tools/cpplint.py', 'description': 'Check for printf related issues.\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.', 'signature': 'd...
0
{'name': 'get_numeric_roles_stat@lightautoml/reader/guess_roles.py', 'description': 'Calculate statistics about different encodings performances.\n\nWe need it to calculate rules about advanced roles guessing.\nOnly for numeric data.\n\nArgs:\n train: Dataset.\n subsample: size of subsample.\n random_state: in...
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': 'TestEffectPrediciton.test_mouse_6@test/test_base.py', 'description': 'Test junction location annotated', 'signature': 'def test_mouse_6(self):'}</s>parsers = { "arriba": Arriba, "bellerophontes": Bellerophontes, "breakfusion": BreakFusion, "chimerascan": Chimerascan, "chimerscope": ChimeRS...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRC_OPTION_ENVIRONMENT_ERROR = 2274
0
{'name': 'TypeErrorTests.test_keyword_sort_cmpkey@didyoumean/didyoumean_sugg_tests.py', 'description': 'Sort and sorted functions have a cmp/key param dep. on the vers.', 'signature': 'def test_keyword_sort_cmpkey(self):'}</s>{'name': 'GetItemClass@didyoumean/didyoumean_sugg_tests.py', 'description': 'Custom class with...
0
{'name': 'GQNLSTMCell._conv@gqn/gqn_draw.py', 'description': 'This is numerically equivalent to concatenating the inputs and then\nconvolving everything. However, it allows for splitting the convolution\nvariables per input and (with the right scoping) share variables between\ndifferent cells when inputs match.', 'sign...
0
{'name': 'update_amount_screen@displays/papiruszero2in.py', 'description': 'Update the amount screen to reflect new coins inserted\n ', 'signature': 'def update_amount_screen():'}</s>amount_screen_5 = "Gebühr"
1
{'name': 'get_flattened_files_info@operatorcourier/flatten.py', 'description': ':param source_dir: Path of the directory containing different versions\nof operator bundles (CRD, CSV, package) in separate version directories\n:return: A list of tuples where in each tuple, the first element is\nthe source file path to be...
0
{'name': 'TestEmbeddedDocumentField.test__parent__init__method_included_in_init_chain@tests/test_db_fields.py', 'description': 'Test to protect from accidental incorrect __init__ method overwrite.', 'signature': 'def test__parent__init__method_included_in_init_chain(self, db, mocker):'}</s>{'name': 'GeoJsonBaseField@fl...
0
{'name': 'RedWebUi.continue_test@redbot/webui/__init__.py', 'description': 'Preliminary checks are done; actually run the test.', 'signature': 'def continue_test('}</s>{'name': 'TableHtmlFormatter@redbot/formatter/html.py', 'description': 'Present a summary of multiple HttpResources.', 'base_classes': ['BaseHtmlFormatt...
0
{'name': 'env_perform_reproduce_update@self_organising_systems/biomakerca/env_logic.py', 'description': "Perform reproduce operations in the environment.\n\nThis is the function that should be used for high level step_env design.\n\nArguments:\n key: a jax random number generator.\n env: the input environment to be m...
0
{'name': 'ParseArguments@tools/cpplint.py', 'description': 'Parses the command line arguments.\n\nThis may set the output format and verbosity level as side-effects.\n\nArgs:\n args: The command line arguments:\n\nReturns:\n The list of filenames to lint.', 'signature': 'def ParseArguments(args):'}</s>_cpplint_state ...
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>MQXR_AUTO_CLUSRCVR = 28
0
{'name': 'encode_attributes@msldap/protocol/typeconversion.py', 'description': 'converts a dict to attributelist', 'signature': 'def encode_attributes(x):'}</s>{'name': 'multi_int@msldap/protocol/typeconversion.py', 'description': 'DOCSTRING', 'code': 'def multi_int(x, encode = False):\n\tif encode is False:\n\t\tretur...
0
{'name': 'MultiSigTestnet.sign_transaction@bit/wallet.py', 'description': 'Creates a signed P2SH transaction using previously prepared\ntransaction data.\n\n:param tx_data: Hex-encoded transaction or output of :func:`~bit.Key.prepare_transaction`.\n:type tx_data: ``str``\n:param unspents: The UTXOs to use as the inputs...
0
{'name': 'RecentList.getall@shingetsu/cache.py', 'description': 'Search nodes and update my recent list.', 'signature': 'def getall(self):'}</s>{'name': 'VirtualRecord@shingetsu/cache.py', 'description': 'Record like object for UpdateList.\n ', 'base_classes': ['Record'], 'methods': [{'name': 'VirtualRecord.__str__@...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQSYSP_TYPE_ARCHIVE_TAPE = 14
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': 'VertexSetSet.cliques@graphillion/vertex_setset.py', 'description': "Returns the family of vertex covers.\n\nExamples:\n>>> VertexSetSet.set_universe([1, 2, 3, 4, 5])\n>>> edges = [(1, 2), (2, 3), (3, 4), (4, 1), (1, 3), (3, 5)]\n>>> vss = VertexSetSet.vertex_covers(edges)\n>>> vss.minimal()\nVertexSetSet([['1...
0
{'name': 'create_train_input_fn@object_detection/inputs.py', 'description': 'Creates a train `input` function for `Estimator`.\n\nArgs:\n train_config: A train_pb2.TrainConfig.\n train_input_config: An input_reader_pb2.InputReader.\n model_config: A model_pb2.DetectionModel.\n\nReturns:\n `input_fn` for `Estimator`...
0
{'name': '_make_json_entry@s2e_env/commands/execution_trace.py', 'description': "Combine a trace entry header and item into a single JSON-serializable\nentry. Return this entry as a ``dict``.\n\nSome things to note:\n * The header's ``size`` field is removed - it is not required in the\n JSON\n * Enums are r...
0
{'name': 'odeint_event@torchdiffeq/_impl/odeint.py', 'description': 'Automatically links up the gradient from the event time.', 'signature': 'def odeint_event(func, y0, t0, *, event_fn, reverse_time=False, odeint_interface=odeint, **kwargs):'}</s>{'name': '_check_inputs@torchdiffeq/_impl/misc.py', 'description': 'DOCST...
1
{'name': 'create_agent_pool_profiles_dict@library/azure_rm_aks.py', 'description': 'Helper method to deserialize a ContainerServiceAgentPoolProfile to a dict\n:param: agentpoolprofiles: ContainerServiceAgentPoolProfile with the Azure callback object\n:return: dict with the state on Azure', 'signature': 'def create_agen...
0
{'name': 'MarkerManager.mark_compiler_output@parseoutput.py', 'description': 'Parse text into a list of OutputMessage objects.\n ', 'signature': 'def mark_compiler_output(self, view, banner, base_dir, text, exit_code):'}</s>{'name': 'ProcessStatusMessage@sublime_haskell_common.py', 'description': 'DOCSTRING', 'b...
0
{'name': 'MsgView._collect_msgs_to_draw@tg/views.py', 'description': 'Tries to collect list of messages that will satisfy `min_msg_padding`\ntheshold. Long messages could prevent other messages from displaying on\nthe screen. In order to prevent scenario when *selected* message moved\nout from the visible area of the s...
0
{'name': 'cfg_explore_get_cfg@cfgexplorer/utils.py', 'description': ':param cfg\n:type cfg: cfg\n:param proj\n:type proj: bool\n:param starts: the start points (address) in CFGs, if none, the CFG will start with main func entry address\n:type starts: list\n:param port: server port to host the web app. make sure the por...
1
{'name': 'Win32Serial.write@stino/pyarduino/base/pyserial/serialwin32.py', 'description': 'Output the given string over the serial port.', 'signature': 'def write(self, data):'}</s>GENERIC_READ = 2147483648
0
{'name': 'template@src/back/kite/bottle.py', 'description': 'Get a rendered template as a string iterator.\nYou can use a name, a filename or a template string as first parameter.\nTemplate rendering arguments can be passed as dictionaries\nor directly (as keyword arguments).', 'signature': 'def template(*args, **kwarg...
0
{'name': 'FiniteDomainSort@src/api/python/z3/z3.py', 'description': 'Create a named finite domain sort of a given size sz', 'signature': 'def FiniteDomainSort(name, sz, ctx=None):'}</s>_dflt_fpsort_ebits = 11
0
{'name': 'PiApplication.find_print_event@pibooth/booth.py', 'description': 'Return the first found event if found in the list.\n ', 'signature': 'def find_print_event(self, events):'}</s>{'name': 'configure_logging@pibooth/utils.py', 'description': 'Configure root logger for console printing.\n ', 'code': 'de...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQMASTER_YES = 1
0
{'name': 'AuthenticationService.user_change_password@sdk/python/teaclave.py', 'description': 'Change password.\n\nArgs:\n\n user_password: New password.', 'signature': 'def user_change_password(self, user_password: str):'}</s>{'name': 'TeaclaveChannel@sdk/python/teaclave.py', 'description': 'DOCSTRING', 'base_classe...
0
{'name': 'find_meta@python-shell/setup.py', 'description': 'Extract __*meta*__ from META_FILE.', 'signature': 'def find_meta(meta):'}</s>version = find_meta("version")
0
{'name': 'ProcessLine@scripts/cpplint.py', 'description': 'Processes a single line in the file.\n\nArgs:\n filename: Filename of the file that is being processed.\n file_extension: The extension (dot not included) of the file.\n clean_lines: An array of strings, each representing a line of the file,\n ...
0
{'name': 'PyAssimp3DViewer.recursive_render@Engine/lib/assimp/port/PyAssimp/scripts/3d_viewer.py', 'description': 'Main recursive rendering method.\n ', 'signature': 'def recursive_render(self, node, shader, mode=BASE, with_normals=True):'}</s>aiProcess_FixTexturePaths = 2097152
0
{'name': 'Process.__init__@scriptedforms/dev_utilities/jupyterlab_extracts/process.py', 'description': 'Start a subprocess that can be run asynchronously.\nParameters\n----------\ncmd: list\n The command to run.\nlogger: :class:`~logger.Logger`, optional\n The logger instance.\ncwd: string, optional\n The cwd ...
1
{'name': 'Normal.kld@metrics/Disentangle/MIG_metric.py', 'description': 'Computes KL(q||p) where q is the given distribution and p\nis the standard Normal distribution.', 'signature': 'def kld(self, params):'}</s>time_end = time.time()
0
{'name': 'Dataset.merge@accelerator/dataset.py', 'description': 'Merge this and other dataset. Columns from other take priority.\nIf datasets do not have a common ancestor you get an error unless\nallow_unrelated is set. The new dataset always has the previous\nspecified here (even if None).\nReturns the new dataset.',...
0
{'name': '_decode_region@pylibdmtx/pylibdmtx.py', 'description': 'Decodes and returns the value in a region.\n\nArgs:\n region (DmtxRegion):\n\nYields:\n Decoded or None: The decoded value.', 'signature': 'def _decode_region(decoder, region, corrections, shrink, return_vertices=False):'}</s>dmtxEncodeCreate = lib...
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': 'loads@hcl2/api.py', 'description': 'Load HCL2 from a string.\n:param text: Text with hcl2 to be loaded as a dict.\n:param with_meta: If set to true then adds `__start_line__` and `__end_line__`\nparameters to the output dict. Default to false.', 'signature': 'def loads(text: str, with_meta=False) -> dict:'}</...
0
{'name': 'skipIfCustomUser@tests/tests/tests.py', 'description': 'Copied from django.contrib.auth.tests.utils, This is deprecated in the future, but we still\nneed it for some of our tests.', 'signature': 'def skipIfCustomUser(test_func):'}</s>{'name': 'skipIfNotCustomUser@tests/tests/tests.py', 'description': 'DOCSTRI...
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...
1
{'name': 'InbandController.checkListening@mininet-wifi/V2X-Slicing/multi-c-approach.py', 'description': 'Overridden to do nothing.', 'signature': 'def checkListening( self ):'}</s>{'name': 'topology@mininet-wifi/V2X-Slicing/multi-c-approach.py', 'description': 'DOCSTRING', 'code': 'def topology():\n\n os.system(\'se...
0
{'name': 'ProcessLine@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Processes a single line in the file.\n\nArgs:\n filename: Filename of the file that is being processed.\n file_extension: The extension (dot not included) of the file.\n clean_lines: An array of strings, each representing a line of the fi...
0
{'name': 'FittedMultiCompartmentModel.peaks_cartesian@dmipy/core/fitted_modeling_framework.py', 'description': 'Returns the cartesian peak unit vectors of the model.', 'signature': 'def peaks_cartesian(self):'}</s>{'name': 'fractional_parameter@dmipy/utils/utils.py', 'description': 'Defines fractional parameter link wh...
0
{'name': 'TestMibSnimpy.testGet@tests/test_mib.py', 'description': 'Test that we can get all named attributes', 'signature': 'def testGet(self):'}</s>{'name': '_getType@snimpy/mib.py', 'description': 'Searches for a smi type through all loaded modules.\n\n:param type_name: The name of the type to search for.\n:return: ...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCMD_CREATE_STG_CLASS = 109
0
{'name': 'CScript.GetSigOpCount@qa/rpc-tests/test_framework/script.py', 'description': 'Get the SigOp count.\n\nfAccurate - Accurately count CHECKMULTISIG, see BIP16 for details.\n\nNote that this is consensus-critical.', 'signature': 'def GetSigOpCount(self, fAccurate):'}</s>bchr = chr
0
{'name': 'buildmodule@venv/Lib/site-packages/numpy/f2py/rules.py', 'description': 'Return', 'signature': 'def buildmodule(m, um):'}</s>f2cmap_all = {'real': {'': 'float', '4': 'float', '8': 'double', '12': 'long_double', '16': 'long_double'}, 'integer': {'': 'int', '1': 'signed_char...
0
{'name': 'haversine@haversine/haversine.py', 'description': "Calculate the great-circle distance between two points on the Earth surface.\n\nTakes two 2-tuples, containing the latitude and longitude of each point in decimal degrees,\nand, optionally, a unit of length.\n\n:param point1: first point; tuple of (latitude, ...
0
{'name': 'Spec.__init__@rpmvenv/spec.py', 'description': 'Initialize the SPEC file.', 'signature': 'def __init__(self):'}</s>{'name': 'get@rpmvenv/template.py', 'description': 'Get a template from the built-in set or from an external path.\n\nArgs:\n name (str): The name of the template to load. If the template does...
0
{'name': 'L2Stump.__init__@gradient-boosting/notebooks/support.py', 'description': 'We train on the (X,residual) but only to get\nthe regions in the leaves with y_i. Then we grab mean\nof residual, y_i - F_{m-1}, in that region.\nSplit determined using DecisionTreeRegressor to mirror L1Stump.', 'signature': 'def __init...
0
{'name': 'nvstrings.replace_multi@python/nvstrings.py', 'description': 'Replace multiple strings (pats) in each string with corresponding\nstrings (repls).\n\nParameters\n----------\npats : list or nvstrings\n Strings to be replaced.\n These can also be a regex expressions patterns.\n If so, this must not be a...
1
{'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': 'TestPintArray.test_reduce_scaling@pint_pandas/testsuite/test_pandas_extensiontests.py', 'description': 'Make sure that the reductions give the same physical result independent of the unit representation.\n\nThis verifies that the result units are sensible.', 'signature': 'def test_reduce_scaling(self, data, a...
0
{'name': 'make_utxo@qa/rpc-tests/replace-by-fee.py', 'description': 'Create a txout with a given amount and scriptPubKey\n\nMines coins as needed.\n\nconfirmed - txouts created will be confirmed in the blockchain;\n unconfirmed otherwise.', 'signature': 'def make_utxo(node, amount, confirmed=True, scriptPubK...
0
{'name': 'Model.FRF_reconstruct@pyEMA/pyEMA.py', 'description': 'Reconstruct FRF based on modal constants.\n\n:param FRF_ind: Reconstruct FRF on location with this index, int\n:return: Reconstructed FRF', 'signature': 'def FRF_reconstruct(self, FRF_ind):'}</s>{'name': '_large_normal_mode_approx@pyEMA/normal_modes.py', ...
0
{'name': 'MetadataManager.AddSshKey@daisy_workflows/linux_common/utils/common.py', 'description': 'Generate and add an ssh key to the metadata\n\nArgs:\n md_key: string, SSH_KEYS or SSHKEYS_LEGACY, defines where to add the key.\n level: enum, INSTANCE_LEVEL (default) or PROJECT_LEVEL to fetch the\n metadata.\n ...
0
{'name': 'apply_along_axis@venv/Lib/site-packages/numpy/ma/extras.py', 'description': '(This docstring should be overwritten)', 'signature': 'def apply_along_axis(func1d, axis, arr, *args, **kwargs):'}</s>logical_not = _MaskedUnaryOperation(umath.logical_not)
0
{'name': 'CacheList.remove_removed@shingetsu/cache.py', 'description': 'Remove removed record from disk.', 'signature': 'def remove_removed(self):'}</s>update_range = 24*60*60
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQSCO_STRUC_ID = b'SCO '
0
{'name': 'RegistrationModelTests.test_activation_email_is_html_by_default@registration/tests/models.py', 'description': '``RegistrationProfile.send_activation_email`` sends an html\nemail by default.', 'signature': 'def test_activation_email_is_html_by_default(self):'}</s>UserModel = get_user_model
1
{'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': 'is_arch_supported@python/taichi/lang/misc.py', 'description': 'Checks whether an arch is supported on the machine.\n\nArgs:\n arch (taichi_python.Arch): Specified arch.\n\nReturns:\n bool: Whether `arch` is supported on the machine.', 'signature': 'def is_arch_supported(arch):'}</s>{'name': '_bit_vector...
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>DDL = Keyword.DDL
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>SAMPLER_AXIS_V = 1
0
{'name': 'generate_routes_go@swagger_to/go_server.py', 'description': 'Generate the file which defines the router and the routes.\n\n:param package: name of the package\n:param routes: routes that the router will handle.\n:return: Golang code', 'signature': 'def generate_routes_go(package: str, routes: List[Route]) -> ...
0
{'name': 'IB.reqGlobalCancel@ib_insync/ib.py', 'description': 'Cancel all active trades including those placed by other\nclients or TWS/IB gateway.', 'signature': 'def reqGlobalCancel(self):'}</s>{'name': 'TradeLogEntry@ib_insync/objects.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': []}
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