text
string
label
int64
{'name': '_Command._decode_transfer_data@pyocd/probe/pydapaccess/dap_access_cmsis_dap.py', 'description': 'Take a byte array and extract the data from it\n\nDecode the response returned by a DAP_Transfer CMSIS-DAP command\nand return it as an array of bytes.', 'signature': 'def _decode_transfer_data(self, data):'}</s>R...
0
{'name': 'writeFdat@fwtool/sony/fdat.py', 'description': 'Writes a non-encrypted FDAT file', 'signature': 'def writeFdat(fdat, outFile):'}</s>fdatHeaderMagic = b'UDTRFIRM'
1
{'name': 'PFAddr._to_string@pf/rule.py', 'description': 'Return the string representation of the address.', 'signature': 'def _to_string(self):'}</s>PF_NONAT = 5
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>MQRC_CONTEXT_OPEN_ERROR = 6122
0
{'name': 'FeedlyUser.get_all_enterprise_categories_stream@feedly/api_client/data.py', 'description': ':return: the stream containing all the categories followed by the enterprise', 'signature': 'def get_all_enterprise_categories_stream(self) -> EnterpriseCategory:'}</s>{'name': 'FeedlyUser@feedly/api_client/data.py', '...
1
{'name': 'processLabelItems@python/label_data_utils.py', 'description': '_summary_\n\nArgs:\n map_item (Map<string, LabelItem>): _description_\n LabelItem (_type_): _description_\n\nReturns:\n ParsedLabelItem[]: _description_', 'signature': 'def processLabelItems(map_item)->List:'}</s>GitHubData = { 'githubR...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRC_RECONNECT_Q_MGR_REQD = 2555
0
{'name': 'get_symbol_names@lldb/packages/Python/lldbsuite/test/lldbutil.py', 'description': 'Returns a sequence of symbols for this thread.', 'signature': 'def get_symbol_names(thread):'}</s>{'name': 'get_threads_stopped_at_breakpoint@lldb/packages/Python/lldbsuite/test/lldbutil.py', 'description': 'DOCSTRING', 'code':...
0
{'name': 'Application.__init__@robopianist/viewer/application.py', 'description': 'Instance initializer.', 'signature': 'def __init__(self, title="Explorer", width=1024, height=768):'}</s>KEY_3 = 51
0
{'name': 'generate@components/nvs_flash/nvs_partition_generator/nvs_partition_gen.py', 'description': 'Generate NVS Partition\n:param args: Command line arguments given\n:param is_encr_enabled: Encryption enabled/disabled\n:param encr_key: Key to encrypt NVS partition', 'signature': 'def generate(args, is_encr_enabled=...
0
{'name': 'write_fortran_wrappers@src/services/mpiwrap/wrap.py', 'description': 'Writes primary fortran wrapper that handles arg translation.\nAlso outputs bindings for this wrapper for different types of fortran compilers.', 'signature': 'def write_fortran_wrappers(out, decl, return_val):'}</s>pmpi_init_binding = "pmpi...
0
{'name': 'setup@dwave/cloud/cli.py', 'description': 'Setup optional Ocean packages and configuration file(s).\n\nEquivalent to running `dwave install [--all]`, followed by\nan optional `dwave auth login --skip-valid [--oob]` and then by\n`dwave config create [--full] [--auto-token]`.', 'signature': 'def setup(install_a...
0
{'name': 'live_ticket@tests/conftest.py', 'description': "Return an authentication ticket usable with AFIP's test servers.\n\nAFIP doesn't allow requesting tickets too often, so we after a few runs\nof the test suite, we can't generate tickets any more and have to wait.\n\nThis helper generates a ticket, and saves it t...
0
{'name': 'ExtrinsicReceipt.triggered_events@substrateinterface/base.py', 'description': 'Gets triggered events for submitted extrinsic. block_hash where extrinsic is included is required, manually\nset block_hash or use `wait_for_inclusion` when submitting extrinsic\n\nReturns\n-------\nlist', 'signature': 'def trigger...
0
{'name': 'run_trial@copycat/copycat.py', 'description': 'Run a trial of the copycat algorithm', 'signature': 'def run_trial(answers):'}</s>{'name': 'main_loop@copycat/copycat.py', 'description': 'DOCSTRING', 'code': 'def main_loop(last_update):\n temperature.try_unclamp()\n result = last_update\n if not codera...
1
{'name': 'up_to_climate@oggm/tests/test_workflow.py', 'description': 'Run the tasks you want.', 'signature': 'def up_to_climate(reset=False, use_mp=None):'}</s>_doc = "A netcdf file containing the model diagnostics (volume, mass balance, length...)."
0
{'name': 'MainInterface.process_options@src/python_scripts/scripts/uber_ttest.py', 'description': 'return 1 on valid and exit\n 0 on valid and continue\n-1 on invalid', 'signature': 'def process_options(self):'}</s>{'name': 'get_rank@src/python_scripts/afnipy/afni_util.py', 'description': 'return the rank order of ind...
0
{'name': 'RunTool@dftimewolf/cli/dftimewolf_recipes.py', 'description': 'Runs DFTimewolfTool.\n\nReturns:\n int: 0 DFTimewolf could be run successfully, 1 otherwise.', 'signature': 'def RunTool(cdm: Optional[CursesDisplayManager] = None) -> int:'}</s>{'name': 'HTMLFormatter@dftimewolf/lib/utils.py', 'description': 'HT...
0
{'name': 'vgg13_bn@models/encoder/vgg.py', 'description': 'VGG 13-layer model (configuration "B") with batch normalization\n`"Very Deep Convolutional Networks For Large-Scale Image Recognition" <https://arxiv.org/pdf/1409.1556.pdf>`_\nArgs:\n pretrained (bool): If True, returns a model pre-trained on ImageNet\n p...
0
{'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_in_x86_kernel@gef.py', 'description': 'DOCSTRING', 'code': 'def is_in...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIACF_UOW_TYPE = 1132
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCFUNC_MQPUT1_ARRAY = [b"P", b"U", b"T", b"1"]
0
{'name': '_dump_float@src/betterproto/__init__.py', 'description': 'Dump the given float to JSON\n\nParameters\n----------\nvalue: float\n Value to dump\n\nReturns\n-------\nUnion[float, str]\n Dumped value, either a float or the strings', 'signature': 'def _dump_float(value: float) -> Union[float, str]:'}</s>{'n...
0
{'name': 'Block._write@pcapng/blocks.py', 'description': 'Writes this block into the given output stream', 'signature': 'def _write(self, outstream):'}</s>LINKTYPE_CISCO_IOS = 118
0
{'name': 'ProcessFileData@llvm-4.0.0-project/compiler-rt/lib/sanitizer_common/scripts/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....
0
{'name': 'test_tracking@PyGitUp/tests/test_tracking.py', 'description': "Run 'git up' with a local tracking branch ", 'signature': 'def test_tracking():'}</s>repo_path = join(basepath, test_name + os.sep)
1
{'name': 'import_mesh@menpo3d/io/input/base.py', 'description': "Single mesh (and associated landmarks and texture) importer.\n\nIff an mesh file is found at `filepath`, returns a :map:`TriMesh`\nrepresenting it. Landmark files sharing the same filename\nwill be imported and attached too. If texture coordinates and a s...
0
{'name': 'parsemakesyntax@build/pymake/pymake/parser.py', 'description': 'Given Data, parse it into a data.Expansion.\n\n@param stopon (sequence)\n Indicate characters where toplevel parsing should stop.\n\n@param iterfunc (generator function)\n A function which is used to iterate over d, yielding (char, offset, ...
1
{'name': 'load_section@stnet/cmd/prepare/spatial.py', 'description': 'Loads data for one section of a patient.', 'signature': 'def load_section(root: str, patient: str, section: str, subtype: str):'}</s>{'name': 'spatial@stnet/cmd/prepare/spatial.py', 'description': 'DOCSTRING', 'code': 'def spatial(args):\n import ...
0
{'name': 'azero@pf/rule.py', 'description': "Return True if all numbers in 'seq' are 0s.", 'signature': 'def azero(seq):'}</s>PFRULE_IFBOUND = 65536
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': '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': 'local_cloudbuild@scripts/local_cloudbuild.py', 'description': 'Execute the steps of a cloudbuild.yaml locally\n\nArgs:\n args: command line flags as per parse_args', 'signature': 'def local_cloudbuild(args):'}</s>{'name': 'get_cloudbuild@scripts/local_cloudbuild.py', 'description': 'Read and validate a clo...
1
{'name': 'PreviewBuilderFactory.load_builders@preview_generator/preview/builder_factory.py', 'description': 'Loads all builders found in preview_generator.preview.builder module\n:return: None', 'signature': 'def load_builders(self, force: bool = False) -> None:'}</s>{'name': 'BuilderNotLoaded@preview_generator/excepti...
0
{'name': 'exec_trade@alphapy/portfolio.py', 'description': 'Execute a trade for a portfolio.\n\nParameters\n----------\np : alphapy.Portfolio\n Portfolio in which to trade.\nname : str\n The symbol to trade.\norder : alphapy.Orders\n Long or short trade for entry or exit.\nquantity : int\n The quantity for ...
1
{'name': 'NamespaceLookupTestCase.test_scope_ambiguity_after_using_lookup_with_run_command@tools/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace/TestNamespaceLookup.py', 'description': 'Test scope lookup ambiguity after using in lldb.', 'signature': 'def test_scope_ambiguity_after_using_lookup_with_run_command(s...
0
{'name': 'PFGid._str_to_num@pf/rule.py', 'description': 'Convert a string to a numeric group ID.', 'signature': 'def _str_to_num(self, s):'}</s>PF_MATCH = 12
0
{'name': 'create_app@app/__init__.py', 'description': 'Create a Flask applicaction.\n ', 'signature': 'def create_app(extra_config_settings={}):'}</s>csrf_protect = CSRFProtect()
1
{'name': 'RootLogger.getRootLogger@local/clogging.py', 'description': ':param stream: An opened stream.\n:param logfile: A log filename or an opened LogFile Instance.', 'signature': "def getRootLogger(cls, name='root', level=WARNING, stream=None, logfile=None):"}</s>COLORS = _colors()
0
{'name': 'run@utils/data_preparation_rdf_type.py', 'description': ' Main script which calls and does everything.\n:return: nothing', 'signature': 'def run():'}</s>glove_location = { 'dir': "./resources", 'raw': "glove.42B.300d.txt", 'vec': "vectors_gl.npy", 'voc': "vocab_gl.pickle...
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': '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': 'docopt@classes/docopt.py', 'description': 'Parse `argv` based on command-line interface described in `doc`.\n\n`docopt` creates your command-line interface based on its\ndescription that you pass as `doc`. Such description can contain\n--options, <positional-argument>, commands, which could be\n[optional], (r...
0
{'name': 'download_course@run.py', 'description': 'download course ', 'signature': 'def download_course(url):'}</s>{'name': 'chapters@module/save.py', 'description': 'create chapters folder ', 'code': 'def chapters(url, course_folder_path):\n \'\'\' create chapters folder \'\'\'\n soup = create_soup(url)\n hea...
1
{'name': 'Parser.p_expression_bytes@lib/rule_engine/parser/__init__.py', 'description': 'object : BYTES', 'signature': 'def p_expression_bytes(self, p):'}</s>{'name': 'ComprehensionExpression@lib/rule_engine/ast.py', 'description': 'DOCSTRING', 'base_classes': ['ExpressionBase'], 'methods': [{'name': 'ComprehensionExpr...
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': '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': '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)...
1
{'name': 'find_on_path@tests/_lib_vendors/pkg_resources/__init__.py', 'description': 'Yield distributions accessible on a sys.path directory', 'signature': 'def find_on_path(importer, path_item, only=False):'}</s>BINARY_DIST = 2
0
{'name': 'watch_dev@jupyterlab/commands.py', 'description': 'Run watch mode in a given directory.\n\nParameters\n----------\nlogger: :class:`~logger.Logger`, optional\n The logger instance.\n\nReturns\n-------\nA list of `WatchHelper` objects.', 'signature': 'def watch_dev(logger=None):'}</s>{'name': '_compat_error_...
0
{'name': 'parse_status_update@slackcli/messaging.py', 'description': 'Parse "/status :emoji: sometext" messages. If there is a match, return a dict\ncontaining the profile attributes to be updated. Else return None.', 'signature': 'def parse_status_update(text):'}</s>__all__ = ["client", "init"]
0
{'name': 'IDispatch.Invoke@comtypes/automation.py', 'description': 'Invoke a method or property.', 'signature': 'def Invoke(self, dispid: int, *args: Any, **kw: Any) -> Any:'}</s>DISP_E_PARAMNOTOPTIONAL = -2147352561
0
{'name': 'Grid.face_node_connectivity@uxarray/grid/grid.py', 'description': 'Indices of the nodes that make up each face.\n\nDimensions: ``(n_face, n_max_face_nodes)``\n\nNodes are in counter-clockwise order.', 'signature': 'def face_node_connectivity(self) -> xr.DataArray:'}</s>{'name': '_read_ugrid@uxarray/io/_ugrid....
0
{'name': 'PrintUsage@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Prints a brief usage string and exits, optionally with an error message.\n\nArgs:\n message: The optional error message.', 'signature': 'def PrintUsage(message):'}</s>{'name': 'ProcessLine@ament_cpplint/ament_cpplint/cpplint.py', 'descriptio...
0
{'name': 'generate_ast@project-material/project_1_for_students/misc.py', 'description': 'return the AST using the output of process() here.', 'signature': 'def generate_ast(intermediate) -> Program:'}</s>{'name': 'Assign@project-material/project_1_for_students/ast_tools.py', 'description': 'assignments to a variable in...
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': 'authenticate@src/server/server.py', 'description': 'Sends a 401 response that enables basic auth.', 'signature': 'def authenticate():'}</s>{'name': 'on_cluster_event_trigger@src/server/server.py', 'description': 'Received event trigger from primary. ', 'code': "def on_cluster_event_trigger(data):\n ''' Rec...
0
{'name': 'read_section_header@pcapng/structs.py', 'description': "Read a section header block from a stream.\n\n.. note::\n The byte order magic will be removed from the returned data\n This is ok as we don't need it anymore once we determined\n the correct endianness of the section.\n\n:returns: a dict contai...
0
{'name': 'MaskRCNN.get_anchors@Mask_RCNN/mrcnn/model.py', 'description': 'Returns anchor pyramid for the given image size.', 'signature': 'def get_anchors(self, image_shape):'}</s>{'name': 'fpn_classifier_graph@Mask_RCNN/mrcnn/model.py', 'description': 'Builds the computation graph of the feature pyramid network classi...
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': '_SetFilters@llvm-4.0.0-project/compiler-rt/lib/sanitizer_common/scripts/cpplint.py', 'description': 'Sets the module\'s error-message filters.\n\nThese filters are applied when deciding whether to emit a given\nerror message.\n\nArgs:\n filters: A string of comma-separated filters (eg "whitespace/indent").\n...
0
{'name': 'CScriptOp.decode_op_n@test/functional/test_framework/script.py', 'description': 'Decode a small integer opcode, returning an integer', 'signature': 'def decode_op_n(self):'}</s>OP_MAX = CScriptOp(0xa4)
0
{'name': '_check_description@swagger_to/style.py', 'description': 'Check whether a description is well-styled.\n\n:param description: the description\n:param starts_with_verb:\n if True, check that the description should start with a verb in third person singular (stem -s).\n:return: the failed check, if any', 'sign...
0
{'name': 'Retry.__call__@stream/clients/python/bookkeeper/common/retry.py', 'description': 'Wrap a callable with retry behavior.\nArgs:\n func (Callable): The callable to add retry behavior to.\n on_error (Callable): A function to call while processing a\n retryable exception. Any error raised by this fun...
0
{'name': 'rates@pycbrf/cli.py', 'description': 'Prints out exchange rates.', 'signature': 'def rates(currency, date):'}</s>VERSION_STR = '.'.join(map(str, VERSION))
0
{'name': 'View.scale_contrast@picasso/gui/render.py', 'description': 'Scales image based on contrast values from Display Settings\nDialog.\n\nParameters\n----------\nimage : np.array or list of np.arrays\n Array with rendered locs (grayscale)\nautoscale : boolean (default=False)\n If True, finds optimal contrast\...
0
{'name': 'Loader.get_version_date@reno/loader.py', 'description': 'Return release data for a version.', 'signature': 'def get_version_date(self, version):'}</s>{'name': 'get_cache_filename@reno/loader.py', 'description': 'DOCSTRING', 'code': "def get_cache_filename(conf):\n return os.path.normpath(os.path.join(\n ...
0
{'name': 'set_key_value@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Send key value to device', 'signature': 'def set_key_value(sniffer, payload):'}</s>{'name': 'set_legacy_ltk@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Send Legacy Long Term Key (LTK) to device', 'code': 'def set_leg...
1
{'name': 'MainWindows.closeEvent@FrameScan-GUI.py', 'description': '重写closeEvent方法,实现dialog窗体关闭时执行一些代码\n:param event: close()触发的事件\n:return: None', 'signature': 'def closeEvent(self, event):'}</s>{'name': 'Ui_Form_Vuln@Gui/Vuln_Plugins.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': [{'name': 'U...
0
{'name': 'WorkingSet.resolve@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pkg_resources/__init__.py', 'description': 'List all distributions needed to (recursively) meet `requirements`\n\n`requirements` must be a sequence of ``Requirement`` objects. `env`,\nif supplied, should be an ``Environment`` instance...
0
{'name': 'TestSnmp1.testGetMacAddress@tests/test_snmp.py', 'description': 'Get a MAC address', 'signature': 'def testGetMacAddress(self):'}</s>{'name': 'StringOrOctetString@snimpy/basictypes.py', 'description': 'DOCSTRING', 'base_classes': ['Type'], 'methods': [{'name': 'StringOrOctetString.toOid@snimpy/basictypes.py',...
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>{'name': 'DvzJoinType@datoviz/__init...
0
{'name': 'Iface.removeSupervisors@jstorm-on-yarn/src/main/gen-py/JstormAM/JstormAM.py', 'description': 'Parameters:\n - number', 'signature': 'def removeSupervisors(self, number):'}</s>{'name': 'TopologyInfo@jstorm-core/src/main/py/storm/ttypes.py', 'description': 'Attributes:\n - topology\n - components\n - tasks\n - ...
0
{'name': 'RequirementCommand._build_package_finder@venv/Lib/site-packages/pip-19.0.3-py3.8.egg/pip/_internal/cli/base_command.py', 'description': 'Create a package finder appropriate to this requirement command.', 'signature': 'def _build_package_finder('}</s>quiet = partial( Option, '-q', '--quiet', dest='...
0
{'name': 'opcode_map_c@Ghidra/Processors/RISCV/scripts/binutil.py', 'description': 'CR |funct4 | cr0711 | cr0206 | op |\nCI |funct3 | cop1212 | cr0711 | cop0206 | op |\nCSS |funct3 | cop0712 | cr0206 | op |\nCIW |funct3 | cop0512 | cr0204s | op |\nCL |funct3 | cop1012 | cs0709s | cop0506 | cr0204s | op |\nCS ...
0
{'name': 'load_dataset@scale/dataset.py', 'description': 'Load dataset with preprocessing', 'signature': 'def load_dataset('}</s>{'name': 'batch_scale@scale/dataset.py', 'description': 'Batch-specific scale data', 'code': 'def batch_scale(adata, chunk_size=CHUNK_SIZE):\n """\n Batch-specific scale data\n """\n...
0
{'name': 'standardize_variables@aimacode/logic.py', 'description': 'Replace all the variables in sentence with new variables.', 'signature': 'def standardize_variables(sentence, dic=None):'}</s>{'name': 'Expr@aimacode/utils.py', 'description': "A mathematical expression with an operator and 0 or more arguments.\nop is ...
1
{'name': 'strategy2mealy@tulip/synth.py', 'description': 'Convert strategy to Mealy transducer.\n\nNote that the strategy is a deterministic game graph,\nbut the input `A` is given as the contraction of\nthis game graph.\n\n@param A:\n strategy', 'signature': 'def strategy2mealy('}</s>{'name': 'mutex@tulip/synth.py'...
0
{'name': 'collect@scripts/python-skywater-pdk/skywater_pdk/liberty.py', 'description': 'Collect the available timing information in corners.\n\nParameters\n----------\nlibrary_dir: str\n Path to a library.\n\nReturns\n-------\nlib : str\n Library name\n\ncorners : {str: TimingType}\n corners in the library.\n\...
0
{'name': 'plot_xyc@project_sample/2019-2ProjectSamples_Code/11조-수강과목을 통한 전공 예측 프로그램/joy.py', 'description': 'plots training input data x and its class label y as well as the the linear \ndecision boundary and the value W[-1] or w in the first subplot if clf is given.\nIn the second subplot, it displays the traning resu...
0
{'name': 'plot_sounding_data_csv@pymeteo/skewt.py', 'description': 'Plot SkewT from a CSV sounding data file\n\n:param filename: The name of the file to open.\n:type filename: str\n:param output: The name of the file to output plot\n:type output: str\n\nThe datafile format is CSV with the following columns: \n\n- press...
0
{'name': 'load@source-builder/sb/options.py', 'description': 'Copy the defaults, get the host specific values and merge them overriding\nany matching defaults, then create an options object to handle the command\nline merging in any command line overrides. Finally post process the\ncommand line.', 'signature': "def loa...
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': 'TestVimModule.test_manual_section_ordering@tests/test_module.py', 'description': 'Sections should be ordered according to explicitly configured order.', 'signature': 'def test_manual_section_ordering(self):'}</s>{'name': 'DocumentationWarning@vimdoc/error.py', 'description': 'DOCSTRING', 'base_classes': ['War...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIACF_CF_STRUC_SIZE_MAX = 1140
0
{'name': 'GetCompute@daisy_workflows/linux_common/utils/common.py', 'description': 'Get google compute api cli object.\n\nArgs:\n discovery: object, from googleapiclient.\n credentials: object, from google.auth.\n\nReturns:\n compute: object, the google compute api object.', 'signature': 'def GetCompute(discovery, c...
0
{'name': 'Connection.is_writeable@runner/tez/apache-hive-0.13.0.2.1.0.0-92-bin/lib/py/thrift/server/TNonblockingServer.py', 'description': 'Returns True if connection should be added to write list of select.', 'signature': 'def is_writeable(self):'}</s>WAIT_MESSAGE = 1
0
{'name': 'UFOBuilder.__init__@Lib/glyphsLib/builder/builders.py', 'description': 'Create a builder that goes from Glyphs to UFO + designspace.\n\nKeyword arguments:\nfont -- The GSFont object to transform into UFOs. We expect this GSFont\n object to have been pre-processed with\n ``glyphsLib.builder.prefl...
0
{'name': 'get_exemplar_motifs@modisco/hit_scoring/exemplar_based_hitscoring.py', 'description': 'This identifies the exemplars among seqlets\n\nArgs:\n seqlets: A list of :class:`modisco.core.Seqlet` that are already\n aligned relative to each other\n pattern_comparison_settings: determines which tracks to...
0
{'name': 'OneInOneOut.on_data@python/erdos/operator.py', 'description': "Callback invoked upon receipt of a :py:class:`.Message` on the\noperator's :py:class:`.ReadStream`.\n\nArgs:\n context: A :py:class:`.OneInOneOutContext` instance to retrieve\n metadata about the current invocation of the callback.\n ...
1
{'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>MQCMD_SET_CHLAUTH_REC = 203
0
{'name': 'design_and_init_filters@python/jax/carfac.py', 'description': 'Design the actual CAR filters.\n\nArgs:\n ear: the index of the ear to be designed and initialised.\n params: The design parameters.\n hypers: The hyperparameters. This is needed because things like `n_ch`\n are not in `DesignParameters`.\n\nR...
0
{'name': 'bustools_count@kb_python/count.py', 'description': 'Runs `bustools count`.\n\nArgs:\n bus_path: Path to BUS file to correct\n out_prefix: Prefix of the output files to generate\n t2g_path: Path to output transcript-to-gene mapping\n ecmap_path: Path to ecmap file, as generated by `kallisto bus`\n ...
0
{'name': 'cosine_distance@text2vec/utils/distance.py', 'description': '余弦距离\nreturn cos score', 'signature': 'def cosine_distance(v1, v2):'}</s>{'name': 'edit_distance@text2vec/utils/distance.py', 'description': 'DOCSTRING', 'code': 'def edit_distance(str1, str2):\n try:\n # very fast\n # http://stacko...
0
{'name': 'ObjectBase.__getstate__@openapi3/object_base.py', 'description': 'Returns this object as a dict, removing all empty keys. This can be used\nto serialize a spec.\n\nAllows pickling objects by returning a dict of all slotted values.', 'signature': 'def __getstate__(self):'}</s>{'name': 'ReferenceProxy@openapi3...
0
{'name': 'And@src/api/python/z3/z3.py', 'description': "Create a Z3 and-expression or and-probe.\n\n>>> p, q, r = Bools('p q r')\n>>> And(p, q, r)\nAnd(p, q, r)\n>>> P = BoolVector('p', 5)\n>>> And(P)\nAnd(p__0, p__1, p__2, p__3, p__4)", 'signature': 'def And(*args):'}</s>Z3_DEBUG = __debug__
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': 'NewDatabase.write_superstructure_db_to_brightway@premise/new_database.py', 'description': 'Register a super-structure database,\naccording to https://github.com/dgdekoning/brightway-superstructure\n:param name: name of the super-structure database\n:param filepath: filepath of the "scenarios difference file"\...
0
{'name': 'parse_binary_acl@msldap/external/bloodhoundpy/acls.py', 'description': 'Main ACL structure parse function.\nThis is offloaded to subprocesses and takes the current entry and the\nacl data as argument. This is then returned and processed back in the main process', 'signature': 'def parse_binary_acl(dn, entry, ...
0
{'name': 'classify@filters/Lang_Identifier/langid.py', 'description': 'Convenience method using a global identifier instance with the default\nmodel included in langid.py. Identifies the language that a string is \nwritten in.\n\n@param instance a text string. Unicode strings will automatically be utf8-encoded\n@return...
0