text string | label int64 |
|---|---|
{'name': 'TestInput.test_input_checking3@tests/test_input.py', 'description': 'Test to ensure that we correctly merge featuresets.', 'signature': 'def test_input_checking3(self):'}</s>{'name': 'parse_config_file@skll/config/__init__.py', 'description': "Parse a SKLL experiment configuration file with the given path.\n\... | 0 |
{'name': 'normalize_data@3DLabelGen/Left2Right/data_utils.py', 'description': 'Normalizes a dictionary of poses\n\nArgs\n data: dictionary where values are\n data_mean: np vector with the mean of the data\n data_std: np vector with the standard deviation of the data\n dim_to_use: list of dimensions to keep in the d... | 0 |
{'name': 'BaseCompiler.get_full_output_path@src/static_precompiler/compilers/base.py', 'description': 'Get full path to compiled file based for the given source file.\n The returned path is OS-dependent.\n\n:param source_path: relative path to a source file\n:returns: full path to the compiled file (OS-dependent)', ... | 0 |
{'name': 'pad_arrays_keep_invp@data_utils.py', 'description': 'Pad arrays and return inverse permutation\n\nInput:\nsrc (list[array[int32]])\n---\nOutput:\nsrc (seq_len, batch)\nlengths (1, batch)\ninvp (batch,): inverse permutation, src.t()[invp] gets original order', 'signature': 'def pad_arrays_keep_invp(src):'}</s>... | 1 |
{'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>{'name': 'choose@venv/Lib/site-packages/numpy/ma/core.py', 'description': "Use an index array to construct a new ar... | 0 |
{'name': 'HTMLTokenizer.emitCurrentToken@bleach/_vendor/html5lib/_tokenizer.py', 'description': 'This method is a generic handler for emitting the tags. It also sets\nthe state to "data" because that\'s what\'s needed after a token has been\nemitted.', 'signature': 'def emitCurrentToken(self):'}</s>tagTokenTypes = froz... | 1 |
{'name': 'run_training@chemprop/train/run_training.py', 'description': 'Trains a model and returns test scores on the model checkpoint with the highest validation score.\n\n:param args: Arguments.\n:param logger: Logger.\n:return: A list of ensemble scores for each task.', 'signature': 'def run_training(args: Namespace... | 1 |
{'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': 'GefCommand.load_extra_plugins@gef.py', 'description': 'Load the plugins from the gef-extras setting. Returns the number of new plugins added.', 'signature': 'def load_extra_plugins(self, extra_plugins_dir: pathlib.Path | None = None) -> int:'}</s>{'name': 'GenericArchitecture@gef.py', 'description': 'DOCSTRIN... | 0 |
{'name': 'SlurmExecutor.run@buildtest/executors/slurm.py', 'description': 'This method is responsible for dispatching job to slurm scheduler and extracting job\nid. If job id is valid we pass the job to :class:`buildtest.executors.slurm.SlurmJob` class and store object in ``builder.job``.\n\nArgs:\n builder (buildte... | 0 |
{'name': 'IncInterfaceGenerator.do_table3_transformation@da/compiler/incgen.py', 'description': "Transformation defined in Table 3 of OOPSLA paper.\n\nThis transforms single quantifications over comparisons into min/max\naggregates. Returns None if table 3 can not be applied to 'node'.", 'signature': 'def do_table3_tra... | 0 |
{'name': 'Empty@src/api/python/z3/z3.py', 'description': 'Create the empty sequence of the given sort\n>>> e = Empty(StringSort())\n>>> e2 = StringVal("")\n>>> print(e.eq(e2))\nTrue\n>>> e3 = Empty(SeqSort(IntSort()))\n>>> print(e3)\nEmpty(Seq(Int))\n>>> e4 = Empty(ReSort(SeqSort(IntSort())))\n>>> print(e4)\nEmpty(ReSo... | 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': 'GlacierDirectory.__init__@oggm/utils/_workflow.py', 'description': "Creates a new directory or opens an existing one.\n\nParameters\n----------\nrgi_entity : a ``geopandas.GeoSeries`` or str\n glacier entity read from the shapefile (or a valid RGI ID if the\n directory exists)\nbase_dir : str\n path ... | 0 |
{'name': 'OpenAIAdam.step@src/train/opt.py', 'description': 'Performs a single optimization step.\n\nArguments:\n closure (callable, optional): A closure that reevaluates the model\n and returns the loss.', 'signature': 'def step(self, closure=None):'}</s>{'name': 'warmup_cosine@src/train/opt.py', 'descriptio... | 0 |
{'name': 'traverse_yaml_tree@src/nitpick/blender.py', 'description': 'Traverse a YAML document recursively and change values, keeping its formatting and comments.', 'signature': 'def traverse_yaml_tree(yaml_obj: YamlObject, change: JsonDict):'}</s>{'name': 'custom_splitter@src/nitpick/blender.py', 'description': 'Custo... | 0 |
{'name': 'Test.test_MCD43A4@tests/test_image.py', 'description': 'Test the image module for MCD43A4', 'signature': 'def test_MCD43A4(self):'}</s>MYD09A1 = ee.ImageCollection("MODIS/006/MYD09A1").first() | 0 |
{'name': 'Logger.level_matches@bootstrap.py', 'description': '>>> l = Logger([])\n>>> l.level_matches(3, 4)\nFalse\n>>> l.level_matches(3, 2)\nTrue\n>>> l.level_matches(slice(None, 3), 3)\nFalse\n>>> l.level_matches(slice(None, 3), 2)\nTrue\n>>> l.level_matches(slice(1, 3), 1)\nTrue\n>>> l.level_matches(slice(2, 3), 1)... | 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': '_IncludeState.CheckNextIncludeOrder@scripts/cpplint.py', 'description': "Returns a non-empty error message if the next header is out of order.\n\nThis function also updates the internal state to be ready to check\nthe next include.\n\nArgs:\n header_type: One of the _XXX_HEADER constants defined above.\n\nRe... | 0 |
{'name': 'openLabJack@src/LabJackPython.py', 'description': 'openLabJack(deviceType, connectionType, firstFound = True, pAddress = 1, LJSocket = None)\n\nNote: On Windows, UE9 over Ethernet, pAddress MUST be the IP address. ', 'signature': 'def openLabJack(deviceType, connectionType, firstFound = True, pAddress = None,... | 0 |
{'name': 'main@src/freetype/src/tools/docmaker/docmaker.py', 'description': 'Main program loop.', 'signature': 'def main(argv):'}</s>{'name': 'SourceBlock@src/freetype/src/tools/docmaker/sources.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': 'SourceBlock.__init__@src/freetype/src/tools/docmak... | 0 |
{'name': 'HindsightReplayBuffer.clear@src/cpprb/HER.py', 'description': 'Clear replay buffer', 'signature': 'def clear(self):'}</s>__all__ = [
"ReplayBuffer",
"PrioritizedReplayBuffer",
"MPReplayBuffer",
"MPPrioritizedReplayBuffer",
"SelectiveReplayBuffer",
"ReverseReplayBuffer",
"LaBERmean"... | 0 |
{'name': 'add_to_bill@BambiCTF_2021/ringring/InvoiceApp/app.py', 'description': 'Endpoint to add an item to the invoice. Adds it both to the db as well as to the logfile.\n\n:return:', 'signature': 'def add_to_bill():'}</s>CONNECTION_STRING = f"dbname='invoice' user='ringring' host='{os.environ['PGHOST']}' password={os... | 0 |
{'name': 'netbox_device_interface_genie@pyats-to-netbox/netbox_utils.py', 'description': 'Get or Create and Update device interface based on Genie model', 'signature': 'def netbox_device_interface_genie(nb_device, genie_interface):'}</s>{'name': 'update_netbox_device@pyats-to-netbox/netbox_utils.py', 'description': 'Up... | 0 |
{'name': 'Icdar15Text.parse_txt@dataset/Icdar15_Text.py', 'description': '.mat file parser\n:param gt_path: (str), mat file path\n:return: (list), TextInstance', 'signature': 'def parse_txt(gt_path):'}</s>{'name': 'remove_all@util/strs.py', 'description': 'DOCSTRING', 'code': "def remove_all(s, sub):\n return replac... | 1 |
{'name': '_network@kayobe/plugins/filter/networkd.py', 'description': 'Return a networkd network for an interface.\n\n:param context: a Jinja2 Context object.\n:param name: name of the network.\n:param inventory_hostname: Ansible inventory hostname.\n:param bridge: Name of a bridge into which the interface is plugged, ... | 0 |
{'name': 'DebugSpider.distribute_task@spider/core/spiders/spider.py', 'description': '@summary: 分发任务 并将返回的request入库\n---------\n@param tasks:\n---------\n@result:', 'signature': 'def distribute_task(self, *args, **kws):'}</s>PROCESS_COUNT = 1 | 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>OP_SH_CRS1S = 7 | 0 |
{'name': 'Connection._handle_error@qds_sdk/connection.py', 'description': 'Raise exceptions in response to any http errors\nArgs:\n response: A Response object\nRaises:\n BadRequest: if HTTP error code 400 returned.\n UnauthorizedAccess: if HTTP error code 401 returned.\n ForbiddenAccess: if HTTP error code... | 0 |
{'name': 'Win32Serial.setRTS@stino/pyarduino/base/pyserial/serialwin32.py', 'description': 'Set terminal status line: Request To Send', 'signature': 'def setRTS(self, level=1):'}</s>CloseHandle = _stdcall_libraries['kernel32'].CloseHandle | 0 |
{'name': 'load@robopianist/music/__init__.py', 'description': 'Make a MidiFile object from a path or name.\n\nArgs:\n path_or_name: Path or name of the midi file.\n stretch: Temporal stretch factor. Values greater than 1.0 slow down a song, and\n values less than 1.0 speed it up.\n shift: Number of semi... | 1 |
{'name': 'dictOf@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Helper to easily and clearly define a dictionary by specifying the respective patterns\nfor the key and value. Takes care of defining the C{L{Dict}}, C{L{ZeroOrMore}}, and C{L{Group}} tokens\nin the proper order. The key pattern ... | 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>OP_2DROP = CScriptOp(0x6d) | 0 |
{'name': 'policy_iteration@chapter14/policy_iteration.py', 'description': 'Solve a given environment with policy iteration algorithm\n@param env: OpenAI Gym environment\n@param gamma: discount factor\n@param threshold: the evaluation will stop once values for all states are less than the threshold\n@return: optimal val... | 1 |
{'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': 'bind_gre_fmaps@bidskit/fmaps.py', 'description': 'GRE fieldmap binding\n\n:param gre_fmap_jsons:\n:param bold_jsons:\n:param t_bold:\n:param no_sessions: bool\n:param nii_ext: str\n:return:', 'signature': 'def bind_gre_fmaps(gre_fmap_jsons, bold_jsons, t_bold, no_sessions, nii_ext):'}</s>{'name': 'purpose_han... | 0 |
{'name': 'calculate_final_inclusion@ctypesgen/processor/pipeline.py', 'description': 'Calculates which descriptions will be included in the output library.\n\nAn object with include_rule="never" is never included.\nAn object with include_rule="yes" is included if its requirements can be included.\nAn object with includ... | 0 |
{'name': 'AioHttpFigmaPy.__init__@figmapy/session/figma_aiohttp.py', 'description': 'client (optional): An asynchronous web session/client. Defaults to aiohttp.ClientSession().\n Can be custom Python object that exposes methods for all HTTP verbs.', 'signature': 'def __init__(self, client=None, *args, **kwargs):... | 0 |
{'name': 'usage@rep2html.py', 'description': 'Print usage message and exit. Uses stderr if code != 0.', 'signature': "def usage(code, msg=''):"}</s>{'name': 'fixanchor@rep2html.py', 'description': 'DOCSTRING', 'code': 'def fixanchor(current, match):\n text = match.group(0)\n link = None\n if (text.startswith(... | 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': 'SchemaClass.getHighestType@redfish_service_validator/catalog.py', 'description': "Get Highest possible version for given type.\n\n:param acquiredtype: Type available\n:param limit: Version string limit (full namespace or just version 'v1_x_x')", 'signature': 'def getHighestType(self, my_full_type, limit=None)... | 0 |
{'name': 'NewDatabase.update@premise/new_database.py', 'description': 'Update a specific sector by name.', 'signature': 'def update(self, sectors: [str, list, None] = None) -> None:'}</s>FILEPATH_BATTERIES_NMC_NCA_LFP = INVENTORY_DIR / "lci-batteries-NMC111-811-NCA-LFP.xlsx" | 0 |
{'name': '_condenser_post_object@hive/server/condenser_api/objects.py', 'description': 'Given a hive_posts_cache row, create a legacy-style post object.', 'signature': 'def _condenser_post_object(row, truncate_body=0):'}</s>{'name': '_mute_votes@hive/server/condenser_api/objects.py', 'description': 'DOCSTRING', 'code':... | 0 |
{'name': 'Compiler.compile@thriftrw/compile/compiler.py', 'description': 'Compile the given Thrift document into a Python module.\n\nThe generated module contains,\n\n.. py:attribute:: __services__\n\n A collection of generated classes for all services defined in the\n thrift file.\n\n .. versionchanged:: 1.0\... | 0 |
{'name': '_validate@src/feedvalidator/__init__.py', 'description': 'validate RSS from string, returns validator object', 'signature': 'def _validate(aString, firstOccurrenceOnly, loggedEvents, base, encoding, selfURIs=None, mediaType=None):'}</s>{'name': 'MissingAtomSelfLink@src/feedvalidator/logging.py', 'description'... | 0 |
{'name': 'lineno@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Returns current line number within a string, counting newlines as line separators.\nThe first line is number 1.\n\nNote: the default parsing behavior is to expand tabs in the input string\nbefore starting the parsing process. See ... | 0 |
{'name': 'TimeEntrySet.all_from_reports@toggl/api/models.py', 'description': 'Method that implements fetching of all time entries through Report API.\nNo limitation on number of time entries.\n\n:param start: From when time entries should be fetched. Defaults to today - 6 days.\n:param stop: Until when time entries sho... | 0 |
{'name': 'readCSV@impedance/preprocessing.py', 'description': 'function for reading plain csv files\n\nParameters\n----------\nfilename: string\n Filename of .csv file to extract impedance data from where\n the file has three columns (frequency, Z_real, Z_imag)\n\nReturns\n-------\nfrequencies : np.ndarray\n A... | 0 |
{'name': 'DataBase._update_workspace@accelerator/database.py', 'description': 'Insert all items in WorkSpace in database (call update_finish too)', 'signature': 'def _update_workspace(self, WorkSpace, pool, verbose=False):'}</s>{'name': '_mkjob@accelerator/database.py', 'description': 'DOCSTRING', 'code': 'def _mkjob(s... | 0 |
{'name': 'onnx_to_trt_name@shenlan_homework_bert/builder.py', 'description': 'Converting variables in the onnx checkpoint to names corresponding to the naming convention used in the TF version, expected by the builder', 'signature': 'def onnx_to_trt_name(onnx_name):'}</s>{'name': 'InferHelper@shenlan_homework_bert/trt_... | 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': 'DocumentDisplay.create_child@3rdparty/mongo-c-driver-1.26.2/lldb_bson.py', 'description': 'Generate the child elements for LLDB to walk through', 'signature': 'def create_child(cls, parent: SBValue, elem: DocumentElement) -> SBValue:'}</s>{'name': 'BSONTInfo@3rdparty/mongo-c-driver-1.26.2/lldb_bson.py', 'desc... | 0 |
{'name': 'TestMibSnimpy.testTypes@tests/test_mib.py', 'description': 'Test that we get the correct types', 'signature': 'def testTypes(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: The... | 0 |
{'name': 'launch@python/dglke/dist_train.py', 'description': 'launch kvclient and kvserver processes to cluster\n ', 'signature': 'def launch(args):'}</s>{'name': 'construct_cmd_script@python/dglke/dist_train.py', 'description': 'Construct command line string and write it into file\n ', 'code': 'def construct_cmd... | 1 |
{'name': 'TerraformCommand.destroy@pretf/pretf/command.py', 'description': 'Runs terraform destroy and returns the stdout.', 'signature': 'def destroy(self, *args: str) -> str:'}</s>{'name': 'import_file@pretf/pretf/util.py', 'description': 'Imports a Python module from any local filesystem path.\nTemporarily alters sy... | 0 |
{'name': 'matchOnlyAtCol@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Helper method for defining parse actions that require matching at a specific\ncolumn in the input text.', 'signature': 'def matchOnlyAtCol(n):'}</s>{'name': 'matchPreviousExpr@tests/_lib_vendors/pkg_resources/_vendor/pypars... | 0 |
{'name': 'suggest_name_as_special_case@didyoumean/didyoumean_internal.py', 'description': 'Suggest that name could be handled in a special way.', 'signature': 'def suggest_name_as_special_case(name):'}</s>{'name': 'register_suggestion_for@didyoumean/didyoumean_internal.py', 'description': 'Decorator to register a funct... | 0 |
{'name': 'SoundCache.text@soundrts/lib/sound_cache.py', 'description': 'return the text corresponding to the given name', 'signature': 'def text(self, key):'}</s>{'name': '_volume@soundrts/lib/sound_cache.py', 'description': 'DOCSTRING', 'code': 'def _volume(name, mod_name):\n d1 = parameters.d.get("volume", {})\n ... | 0 |
{'name': 'routsign2map@venv/Lib/site-packages/numpy/f2py/capi_maps.py', 'description': 'name,NAME,begintitle,endtitle\nrname,ctype,rformat\nroutdebugshowvalue', 'signature': 'def routsign2map(rout):'}</s>{'name': 'isintent_inplace@venv/Lib/site-packages/numpy/f2py/auxfuncs.py', 'description': 'DOCSTRING', 'code': "def ... | 0 |
{'name': 'read_pw_output@mcu/qe/qe_io.py', 'description': 'Read the output generated by pw.x', 'signature': 'def read_pw_output(filename): '}</s>bands_MATCH = re.compile(r'''
[ ]*
k [ ]* = [ ]* (?P<kx>\S+) [ ]* (?P<ky>\S+) [ ]* (?P<kz>\S+) [ ]* \( [ ]* (?P<pws>\d+) [ ]* PWs\) [ ]* bands [ ]* \(ev\):
\n\n
(?P<eigen... | 1 |
{'name': '_root@KDEpy/bw_selection.py', 'description': 'Root finding algorithm. Based on MATLAB implementation by Botev et al.\n\n>>> # From the matlab code\n>>> ints = np.arange(1, 51)\n>>> ans = _root(_fixed_point, N=50, args=(50, ints, ints))\n>>> np.allclose(ans, 9.237610787616029e-05)\nTrue', 'signature': 'def _ro... | 0 |
{'name': 'datetime.tzname@src/future/backports/datetime.py', 'description': 'Return the timezone name.\n\nNote that the name is 100% informational -- there\'s no requirement that\nit mean anything in particular. For example, "GMT", "UTC", "-500",\n"-5:00", "EDT", "US/Eastern", "America/New York" are all valid replies.'... | 0 |
{'name': 'User.setRedis@src/objects/user.py', 'description': 'Set a redis value\n:param key: redis key\n:param value: redis value\n:return: value', 'signature': 'def setRedis(self, key, value):'}</s>{'name': 'Utils@src/viaggiatreno/viaggiatreno.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': '... | 0 |
{'name': 'StatementSplitter.process@libs/sqlparse/engine/statement_splitter.py', 'description': 'Process the stream', 'signature': 'def process(self, stream):'}</s>{'name': 'Identifier@libs/sqlparse/sql.py', 'description': 'Represents an identifier.\n\nIdentifiers may have aliases or typecasts.', 'base_classes': ['Toke... | 0 |
{'name': 'Report.mark@PFERD/report.py', 'description': "Mark a previously unknown file as known.\n\nMay throw a MarkDuplicateError or a MarkConflictError. For more detail,\nsee the respective exception's docstring.", 'signature': 'def mark(self, path: PurePath) -> None:'}</s>{'name': 'Report@PFERD/report.py', 'descript... | 1 |
{'name': 'get_version@scripts/bump.py', 'description': 'Function returns tuple that elements follow semantic versioning order', 'signature': 'def get_version(pyproject_file_path):'}</s>{'name': 'bump_patch@scripts/bump.py', 'description': 'DOCSTRING', 'code': 'def bump_patch(version):\n if not version:\n retu... | 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': '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': '_ensure_lat_lon_vector@tests/haversine_baseline.py', 'description': 'Ensure that the given latitude and longitude have proper values. An exception is raised if they are not.', 'signature': 'def _ensure_lat_lon_vector(lat: "numpy.ndarray", lon: "numpy.ndarray"):'}</s>{'name': 'inverse_haversine_vector@tests/ha... | 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': 'cli@toggl/cli/commands.py', 'description': 'CLI interface to interact with Toggl tracking application.\n\nMany of the options can be set through Environmental variables. The names of the variables\nare denoted in the option\'s helps with format "(ENV: <name of variable>)".\n\nThe authentication credentials ca... | 0 |
{'name': 'run_random_climate@oggm/core/flowline.py', 'description': 'Runs the random mass balance model for a given number of years.\n\nThis will initialize a\n:py:class:`oggm.core.massbalance.MultipleFlowlineMassBalance`,\nand run a :py:func:`oggm.core.flowline.flowline_model_run`.\n\nParameters\n----------\ngdir : :p... | 0 |
{'name': 'Router.route_from_constraints@lndmanage/lib/routing.py', 'description': 'Calculates a route that leaves over send_channels and enters via\nreceive_channels.\n\n:param send_channels: channel ids to send from\n:param receive_channels: channel ids to receive to\n:param amt_msat: payment amount in msat\n\n:return... | 0 |
{'name': 'degradation_bsrgan@ldm/modules/image_degradation/bsrgan.py', 'description': 'This is the degradation model of BSRGAN from the paper\n"Designing a Practical Degradation Model for Deep Blind Image Super-Resolution"\n----------\nimg: HXWXC, [0, 1], its size should be large than (lq_patchsizexsf)x(lq_patchsizexsf... | 0 |
{'name': 'combineNNNer@code/parseJsontoFeatures.py', 'description': 'add more named entities pronoun into dict', 'signature': 'def combineNNNer(nnlist,features,corefs):'}</s>{'name': 'removeinnermost@code/parseJsontoFeatures.py', 'description': 'DOCSTRING', 'code': 'def removeinnermost(parsetree):\n parsetree = pars... | 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': 'train@train_cls_man_moe.py', 'description': 'train_sets, dev_sets, test_sets: dict[lang] -> AmazonDataset\nFor unlabeled langs, no train_sets are available', 'signature': 'def train(vocabs, char_vocab, train_sets, dev_sets, test_sets, unlabeled_sets):'}</s>{'name': 'Mlp@models.py', 'description': 'Use tanh fo... | 0 |
{'name': 'integrate_budget@src/falwa/xarrayinterface.py', 'description': 'Compute the integrated LWA budget terms for the given data.\n\nIntegrates the LWA tendencies from equation (2) of `NH18\n<https://doi.org/10.1126/science.aat0721>`_ in time (over the time interval\ncovered by the input data). The residual (term I... | 0 |
{'name': 'K@src/api/python/z3/z3.py', 'description': "Return a Z3 constant array expression.\n\n>>> a = K(IntSort(), 10)\n>>> a\nK(Int, 10)\n>>> a.sort()\nArray(Int, Int)\n>>> i = Int('i')\n>>> a[i]\nK(Int, 10)[i]\n>>> simplify(a[i])\n10", 'signature': 'def K(dom, v):'}</s>{'name': 'Concat@src/api/python/z3/z3.py', 'de... | 0 |
{'name': 'MarkMethodMixin.mark_text@altair/vegalite/v3/schema/mixins.py', 'description': "Set the chart's mark to 'text'\n\nFor information on additional arguments, see :class:`MarkDef`", 'signature': 'def mark_text(self, align=Undefined, angle=Undefined, baseline=Undefined, binSpacing=Undefined,'}</s>{'name': 'LegendC... | 0 |
{'name': 'run@TDScanner/sqlmap/thirdparty/bottle/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:`s... | 0 |
{'name': 'get_external_symbols_and_calls@compyle/transpiler.py', 'description': 'Given a function, return a dictionary of all external names (with their\nvalues), a set of implicitly defined names, a list of functions that it\ncalls ignoring standard math functions and a few other standard ones, and a\nlist of Extern i... | 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': 'GuiMain.updateMainLabelsConfiguration@guiMain.py', 'description': 'Updates labels with actual amount of items in global lists', 'signature': 'def updateMainLabelsConfiguration(self):'}</s>{'name': 'GuiMain@guiMain.py', 'description': 'Main form to manage all the program and options', 'base_classes': ['form.Fr... | 1 |
{'name': 'APIConnection.__init__@qingcloud/iaas/connection.py', 'description': '@param qy_access_key_id - the access key id\n@param qy_secret_access_key - the secret access key\n@param zone - the zone id to access\n@param host - the host to make the connection to\n@param port - the port to use when connect to host\n@pa... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRCCF_CFST_PARM_ID_ERROR = 3015 | 0 |
{'name': '_sha1@third_party/qiniu/utils.py', 'description': '单块计算hash:\n\nArgs:\n data: 待计算hash的数据\n\nReturns:\n 输入数据计算的hash值', 'signature': 'def _sha1(data):'}</s>{'name': 'rfc_from_timestamp@third_party/qiniu/utils.py', 'description': '将时间戳转换为HTTP RFC格式\n\nArgs:\n timestamp: 整型Unix时间戳(单位秒)', 'code': 'def rfc... | 0 |
{'name': 'Struct.field@python/taichi/lang/struct.py', 'description': 'Creates a :class:`~taichi.StructField` with each element\nhas this struct as its type.\n\nArgs:\n members (dict): a dict, each item is like `name: type`.\n methods (dict): a dict of methods that should be included with\n the field. Each... | 0 |
{'name': 'apply_mirror_prefix_map@tools/idf_tools.py', 'description': 'Rewrite URL for given tool_obj, given tool_version, and current platform,\nif --mirror-prefix-map flag or IDF_MIRROR_PREFIX_MAP environment variable is given.', 'signature': 'def apply_mirror_prefix_map(args, tool_obj, tool_version):'}</s>{'name': '... | 0 |
{'name': 'main@pyngrok/ngrok.py', 'description': "Entry point for the package's ``console_scripts``. This initializes a call from the command\nline and invokes :func:`~pyngrok.ngrok.run`.\n\nThis method is meant for interacting with ``ngrok`` from the command line and is not necessarily\ncompatible with non-blocking AP... | 0 |
{'name': 'mix_letters@art/functions.py', 'description': 'Return letters list in mix mode.\n\n:return: letters as list', 'signature': 'def mix_letters():'}</s>{'name': 'decor_list@art/functions.py', 'description': 'Print all decorations.\n\n:param text : input text\n:type text : str\n:param font: input font\n:type font:... | 0 |
{'name': 'MGWRResults.__init__@stwr/gwr.py', 'description': 'Initialize class', 'signature': 'def __init__(self, model, params, predy, S, CCT, R, w):'}</s>{'name': 'GWRResults@stwr/gwr.py', 'description': "Basic class including common properties for all GWR regression models\n\nParameters\n----------\nmodel ... | 1 |
{'name': 'download_params@dival/reference_reconstructors.py', 'description': 'Download parameters for a configuration.\n\nParameters\n----------\nreconstructor_key_name_or_type : str or type\n Key name of configuration or reconstructor type.\ndataset_name : str\n Standard dataset name.\ninclude_learned : bool, op... | 1 |
{'name': 'get_unique_id@pypsexec/paexec.py', 'description': "https://github.com/poweradminllc/PAExec/blob/master/Remote.cpp#L1045-L1065\nDWORD RemMsg::GetUniqueID()\n\nCreates a unique ID based on the PID of the local host and the name of the\nlocal host. It is derived from the first 4 bytes of a UTF-16 Little Endian\n... | 0 |
{'name': 'Serial._reconfigure_port@serial/serialwin32.py', 'description': 'Set communication parameters on opened port.', 'signature': 'def _reconfigure_port(self):'}</s>{'name': '_DCB@serial/win32.py', 'description': 'DOCSTRING', 'base_classes': ['Structure'], 'methods': []} | 0 |
{'name': 'speed_camera@versions/speed-cam_8.87.py', 'description': 'Main speed camera processing function ', 'signature': 'def speed_camera():'}</s>IM_DIR_PATH = "media/images" | 0 |
{'name': 'JalaliDate.strftime@persiantools/jdatetime.py', 'description': 'Format a Jalali date according to the given format string.\n\nThis method returns a string representing the Jalali date, controlled by an explicit format string.\nIt is similar to the `strftime` method used with `datetime` objects.\n\nArgs:\n ... | 0 |
{'name': '_ClassifyInclude@tools/cpplint.py', 'description': 'Figures out what kind of header \'include\' is.\n\nArgs:\n fileinfo: The current file cpplint is running over. A FileInfo instance.\n include: The path to a #included file.\n is_system: True if the #include used <> rather than "".\n\nReturns:\n One of th... | 0 |
{'name': 'fsn2text@Monika After Story/game/python-packages/mutagen/_senf/_fsnative.py', 'description': 'Args:\n path (fsnative): The path to convert\n strict (bool): Fail in case the conversion is not reversible\nReturns:\n `text`\nRaises:\n TypeError: In case no `fsnative` has been passed\n ValueError: ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.