text string | label int64 |
|---|---|
{'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': 'find_otherside_modules@rtl/vendor/pulp_platform_register_interface/vendor/lowrisc_opentitan/util/topgen/intermodule.py', 'description': 'Find far-end port based on given module and signal name\n ', 'signature': 'def find_otherside_modules(topcfg: OrderedDict, m,'}</s>{'name': 'check_intermodule@rtl/vendor/... | 0 |
{'name': 'validateURL@src/feedvalidator/__init__.py', 'description': 'validate RSS from URL, returns events list, or (events, rawdata) tuple', 'signature': 'def validateURL(url, firstOccurrenceOnly=1, wantRawData=0):'}</s>{'name': 'InvalidRefreshMode@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_clas... | 0 |
{'name': 'handle_no_HAR_file_exception@website/web/genericapi.py', 'description': 'The capture has no HAR file, it failed for some reason.', 'signature': 'def handle_no_HAR_file_exception(error: Any) -> Response:'}</s>{'name': 'CaptureStorageState@website/web/genericapi.py', 'description': 'DOCSTRING', 'base_classes': ... | 0 |
{'name': 'source_nwm2usgs@src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Pre_processing/Source_sink/Replace_with_USGS/replace_with_obs.py', 'description': "This script is to adjust the vsource.th file based on USGS data.\nThe adjustment is done by comparing the NWM data near the vsource and the USGS data near the ... | 0 |
{'name': 'remove_y@test/test_utils.py', 'description': 'Quadruplets and triplets learners have no y in fit, but to write test for\nall estimators, it is convenient to have this function, that will return X\nand y if the estimator needs a y to fit on, and just X otherwise.', 'signature': 'def remove_y(estimator, X, y):'... | 0 |
{'name': 'MyInterface.execute@src/python_scripts/scripts/build_afni.py', 'description': 'evaluate what needs to be done, report on it, any apply\n\n- evaluate directories\n - abin_path\n - root_path\n\nreturn 0 on success\n 1 on non-fatal termination error\n -1 on fatal error', 'signature': 'def exe... | 0 |
{'name': '_makeTags@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pyparsing.py', 'description': 'Internal helper to construct opening and closing tag expressions, given a tag name', 'signature': 'def _makeTags(tagStr, xml):'}</s>{'name': 'Group@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pyparsing... | 1 |
{'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': 'RTSRoot.restore@rtslib/root.py', 'description': 'Takes a dict generated by dump() and reconfigures the target to match.\nReturns list of non-fatal errors that were encountered.\nWill refuse to restore over an existing configuration unless clear_existing\n is True.', 'signature': 'def restore(self, config, ... | 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_OFFLOAD_MSGS = 1341 | 0 |
{'name': 'Stm32Bootloader.erase_memory@src/node/scripts/util/stm32loader.py', 'description': 'Erase flash memory at the given pages.\n\nSet pages to None to erase the full memory.\n:param iterable pages: Iterable of integer page addresses, zero-based.\n Set to None to trigger global mass erase.', 'signature': 'def era... | 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': 'from_ftp@icesat2_toolkit/utilities.py', 'description': "Download a file from a ftp host\n\nParameters\n----------\nHOST: str or list\n remote ftp host path\nusername: str or NoneType\n ftp username\npassword: str or NoneType\n ftp password\ntimeout: int or NoneType, default None\n timeout in secon... | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQPROTO_MQTTV3 = 1 | 0 |
{'name': 'DLRModel.get_input_names@python/dlr/api.py', 'description': 'Get all input names\n\nReturns\n-------\nout : list of :py:class:`str`', 'signature': 'def get_input_names(self):'}</s>{'name': '_is_tf2_saved_model@python/dlr/api.py', 'description': 'DOCSTRING', 'code': 'def _is_tf2_saved_model(model_path):\n r... | 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_CTLO_ERROR = 2445 | 0 |
{'name': 'TLP.set_ca_completion@fpga/lib/pcie/tb/pcie.py', 'description': 'Prepare completer abort (CA) completion for TLP', 'signature': 'def set_ca_completion(self, tlp, completer_id):'}</s>{'name': 'TreeItem@fpga/lib/pcie/tb/pcie.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': [{'name': 'Tree... | 0 |
{'name': 'TopLevelMixin.save@altair/vegalite/v3/api.py', 'description': "Save a chart to file in a variety of formats\n\nSupported formats are json, html, png, svg, pdf; the last three require\nthe altair_saver package to be installed.\n\nParameters\n----------\nfp : string filename or file-like object\n file in whi... | 0 |
{'name': 'IOCQ.__getitem__@scripts/psd.py', 'description': 'get 4-dword CQE from the queue', 'signature': 'def __getitem__(self, index):'}</s>{'name': 'test_send_cmd_different_qdepth@scripts/psd.py', 'description': 'DOCSTRING', 'code': 'def test_send_cmd_different_qdepth(nvme0, qdepth):\n cq = IOCQ(nvme0, 4, qdepth,... | 0 |
{'name': 'BaseImage.export_pixels@wand/image.py', 'description': 'Export pixel data from a raster image to\na list of values.\n\nThe ``channel_map`` tells ImageMagick which color\nchannels to export, and what order they should be\nwritten as -- per pixel. Valid entries for\n``channel_map`` are:\n\n- ``\'R\'`` - Red cha... | 0 |
{'name': 'BIDSLayout.add_derivatives@src/bids/layout/layout.py', 'description': 'Add BIDS-Derivatives datasets to tracking.\n\nParameters\n----------\npath : str or list\n One or more paths to BIDS-Derivatives datasets.\n Each path can point to either a derivatives/ directory\n containing one or more pipeline ... | 0 |
{'name': 'post_comment@shingetsu/mch/post.py', 'description': 'Post article.', 'signature': 'def post_comment(env, thread_key, name, mail, body, passwd, tag=None):'}</s>{'name': 'remote_addr@shingetsu/address.py', 'description': 'DOCSTRING', 'code': "def remote_addr(env):\n ra = env['REMOTE_ADDR']\n # XXX it is d... | 1 |
{'name': 'ObjCDataFormatterTestCase.plain_data_formatter_commands@lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-objc/TestDataFormatterObjC.py', 'description': 'Test basic ObjC formatting behavior.', 'signature': 'def plain_data_formatter_commands(self):'}</s>{'name': '_skip_for_andro... | 0 |
{'name': 'add_node_elevations_google@osmnx/elevation.py', 'description': "Add `elevation` (meters) attributes to all nodes using a web API.\n\nBy default this uses the Google Maps Elevation API, but you could instead\nuse any equivalent API with the same interface and response format (such\nas the Open Topo Data API or... | 0 |
{'name': 'write_elements@tools/pydfu.py', 'description': 'Writes the indicated elements into the target memory,\nerasing as needed.', 'signature': 'def write_elements(elements, mass_erase_used, progress=None):'}</s>__DFU_STATE_DFU_MANIFEST = 7 | 0 |
{'name': 'ParseArguments@tools/caffe-sphereface/scripts/cpp_lint.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(a... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRC_AIR_ERROR = 2385 | 0 |
{'name': 'CheckBraces@ament_cpplint/ament_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 ca... | 0 |
{'name': 'Praetorian._validate_jwt_data@flask_praetorian/base.py', 'description': 'Validates that the data for a jwt token is valid', 'signature': 'def _validate_jwt_data(self, data, access_type):'}</s>IS_REGISTRATION_TOKEN_CLAIM = "is_ert" | 1 |
{'name': 'train@fairseq_cli/train.py', 'description': 'Train the model for one epoch and return validation losses.', 'signature': 'def train('}</s>{'name': 'AzureMLProgressBarWrapper@fairseq/logging/progress_bar.py', 'description': 'Log to Azure ML', 'base_classes': ['BaseProgressBar'], 'methods': [{'name': 'AzureMLPro... | 0 |
{'name': 'runBody@cxxtest/cxxtestgen.py', 'description': 'Body of TestDescription::run()', 'signature': 'def runBody( suite, test ):'}</s>root = None | 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>MQCMD_CREATE_TOPIC = 172 | 0 |
{'name': 'BuildFailureRecord.commit_and_push_changes@bioconda_utils/build_failure.py', 'description': 'Commit and push any changes, including removal of the record.', 'signature': 'def commit_and_push_changes(self):'}</s>{'name': 'TqdmHandler@bioconda_utils/utils.py', 'description': 'Tqdm aware logging StreamHandler\n\... | 0 |
{'name': 'GroupFLT.subtract_median_filter@grizli/multifit.py', 'description': 'Remove a median filter calculated along the dispersion axis.\n\nParameters\n----------\nfilter_size : int\n Size of the median filter.\n\nfilter_central : int\n Mask the central `filter_central` pixels of the filter.\n\nrevert : bool\n... | 0 |
{'name': 'BL3Save.set_max_sdus@bl3save/bl3save.py', 'description': 'Sets the specified SDUs (or all SDUs that we know about) to be at the max level', 'signature': 'def set_max_sdus(self, sdulist=None):'}</s>currency_to_eng = {
MONEY: 'Money',
ERIDIUM: 'Eridium',
} | 0 |
{'name': 'noncritical@PFERD/crawl/crawler.py', 'description': "Catches and logs a few noncritical exceptions occurring during the function\ncall, mainly CrawlWarning.\n\nIf any exception occurs during the function call, the crawler's error_free\nvariable is set to False. This includes noncritical exceptions.\n\nWarning... | 0 |
{'name': 'engine.number_to_words@src/bids/external/inflect.py', 'description': 'Return a number in words.\n\ngroup = 1, 2 or 3 to group numbers before turning into words\ncomma: define comma\n\nandword:\n word for \'and\'. Can be set to \'\'.\n e.g. "one hundred and one" vs "one hundred one"\n\nzero: word for \'0... | 1 |
{'name': 'ChromeExecutionManager.__init__@ChromeController/transport.py', 'description': 'Start up a chromium instance binary `binary`, with the base debug port `port`,\non host `localhost`.\n\nNote: If the port is set to None (the default), the port will be the next availble port accounting for other\nchrome instances... | 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': 'LoginAuthView.form_valid@uniauth_saml2_idp/views.py', 'description': 'Security check complete. Log the user in.', 'signature': 'def form_valid(self, form):'}</s>{'name': 'metadata@uniauth_saml2_idp/views.py', 'description': 'Returns an XML with the SAML 2.0 metadata for this Idp.\nThe metadata is constructed ... | 0 |
{'name': 'show@mpld3/_display.py', 'description': "Open figure in a web browser\n\nSimilar behavior to plt.show(). This opens the D3 visualization of the\nspecified figure in the web browser. On most platforms, the browser\nwill open automatically.\n\nParameters\n----------\nfig : matplotlib figure\n The figure to... | 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': 'bisect_good@nix_bisect/bisect_runner.py', 'description': 'Mark a commit as good.\n\nThe same disclaimer as for `bisect_bad` applies.', 'signature': 'def bisect_good(commit):'}</s>{'name': 'add@nix_bisect/git.py', 'description': 'DOCSTRING', 'code': 'def add(path):\n result = run(["git", "add", path], stdou... | 0 |
{'name': 'sign2map@venv/Lib/site-packages/numpy/f2py/capi_maps.py', 'description': 'varname,ctype,atype\ninit,init.r,init.i,pytype\nvardebuginfo,vardebugshowvalue,varshowvalue\nvarrfromat\nintent', 'signature': 'def sign2map(a, var):'}</s>{'name': 'isarrayofstrings@venv/Lib/site-packages/numpy/f2py/auxfuncs.py', 'descr... | 0 |
{'name': 'GefHelpCommand.__rebuild@gef.py', 'description': 'Rebuild the documentation.', 'signature': 'def __rebuild(self) -> None:'}</s>{'name': 'gef_on_continue_unhook@gef.py', 'description': 'DOCSTRING', 'code': 'def gef_on_continue_unhook(func: Callable[["gdb.ThreadEvent"], None]) -> None:\n gdb.events.cont.disc... | 0 |
{'name': 'carfac_init@python/np/carfac.py', 'description': 'Initialize state for one or more ears of a CARFAC model.\n\nThis allocates and zeros all the state vector storage in the cfp struct.\nArgs:\n cfp: the state structure for the filterbank\n\nReturns:\n A new version of the state structure with all initializati... | 0 |
{'name': 'RepeatChart.interactive@altair/vegalite/v3/api.py', 'description': 'Make chart axes scales interactive\n\nParameters\n----------\nname : string\n The selection name to use for the axes scales. This name should be\n unique among all selections within the chart.\nbind_x : boolean, default True\n If tru... | 0 |
{'name': 'stofs3d_v8_LA@src/Utility/Pre-Processing/STOFS-3D-Atl-shadow-VIMS/Pre_processing/Bathy_edit/DEM_loading/pload_dem2.py', 'description': 'Load bathymetry for STOFS3D-v8 Louisiana.\n\nTwo DEM sets are used to load bathymetry from different sources: v2a and v3a.\n DEM_info.json v2a: v1 (DEM_info_original.json,... | 1 |
{'name': 'dpll@Projects/2_Classical Planning/aimacode/logic.py', 'description': 'See if the clauses are true in a partial model.', 'signature': 'def dpll(clauses, symbols, model):'}</s>{'name': 'distribute_and_over_or@Projects/2_Classical Planning/aimacode/logic.py', 'description': 'Given a sentence s consisting of con... | 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>SIGHASH_ALL = 1 | 0 |
{'name': 'RestApi.delete_deck@tinycards/networking/rest_api.py', 'description': 'Delete an existing deck.\n\nArgs:\n deck_id (str): The ID of the Deck to delete.\n\nReturns:\n Deck: The deleted Deck object if deletion was successful.', 'signature': 'def delete_deck(self, deck_id):'}</s>DEFAULT_HEADERS = {
'Ac... | 1 |
{'name': 'RIPPER.fit@build/lib/wittgenstein/ripper.py', 'description': "Fit a Ruleset model.\n\nParameters\n----------\ntrainset : DataFrame, numpy array, or other iterable\n Training dataset. Optional whether to include or exclude class labels column.\ny : iterable of str, int, bool\n Class labels corresponding ... | 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>log = logging.getLogger('util') | 0 |
{'name': 'PathCompositionInterface.__init__@furl/furl.py', 'description': 'Params:\n force_absolute: See Path._force_absolute.\n\nAssignments to <self> in __init__() must be added to\n__setattr__() below.', 'signature': 'def __init__(self, strict=False):'}</s>DEFAULT_PORTS = {
'acap': 674,
'afp': 548,
'dic... | 0 |
{'name': 'auto_cpp_level@pybind11/pybind11/setup_helpers.py', 'description': 'Return the max supported C++ std level (17, 14, or 11). Returns latest on Windows.', 'signature': 'def auto_cpp_level(compiler: Any) -> Union[str, int]:'}</s>STD_TMPL = "/std:c++{}" if WIN else "-std=c++{}" | 1 |
{'name': 'HierarchyStandardFilterModel.__init__@pxr/usdQt/hierarchyModel.py', 'description': 'Parameters\n----------\nshowInactive : bool\nshowUndefined : bool\nshowAbstract : bool\nfilterCachePredicate : Usd.PrimFlags\nparent : Optional[QtCore.QObject]', 'signature': 'def __init__(self, showInactive=False, showUndefin... | 0 |
{'name': 'addresses@n26/cli.py', 'description': 'Show account addresses ', 'signature': 'def addresses():'}</s>{'name': 'set_limits@n26/cli.py', 'description': 'Set n26 account limits ', 'code': 'def set_limits(withdrawal: int, payment: int):\n """ Set n26 account limits """\n API_CLIENT.set_account_limits(withdr... | 0 |
{'name': 'ImportErrorTests.test_no_module@didyoumean/didyoumean_sugg_tests.py', 'description': "Should be 'math'.", 'signature': 'def test_no_module(self):'}</s>ISADIR_OS = (common.IsDirOsError, "^Is a directory$") | 0 |
{'name': '_to_ugrid@uxarray/io/_scrip.py', 'description': 'If input dataset (``in_ds``) file is an unstructured SCRIP file,\nfunction will reassign SCRIP variables to UGRID conventions in output file\n(``out_ds``).', 'signature': 'def _to_ugrid(in_ds, out_ds):'}</s>FACE_EDGE_CONNECTIVITY_DIMS = [
"n_face",
"n_m... | 0 |
{'name': 'brew@mokapot/brew.py', 'description': 'Re-score one or more collection of PSMs.\n\nThe provided PSMs analyzed using the semi-supervised learning\nalgorithm that was introduced by\n`Percolator <http://percolator.ms>`_. Cross-validation is used to\nensure that the learned models to not overfit to the PSMs used ... | 0 |
{'name': 'P2PConnection.disconnect_node@test/functional/test_framework/mininode.py', 'description': 'Disconnect the p2p connection.\n\nCalled by the test logic thread. Causes the p2p connection\nto be disconnected on the next iteration of the asyncore loop.', 'signature': 'def disconnect_node(self):'}</s>{'name': 'ser_... | 0 |
{'name': 'Alignment.split@maf/impl/naiveLiftUp.py', 'description': 'Return two new alignments created by splitting this alignment at an offset relative to its start.', 'signature': 'def split(self, split_point):'}</s>{'name': 'sort_blocks@maf/impl/naiveLiftUp.py', 'description': 'Sort a blocks file relative to the firs... | 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_MCA_NAME_ERROR = 4047 | 0 |
{'name': 'MPDense.setup@mplp/mplp/tf_layers.py', 'description': 'This has to be called either at __init__ time, or by a constructor,\nbefore the layer can be used.', 'signature': 'def setup(self, in_dim, message_size, shared_params=None):'}</s>{'name': 'MPLayer@mplp/mplp/tf_layers.py', 'description': 'DOCSTRING', 'base... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQPL_UNIX = 3 | 0 |
{'name': 'register_platform_services@custom_components/irrigation_unlimited/service.py', 'description': 'Register all the available service calls for the entities', 'signature': 'def register_platform_services(platform: entity_platform.EntityPlatform) -> None:'}</s>RELOAD_SERVICE_SCHEMA = vol.Schema({}) | 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>MQCACF_RESTART_LOG_EXTENT_NAME = 3072 | 0 |
{'name': 'stripplot@nelpy/plotting/miscplot.py', 'description': 'Plot epochs as segments on a line.\nParameters\n----------\n*eps : EpochArrays\nvoffset : float\nlw : float\nlabels : array-like of str', 'signature': 'def stripplot(*eps, voffset=None, lw=None, labels=None):'}</s>{'name': 'xticks_interval@nelpy/plotting/... | 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': 'is_xbar@rtl/vendor/pulp_platform_register_interface/vendor/lowrisc_opentitan/util/topgen/merge.py', 'description': 'Check if the given name is crossbar\n ', 'signature': 'def is_xbar(top, name):'}</s>{'name': 'merge_top@rtl/vendor/pulp_platform_register_interface/vendor/lowrisc_opentitan/util/topgen/merge.... | 0 |
{'name': 'SingleSubjectWindow.CB_line_text@src/python_scripts/afnipy/gui_uber_subj.py', 'description': 'call-back for text updates in the level 3 gbox', 'signature': 'def CB_line_text(self):'}</s>basis_known_resp_l = ['GAM', 'BLOCK', 'dmBLOCK', 'dmUBLOCK', 'SPMG1',
'WAV', 'MION'] | 0 |
{'name': 'Function.get_parameters@sqlparse/sql.py', 'description': 'Return a list of parameters.', 'signature': 'def get_parameters(self):'}</s>{'name': 'If@sqlparse/sql.py', 'description': "An 'if' clause with possible 'else if' or 'else' parts.", 'base_classes': ['TokenList'], 'methods': []} | 0 |
{'name': 'fsn2uri@Monika After Story/game/python-packages/mutagen/_senf/_fsnative.py', 'description': "Args:\n path (fsnative): The path to convert to an URI\nReturns:\n `text`: An ASCII only URI\nRaises:\n TypeError: If no `fsnative` was passed\n ValueError: If the path can't be converted\n\nTakes a `fsnat... | 0 |
{'name': 'LM.evaluate@utils/lstm_utils.py', 'description': 'batch_size = 1', 'signature': 'def evaluate(self, seq):'}</s>parser = argparse.ArgumentParser(description='ASR training') | 0 |
{'name': 'PACT_Linear.forward@nemo/quant/pact.py', 'description': 'Forward-prop function for PACT-quantized linear layer.\n\n:param input: input activations tensor.\n:type input: `torch.Tensor`', 'signature': 'def forward(self, input):'}</s>DEFAULT_POOL_REQNT_FACTOR = 32 | 0 |
{'name': 'OAuth2Credentials.authorize@third_party/oauth2client/client.py', 'description': "Authorize an httplib2.Http instance with these credentials.\n\nThe modified http.request method will add authentication headers to each\nrequest and will refresh access_tokens when a 401 is received on a\nrequest. In addition the... | 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_SYSP_FULL_LOGS = 1221 | 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': 'RKAdaptiveStepsizeODESolver._interp_fit@torchdiffeq/_impl/rk_common.py', 'description': 'Fit an interpolating polynomial to the results of a Runge-Kutta step.', 'signature': 'def _interp_fit(self, y0, y1, k, dt):'}</s>_one_sixth = 1 / 6 | 0 |
{'name': 'HTTPConnectionPool._make_request@Retired Content/MimeCast/SumoLogic-Mimecast-Data-Collection/requests/packages/urllib3/connectionpool.py', 'description': 'Perform a request on a given urllib connection object taken from our\npool.\n\n:param conn:\n a connection from one of our connection pools\n\n:param ti... | 0 |
{'name': 'OGCFeatOpenAPIValidator.perform_request@GeoHealthCheck/plugins/probe/ogcfeat.py', 'description': 'Perform the validation.\nUses https://github.com/p1c2u/openapi-spec-validator on\nthe specfile (dict) returned from the OpenAPI endpoint.', 'signature': 'def perform_request(self):'}</s>{'name': 'type_for_link@Ge... | 1 |
{'name': 'parse_object_canned_acl@qcloud_cos/cos_comm.py', 'description': '根据ACL返回的body信息,以及default头部来判断CannedACL', 'signature': 'def parse_object_canned_acl(result_acl, rsp_headers):'}</s>{'name': 'dict_to_xml@qcloud_cos/cos_comm.py', 'description': 'V5使用xml格式,将输入的dict转换为xml', 'code': 'def dict_to_xml(data):\n """V... | 0 |
{'name': 'analyze_movie@analyze.py', 'description': 'analyze movie main\n\ncheck movie frames and find ub frame\ncheck frame: 0.34 sec (20 frames)\n\nArgs\n movie_path (string): movie save path\n\nReturns\n ub_data (list): found ub data\n ub_data_enemy (list): found ub data with enemy ub\n time_data (list):... | 1 |
{'name': 'azero@pf/rule.py', 'description': "Return True if all numbers in 'seq' are 0s.", 'signature': 'def azero(seq):'}</s>{'name': 'pfsync_state_peer@pf/_struct.py', 'description': 'DOCSTRING', 'base_classes': ['Structure'], 'methods': []} | 0 |
{'name': 'TestBaseBackend.test_load_remote_backend@tests/test_access_backends.py', 'description': "keyword 'remote' loads RemoteBackend", 'signature': 'def test_load_remote_backend(self):'}</s>{'name': 'includeme@pypicloud/access/__init__.py', 'description': 'Configure the app', 'code': 'def includeme(config) -> None:\... | 1 |
{'name': 'reset_password@flask_security/views.py', 'description': 'View function that handles a reset password request.', 'signature': 'def reset_password(token):'}</s>{'name': 'create_blueprint@flask_security/views.py', 'description': 'Creates the security extension blueprint', 'code': 'def create_blueprint(state, imp... | 0 |
{'name': 'gen_data@PythonApplication1/deeplearning/examples/recurrent.py', 'description': 'Generate a batch of sequences for the "add" task, e.g. the target for the\nfollowing\n\n``| 0.5 | 0.7 | 0.3 | 0.1 | 0.2 | ... | 0.5 | 0.9 | ... | 0.8 | 0.2 |\n | 0 | 0 | 1 | 0 | 0 | | 0 | 1 | | 0 | 0 |`... | 0 |
{'name': 'element_wise_product@aimacode/utils.py', 'description': 'Return vector as an element-wise product of vectors X and Y', 'signature': 'def element_wise_product(X, Y):'}</s>{'name': 'rounder@aimacode/utils.py', 'description': 'Round a single number, or sequence of numbers, to d decimal places.', 'code': 'def rou... | 0 |
{'name': 'w_pb_fs@disdat/hyperframe.py', 'description': "Write the pb contained in the xxxRecord.\n\nNote: If atomic=True, in almost all cases there won't actually be another file with\nthis name. But if there is, this will atomically replace the file with the new version.\n\nNote: Atomicity means we won't have a corr... | 0 |
{'name': 'DistModel.initialize@libs/PerceptualSimilarity/models/dist_model.py', 'description': "INPUTS\n model - ['net-lin'] for linearly calibrated network\n ['net'] for off-the-shelf network\n ['L2'] for L2 distance in Lab colorspace\n ['SSIM'] for ssim in RGB colorspace\n net -... | 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': 'TestReviews.test_continuation_token_preserves_argument_info@tests/e2e_tests/test_reviews.py', 'description': 'tests continuation_token saves lang, country, sort, filter data', 'signature': 'def test_continuation_token_preserves_argument_info(self):'}</s>{'name': '_fetch_review_items@google_play_scraper/featur... | 1 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQSUBTYPE_API = 1 | 0 |
{'name': 'scnym_train@scnym/api.py', 'description': 'Train an scNym model.\n\nParameters\n----------\nadata : AnnData\n [Cells, Genes] experiment containing annotated\n cells to train on.\nconfig : dict\n configuration options.\n\nReturns\n-------\nNone.\nSaves model outputs to `config["out_path"]` and adds mo... | 0 |
{'name': 'extract_kalman_boxes@lib/rpn_util.py', 'description': 'Test the KITTI framework for object detection in 3D', 'signature': 'def extract_kalman_boxes(dataset_test, net, rpn_conf, test_path, data_folder):'}</s>{'name': 'bbox_transform_inv@lib/rpn_util.py', 'description': 'Compute the bbox target transforms in 3D... | 0 |
{'name': 'run_benchmark@oggm/cli/benchmark.py', 'description': 'Does the actual job.\n\nParameters\n----------\nrgi_version : str\n the RGI version to use (defaults to cfg.PARAMS)\nrgi_reg : str\n the RGI region to process\nborder : int\n the number of pixels at the maps border\noutput_folder : str\n path t... | 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': 'find_gaps@Ghidra/Processors/RISCV/scripts/binutil.py', 'description': 'Account for all the bits in the pattern\ndummy style just added as they got added', 'signature': 'def find_gaps(op):'}</s>CSR_MHPMEVENT3 = 803 | 0 |
{'name': 'render@rising/_version.py', 'description': 'Render the given version pieces into the requested style.', 'signature': 'def render(pieces, style):'}</s>{'name': 'render_pep440@rising/_version.py', 'description': 'Build up version string, with post-release "local version identifier".\n\nOur goal: TAG[+DISTANCE.g... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.