text string | label int64 |
|---|---|
{'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': '_trim_arity@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pyp... | 0 |
{'name': 'TestObject.to_jsonable@tests/cases/py_client/date_time_property/client.py', 'description': 'Dispatches the conversion to test_object_to_jsonable.\n\n:return: JSON-able representation', 'signature': 'def to_jsonable(self) -> MutableMapping[str, Any]:'}</s>{'name': 'RemoteCaller@tests/cases/py_client/date_time_... | 0 |
{'name': 'import_da@da/api.py', 'description': '**DEPRECATED***\n\nImports DistAlgo module \'module\', returns the module object.\n\nThis function mimics the Python builtin __import__() function for DistAlgo\nmodules. \'name\' is the name of the module to be imported, in\n"dotted module name" format. The module must be... | 0 |
{'name': 'MinMaxScaler@pytorch/lab-12-5-stock_prediction.py', 'description': 'Min Max Normalization\n\nParameters\n----------\ndata : numpy.ndarray\n input data to be normalized\n shape: [Batch size, dimension]\n\nReturns\n----------\ndata : numpy.ndarry\n normalized data\n shape: [Batch size, dimension]\n\... | 0 |
{'name': 'get_page_from_string_or_id@pages/templatetags/pages_tags.py', 'description': 'Return a Page object from a slug or an id.', 'signature': 'def get_page_from_string_or_id(page_string, lang=None):'}</s>PAGE_LANGUAGES = get_setting('PAGE_LANGUAGES', raise_error=True) | 0 |
{'name': 'copy@tessera-server/tasks.py', 'description': 'Copy a dashboard (via API) between two running Tessera instances.\n\n:param str source_id:\n Source dashboard ID, e.g. if copying a dashboard that lives at\n ``http://mytessera.com/dashboards/123``, this would simply be ``123``.\n\n:param str source_uri:\n ... | 0 |
{'name': 'VersatileImageFieldTestCase.test_exif_orientation_rotate_180@tests/tests.py', 'description': 'Ensure exif orientation==3 data processes properly.', 'signature': 'def test_exif_orientation_rotate_180(self):'}</s>{'name': 'AlreadyRegistered@versatileimagefield/registry.py', 'description': 'Already registered ex... | 0 |
{'name': 'ObjectPermissionBackend.has_perm@guardian/backends.py', 'description': "Check if a user has the permission for a given object.\n\nReturns `True` if given `user_obj` has `perm` for `obj`.\nIf no `obj` is given, `False` is returned.\nThe main difference between Django's `ModelBackend` is that we can pass\n`obj`... | 0 |
{'name': 'Classifier.predict@plda/classifier.py', 'description': "Classifies data into categories present in the training data.\n\nDESCRIPTION\n Predictions are the MAP estimates,\n i.e. categories with the highest probabilities,\n following the procedure described in the first sentence\n on p.535 of Ioffe 2006.\n\n... | 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': 'AdbDevice._filesync_read@adb_shell/adb_device.py', 'description': 'Read ADB messages and return FileSync packets.\n\nParameters\n----------\nexpected_ids : tuple[bytes]\n If the received header ID is not in ``expected_ids``, an exception will be raised\nadb_info : _AdbTransactionInfo\n Info and settings... | 0 |
{'name': 'Client.add_archive_stream@opentok/opentok.py', 'description': 'This method will add streams to the archive with addStream for new participant(choosing audio, video or both).\n\n:param String archive_id: the ID of the archive that will be updated\n:param String stream_id: the id of the stream that will get add... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQRCCF_UNKNOWN_Q_MGR = 4006 | 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': 'geticmptypebynumber@pf/_utils.py', 'description': 'Return the ICMP type as a string.', 'signature': 'def geticmptypebynumber(type, af):'}</s>PFR_OP_ADDR_MAX = 3 | 0 |
{'name': 'print_tokens@araelectra/pretrain/pretrain_data.py', 'description': 'Pretty-print model inputs.', 'signature': 'def print_tokens(inputs: Inputs, inv_vocab, updates_mask=None):'}</s>{'name': 'convert_by_vocab@araelectra/model/tokenization.py', 'description': 'Converts a sequence of [tokens|ids] using the vocab.... | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQ_IP_ADDRESS_LENGTH = 48 | 0 |
{'name': 'EmbeddingCtx.__init__@persia/ctx.py', 'description': 'Arguments:\n preprocess_mode (PreprocessMode): different preprocess mode effect the\n behavior of :meth:`.prepare_features`.\n model (torch.nn.Module): denese neural network PyTorch model.\n embedding_config (EmbeddingConfig, optional): the... | 0 |
{'name': 'TrainingJob.start@loudml/server.py', 'description': 'Submit training job to worker pool', 'signature': 'def start(self, config):'}</s>{'name': 'bucket_clear@loudml/server.py', 'description': 'DOCSTRING', 'code': "def bucket_clear(bucket_name):\n global g_config\n settings = g_config.get_bucket(bucket_na... | 0 |
{'name': '_makeTags@venv/Lib/site-packages/pkg_resources/_vendor/pyparsing.py', 'description': 'Internal helper to construct opening and closing tag expressions, given a tag name', 'signature': 'def _makeTags(tagStr, xml):'}</s>{'name': 'locatedExpr@venv/Lib/site-packages/pkg_resources/_vendor/pyparsing.py', 'descripti... | 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>NID_X9_62_c2tnb359v1 = NID_c2tnb359v1 | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQ_SELECTOR_LENGTH = 10240 | 0 |
{'name': 'User.initialize@src/astrobotany/models.py', 'description': 'Register a new player.', 'signature': 'def initialize(cls, username: str) -> User:'}</s>badge_95 = Badge("crescent moon", series=1, number=95, symbol="🌙") | 0 |
{'name': 'MatchListener.exitPropTestOrder@stix2matcher/matcher.py', 'description': "Consumes an observation data map, {obs_id: {...}, ...}, representing\n selected values from Cyber Observable objects in each observation\n (grouped by observation index and root Cyber Observable object ID).\n See exitObjectPath().\nP... | 1 |
{'name': 'Wrapper.execDetails@ib_insync/wrapper.py', 'description': 'This wrapper handles both live fills and responses to\nreqExecutions.', 'signature': 'def execDetails('}</s>{'name': 'PriceIncrement@ib_insync/objects.py', 'description': 'DOCSTRING', 'base_classes': ['NamedTuple'], 'methods': []} | 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': 'conditional_log@elpis/engines/common/input/trs_to_json.py', 'description': 'Work around for UTF8 file name and the windows console.\n\n:param condition: condition to indicate whether text should be output to stderr\n:param text: text to output to stderr', 'signature': 'def conditional_log(condition: bool, tex... | 0 |
{'name': 'eval_seq@track.py', 'description': 'Processes the video sequence given and provides the output of tracking result (write the results in video file)\n\nIt uses JDE model for getting information about the online targets present.\n\nParameters\n----------\nopt : Namespace\n Contains information passed as co... | 0 |
{'name': 'ReplaceByFeeTest.test_too_many_replacements@test/functional/feature_rbf.py', 'description': 'Replacements that evict too many transactions are rejected', 'signature': 'def test_too_many_replacements(self):'}</s>OP_RSHIFT = CScriptOp(0x99) | 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': 'Application._perform_deferred_reload@robopianist/viewer/application.py', 'description': 'Performs the deferred part of initialization related to Physics reload.\n\nArgs:\n params: Deferred reload parameters, an instance of ReloadParams.', 'signature': 'def _perform_deferred_reload(self, params):'}</s>_REWARD... | 0 |
{'name': 'azero@pf/rule.py', 'description': "Return True if all numbers in 'seq' are 0s.", 'signature': 'def azero(seq):'}</s>{'name': 'pfi_kif@pf/_struct.py', 'description': 'DOCSTRING', 'base_classes': ['Structure'], 'methods': []} | 0 |
{'name': 'IMAP.email@imapy/imap.py', 'description': 'Helper function for self.emails(). Returns email by its\nsequence number', 'signature': 'def email(self, sequence_number: int) -> Optional[EmailMessage]:'}</s>{'name': 'Q@imapy/query_builder.py', 'description': 'Class for constructing queries for IMAP search function... | 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>MQCMDL_LEVEL_531 = 531 | 0 |
{'name': 'mEnv.__init__@menv.py', 'description': 'Constructor class. ', 'signature': 'def __init__(self):'}</s>invalidCmd = "Command does not exist." | 0 |
{'name': 'process_lookup_path@gef.py', 'description': 'Look up for a path in the process memory mapping.\nReturn a Section object if found, None otherwise.', 'signature': 'def process_lookup_path(name: str, perm: Permission = Permission.ALL) -> Section | None:'}</s>{'name': 'FormatStringSearchCommand@gef.py', 'descript... | 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': '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': 'ReplaceByFeeTest.test_too_many_replacements@qa/rpc-tests/replace-by-fee.py', 'description': 'Replacements that evict too many transactions are rejected', 'signature': 'def test_too_many_replacements(self):'}</s>{'name': 'get_bip9_status@qa/rpc-tests/test_framework/util.py', 'description': 'DOCSTRING', 'code':... | 0 |
{'name': 'CheckLanguage@tools/cpplint.py', 'description': "Checks rules from the 'C++ language rules' section of cppguide.html.\n\nSome of these rules are hard to test (function overloading, using\nuint32 inappropriately), but we do the best we can.\n\nArgs:\n filename: The name of the current file.\n clean_lines: A ... | 0 |
{'name': 'get_cache_key@avatar/util.py', 'description': 'Returns a cache key consisten of a username and image size.', 'signature': 'def get_cache_key(user_or_username, size, prefix):'}</s>AVATAR_DEFAULT_SIZE = getattr(settings, 'AVATAR_DEFAULT_SIZE', 80) | 0 |
{'name': 'monthly_mean_daylight_hours@cfg/hass/custom_components/wb_irrigation/pyeto/thornthwaite.py', 'description': 'Calculate mean daylight hours for each month of the year for a given\nlatitude.\n\n:param latitude: Latitude [radians]\n:param year: Year for the daylight hours are required. The only effect of\n *y... | 0 |
{'name': 'View._get_scroll_root@qt4a/andrcontrols.py', 'description': '获取当前控件可滚动区域的根控件\n ', 'signature': 'def _get_scroll_root(self):'}</s>{'name': 'Button@qt4a/andrcontrols.py', 'description': '按钮类\n ', 'base_classes': ['TextView'], 'methods': []} | 0 |
{'name': 'TestCase.assertAlmostEqual@vertx-web/src/test/sockjs-protocol/unittest2/case.py', 'description': 'Fail if the two objects are unequal as determined by their\ndifference rounded to the given number of decimal places\n(default 7) and comparing to zero, or by comparing that the\nbetween the two objects is more t... | 0 |
{'name': 'TestFirst.test_selection@tests/test_iterutils.py', 'description': 'Success cases with and without a key function.', 'signature': 'def test_selection(self):'}</s>{'name': 'windowed_iter@boltons/iterutils.py', 'description': 'Returns tuples with length *size* which represent a sliding\nwindow over iterable *src... | 0 |
{'name': 'deserialize@streaming/python/raystreaming/function.py', 'description': 'Deserialize a binary function serialized by `serialize` method.', 'signature': 'def deserialize(func_bytes):'}</s>{'name': 'SimpleSinkFunction@streaming/python/raystreaming/function.py', 'description': 'DOCSTRING', 'base_classes': ['SinkF... | 0 |
{'name': 'GuiMain.createGraphs@guiMain.py', 'description': 'Start calculations for existing data and creates graphs', 'signature': 'def createGraphs(self):'}</s>{'name': 'validateOnlyInt@globalData.py', 'description': 'Preserve to enter numbers specified keys into entry not longer than maxCount digits ', 'code': 'def v... | 0 |
{'name': 'make_exclude_hook_command@conrad/cli.py', 'description': 'for any command that is not decorated, call the callback', 'signature': 'def make_exclude_hook_command(callback):'}</s>{'name': '_refresh@conrad/cli.py', 'description': 'DOCSTRING', 'code': 'def _refresh(ctx, *args, **kwargs):\n # TODO: print("10 ne... | 0 |
{'name': 'PyMolecule.GetAllDescriptor@PyBioMed/Pymolecule.py', 'description': '#################################################################\nCalculate all descriptors (608).\n\nUsage:\n\n res=GetAllDescriptor()\n\n res is a dict form.\n#################################################################', 'sign... | 0 |
{'name': 'Parser.add_element@marko/parser.py', 'description': 'Add an element to the parser.\n\n:param element: the element class.\n\n.. note:: If one needs to call it inside ``__init__()``, please call it after\n ``super().__init__()`` is called.', 'signature': 'def add_element(self, element: ElementType) -> None:... | 0 |
{'name': 'process_options@src/python_scripts/scripts/uber_subject.py', 'description': 'return status and VarsObject structs of subject and control variables\n\n - given list of valid options, read and process the user options\n - if terminal option or -no_gui, return 0 (successful quit)\n\nreturn 1 : on success and ... | 0 |
{'name': 'mat2d.set_row_strlabs@src/python_scripts/afnipy/lib_mat2d_base.py', 'description': 'input a list of strings; must match number of mat rows', 'signature': 'def set_row_strlabs(self, L):'}</s>afni_sel_list = [ '{', '[', '<' ] | 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': '_read_leaf@src/newick.py', 'description': 'Read a leaf (taxon name) while parsing the tree from the function _parse_tree.', 'signature': 'def _read_leaf(tstring, index):'}</s>{'name': 'Node@src/newick.py', 'description': 'Defines a Node object, a list of nested Node objects. Recursive phylogeny subunit.', 'ba... | 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': 'GoogleCenterMap.get_vardata@salem/datasets.py', 'description': 'Return and subset the image.', 'signature': 'def get_vardata(self, var_id=0):'}</s>{'name': 'interp3d@salem/wrftools.py', 'description': "Interpolate on the first dimension of a 3d var\n\nUseful for WRF pressure or geopotential levels\n\nParamete... | 0 |
{'name': 'log@dummy files/logger.py', 'description': "Write the sequence of args, with no separators, to the console and output files (if you've configured an output file).", 'signature': 'def log(*args, level=INFO):'}</s>{'name': 'debug@dummy files/logger.py', 'description': 'DOCSTRING', 'code': 'def debug(*args):\n ... | 0 |
{'name': 'short_replace@vendor/k8s.io/kubectl/pkg/util/i18n/translations/extract.py', 'description': 'Replace a Short: ... cobra command description with an internationalization\n ', 'signature': 'def short_replace(match, file, line_number):'}</s>LONG_DESC_MATCH = MatchHandler('(LongDesc\()(`[^`]+`)([^\n]\n)', long_... | 0 |
{'name': 'IRML2PDF.parseString@src/z3c/rml/interfaces.py', 'description': 'Parse an XML string and convert it to PDF.\n\nThe output is a ``StringIO`` object.', 'signature': 'def parseString(xml):'}</s>LIST_FORMATS = ('I', 'i', '123', 'ABC', 'abc') | 0 |
{'name': 'get_test_file@django_afip/factories.py', 'description': 'Helper to get test files.', 'signature': 'def get_test_file(filename: str, mode: str = "r") -> Path:'}</s>{'name': 'default_expires@django_afip/models.py', 'description': 'The default expiration date for new tickets.', 'code': 'def default_expires() -> ... | 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': '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_GET_NONE = 0 | 0 |
{'name': 'main._generate_dos@mcu/qe/qe.py', 'description': "Processing/collecting the DOS data before the plotting function\n\nTDOS dimensions: [spin , [E(eV), tdos(E)]]\n\nspin : spin of DOS.\nlm : string or a list of string, e.g. 'Ni:s' or ['Ni:s','C:s,px,pz']", 'signature': 'def _generate_dos... | 0 |
{'name': 'Installer.installMod@src/core/installer.py', 'description': 'Installs mod from given path. If given mod is an archive first extracts it', 'signature': 'def installMod(self, modPath: str) -> Tuple[bool, int, int]:'}</s>{'name': 'extractArchive@src/core/fetcher.py', 'description': 'DOCSTRING', 'code': 'def extr... | 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': 'get_cmdclass@versioneer.py', 'description': 'Get the custom setuptools/distutils subclasses used by Versioneer.', 'signature': 'def get_cmdclass():'}</s>{'name': 'git_versions_from_keywords@versioneer.py', 'description': 'Get version information from git keywords.', 'code': 'def git_versions_from_keywords(key... | 0 |
{'name': 'GetDefaultInterface@gmacpyutil/gmacpyutil/airport.py', 'description': 'Returns the default Wi-Fi interface.', 'signature': 'def GetDefaultInterface():'}</s>_CD_APP = defaults.COCOADIALOG_PATH | 0 |
{'name': '_makeTags@venv/Lib/site-packages/pkg_resources/_vendor/pyparsing.py', 'description': 'Internal helper to construct opening and closing tag expressions, given a tag name', 'signature': 'def _makeTags(tagStr, xml):'}</s>{'name': 'SkipTo@venv/Lib/site-packages/pkg_resources/_vendor/pyparsing.py', 'description': ... | 0 |
{'name': 'validate_tl_line@dataset/TD500/Evaluation_Protocol/rrc_evaluation_funcs.py', 'description': 'Validate the format of the line. If the line is not valid an exception will be raised.\nIf maxWidth and maxHeight are specified, all points must be inside the imgage bounds.\nPosible values are:\nLTRB=True: xmin,ymin,... | 0 |
{'name': 'task_dev@dodo.py', 'description': 'setup up local packages for interactive development', 'signature': 'def task_dev():'}</s>{'name': 'task_docs@dodo.py', 'description': 'build documentation', 'code': 'def task_docs():\n """build documentation"""\n if C.TESTING_IN_CI or C.BUILDING_IN_CI:\n return\... | 0 |
{'name': 'pytest_fixture_setup@pytest_asyncio/plugin.py', 'description': 'Adjust the event loop policy when an event loop is produced.', 'signature': 'def pytest_fixture_setup('}</s>{'name': 'PytestAsyncioError@pytest_asyncio/plugin.py', 'description': 'Base class for exceptions raised by pytest-asyncio', 'base_classes... | 0 |
{'name': 'eGetRawS@src/LabJackPython.py', 'description': 'Function not yet implemented.\n\nFor Windows only.', 'signature': 'def eGetRawS(Handle, pIOType, Channel, pValue, x1):'}</s>LJ_dtU6 = 6 | 0 |
{'name': 'GefHelpCommand.__rebuild@gef.py', 'description': 'Rebuild the documentation.', 'signature': 'def __rebuild(self) -> None:'}</s>GEF_PROMPT = "gef➤ " | 0 |
{'name': 'transform_concepts@skosify/skosify.py', 'description': 'Transform Concepts into new types, as defined by the config file.', 'signature': 'def transform_concepts(rdf, typemap):'}</s>{'name': 'transform_sparql_update@skosify/skosify.py', 'description': 'Perform a SPARQL Update transformation on the RDF data.', ... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQRC_CF_NOT_AVAILABLE = 2345 | 0 |
{'name': 'get_split@slim/datasets/raw_patches_for_heatmaps.py', 'description': "Gets a dataset tuple with instructions for reading flowers.\n\nArgs:\n split_name: A train/validation split name.\n dataset_dir: The base directory of the dataset sources.\n file_pattern: The file pattern to use when matching the dataset... | 0 |
{'name': 'build_recipes@bioconda_utils/build.py', 'description': 'Build one or many bioconda packages.\n\nArguments:\n recipe_folder: Directory containing possibly many, and possibly nested, recipes.\n config_path: Path to config file\n packages: Glob indicating which packages should be considered. Note that package... | 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': 'draw_isobars@pymeteo/skewt.py', 'description': 'Plot isobars on axes\n\n:parameter axes: The axes to draw on\n:type axes: :py:class:`matplotlib.axes`\n\nThis function draws isobars at intervals of 2*dp.', 'signature': 'def draw_isobars(axes):'}</s>{'name': 'print_3col@pymeteo/skewt.py', 'description': 'DOCSTR... | 0 |
{'name': '_makeTags@SneakerBot 2019/venv/lib/python3.7/site-packages/pip-19.0.3-py3.7.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>_optionalNotMatched = _NullToken() | 0 |
{'name': 'import_file@pretf/pretf/util.py', 'description': 'Imports a Python module from any local filesystem path.\nTemporarily alters sys.path to allow the imported module\nto import other modules in the same directory.', 'signature': 'def import_file(path: Union[PurePath, str]) -> Generator[ModuleType, None, None]:'... | 0 |
{'name': 'HappyPathUser._get_order_request@shared/tests/perf/perf_happy_path.py', 'description': 'Generate an order request', 'signature': 'def _get_order_request(self) -> dict:'}</s>{'name': 'get_frontend_api_url@shared/tests/perf/perf_happy_path.py', 'description': 'DOCSTRING', 'code': 'def get_frontend_api_url():\n ... | 0 |
{'name': 'TLP.get_size@fpga/lib/pcie/tb/pcie.py', 'description': 'Return size of TLP in bytes', 'signature': 'def get_size(self):'}</s>TLP_CFG_WRITE_0 = (FMT_3DW_DATA, 0x04) | 0 |
{'name': 'Client.__init__@SalesforcePy/sfdc.py', 'description': 'Constructor.\n\n:Parameters:\n - `*username` (`string`) - Salesforce username.\n - `*password` (`string`) - Salesforce password.\n - `*login_url` (`string`) - Salesforce login URL.\n - `*client_id` (`string`) - Salesforce client ID.\n - `*c... | 0 |
{'name': 'rdheader@wfdb/io/record.py', 'description': "Read a WFDB header file and return a `Record` or `MultiRecord`\nobject with the record descriptors as attributes.\n\nParameters\n----------\nrecord_name : str\n The name of the WFDB record to be read, without any file\n extensions. If the argument contains an... | 0 |
{'name': 'default_if_empty@yaql/standard_library/queries.py', 'description': ':yaql:defaultIfEmpty\n\nReturns default value if collection is empty.\n\n:signature: collection.defaultIfEmpty(default)\n:receiverArg collection: input collection\n:argType collection: iterable\n:arg default: value to be returned if collectio... | 0 |
{'name': 'Type.get_ref_qualifier@llvm-12.0.0-project/clang/bindings/python/clang/cindex.py', 'description': 'Retrieve the ref-qualifier of the type.', 'signature': 'def get_ref_qualifier(self):'}</s>completionChunkKindMap = {
0: CompletionChunk.Kind("Optional"),
1: CompletionChunk.Kind("TypedTex... | 0 |
{'name': 'VectraPlatformClientV3._refresh_token@modules/platform.py', 'description': 'Generate access token for API authentication.\nReturns:\n str: Access Token', 'signature': 'def _refresh_token(self):'}</s>{'name': 'VectraPlatformClientV3_2@modules/platform.py', 'description': 'DOCSTRING', 'base_classes': ['Vectr... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQTT_NONE = 0 | 0 |
{'name': 'asciihexdecode@pdfminer3/ascii85.py', 'description': 'ASCIIHexDecode filter: PDFReference v1.4 section 3.3.1\nFor each pair of ASCII hexadecimal digits (0-9 and A-F or a-f), the\nASCIIHexDecode filter produces one byte of binary data. All white-space\ncharacters are ignored. A right angle bracket character (>... | 1 |
{'name': 'ExternalScenario.create_markets@premise/external.py', 'description': 'Create new markets, and create a `World` market\nif no data is provided for it.', 'signature': 'def create_markets(self) -> None:'}</s>{'name': 'BaseTransformation@premise/transformation.py', 'description': 'Base transformation class.\n\n:i... | 0 |
{'name': 'sevenZipTest@common.py', 'description': 'Validate/Test a 7-zip archive.\n\n:param archive_path: The path to the archive to test\n:return: The 7-zip return code as an int (0 is Success),', 'signature': 'def sevenZipTest(archive_path):'}</s>{'name': 'tryDeleteLockFile@common.py', 'description': 'Tries to delete... | 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': 'verify_ocsp_response@certvalidator/validate.py', 'description': 'Verifies an OCSP response, checking to make sure the certificate has not\nbeen revoked. Fulfills the requirements of\nhttps://tools.ietf.org/html/rfc6960#section-3.2.\n\n:param cert:\n An asn1cyrpto.x509.Certificate object to verify the OCSP ... | 0 |
{'name': 'model_init@analyze.py', 'description': 'init model\n\ninit model for template matching\n\nArgs:\n video_type (int): movie resolution type\n\nReturns:', 'signature': 'def model_init(video_type):'}</s>{'name': 'make_damage_list@analyze.py', 'description': 'make damage list\n\nfrom result, make damage date to... | 0 |
{'name': 'GetPostCtrl.post_detail@back/controller/posts.py', 'description': '用户点击文章链接跳详情页的数据接口,返回在这里找\n:param post_info:\n:return:', 'signature': 'def post_detail(post_info):'}</s>{'name': 'Tag@back/models.py', 'description': '标签 表结构', 'base_classes': ['db.Model'], 'methods': [{'name': 'Tag.__repr__@back/models.py', 'd... | 0 |
{'name': '_generate_unique_filename@vendor/attr/_make.py', 'description': 'Create a "filename" suitable for a function being generated.', 'signature': 'def _generate_unique_filename(cls, func_name):'}</s>{'name': '_compile_and_eval@vendor/attr/_make.py', 'description': '"Exec" the script with the given global (globs) a... | 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': 'Message._postprocess_single@src/betterproto/__init__.py', 'description': 'Adjusts values after parsing.', 'signature': 'def _postprocess_single('}</s>T = TypeVar("T", bound="Message") | 0 |
{'name': 'test_pkg_test_conda_package_format@test/test_utils.py', 'description': 'Running a mulled-build test with .tar.bz2/.conda package formats', 'signature': 'def test_pkg_test_conda_package_format('}</s>TEST_LABEL = "bioconda-utils-test" | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.