text string | label int64 |
|---|---|
{'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': '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': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQIACH_AVAILABLE_CIPHERSPECS = 1636 | 0 |
{'name': 'update_payout_screen@displays/waveshare2in13v3.py', 'description': "Update the payout screen to reflect balance of deposited coins.\nScan the invoice??? I don't think so!", 'signature': 'def update_payout_screen():'}</s>qr_request_3 = "Scanning..." | 0 |
{'name': 'GetBestInterface@comtypes/client/_managing.py', 'description': "Try to QueryInterface a COM pointer to the 'most useful'\ninterface.\n\nGet type information for the provided object, either via\nIDispatch.GetTypeInfo(), or via IProvideClassInfo.GetClassInfo().\nGenerate a wrapper module for the typelib, and QI... | 0 |
{'name': 'authenticate@src/server/server.py', 'description': 'Sends a 401 response that enables basic auth.', 'signature': 'def authenticate():'}</s>{'name': 'play_callout_text@src/server/server.py', 'description': 'DOCSTRING', 'code': "def play_callout_text(data):\n message = RHData.doReplace(RHAPI, data['callout']... | 0 |
{'name': 'get_standard_dataset@dival/datasets/standard.py', 'description': "Return a standard dataset by name.\n\nThe standard datasets are (currently):\n\n ``'ellipses'``\n A typical synthetical CT dataset with ellipse phantoms.\n\n `EllipsesDataset` is used as ground truth dataset, a ray\n tra... | 1 |
{'name': 'takeMiniTimelapse@source/pi-timolo.py', 'description': 'Take a motion tracking activated mini timelapse sequence\nusing yield if motion triggered', 'signature': 'def takeMiniTimelapse(moPath, prefix, NumOn, motionNumCount, currentDayMode, NumPath):'}</s>{'name': 'deleteOldFiles@source/pi-timolo.py', 'descript... | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQDSB_32K = 3 | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQPSPROP_NONE = 0 | 0 |
{'name': 'HostRecordV6.ipv6addrs@infoblox_client/objects.py', 'description': ':meta private:', 'signature': 'def ipv6addrs(self):'}</s>{'name': 'GridServicerestartRequestChangedobject@infoblox_client/objects.py', 'description': "GridServicerestartRequestChangedobject: Grid service restart\nrequest changed object.\nCorr... | 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': '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': 'MissingGuid@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': [... | 0 |
{'name': 'TestSimpleEncoder.test_call@tests/recon/torch/modules/test_encoder.py', 'description': 'Test __call__.', 'signature': 'def test_call(self):'}</s>{'name': 'BaseEncoder@bdpy/recon/torch/modules/encoder.py', 'description': 'Encoder network module.', 'base_classes': ['ABC'], 'methods': [{'name': 'BaseEncoder.enco... | 0 |
{'name': 'View._repr_mimebundle_@src/higlass/api.py', 'description': '"Displays the view in an IPython environment.', 'signature': 'def _repr_mimebundle_(self, include=None, exclude=None):'}</s>vconcat = functools.partial(concat, "vertical") | 0 |
{'name': 'SessionRedirectMixin.resolve_redirects@Retired Content/MimeCast/SumoLogic-Mimecast-Data-Collection/requests/sessions.py', 'description': 'Receives a Response. Returns a generator of Responses.', 'signature': 'def resolve_redirects(self, resp, req, stream=False, timeout=None,'}</s>{'name': 'get_environ_proxies... | 0 |
{'name': 'create_connection@nova/proxy/socks.py', 'description': 'create_connection(dest_pair, *[, timeout], **proxy_args) -> socket object\n\nLike socket.create_connection(), but connects to proxy\nbefore returning the socket object.\n\ndest_pair - 2-tuple of (IP/hostname, port).\n**proxy_args - Same args passed to so... | 0 |
{'name': '_normalize_playtime@src/stats.py', 'description': "All known games has 'unit': 'Seconds' in for time fields\nChampions of Anteria is exception, it has 'Hours' for playtime, but uses miliseconds in fact\nThat is why we assume Seconds everywhere\n:param card statistic card with 'format': 'LongTimespan'\n:re... | 0 |
{'name': '_ModifyCSPSearchPathForPath@pymacds-dist/pymacds/__init__.py', 'description': 'Modifies the search nodes for a given path.\n\nArgs:\n action: one of (["append", "delete"]) only.\n node: the node to append or delete.\n path: the DS path to modify.\nReturns:\n True on success\nRaises:\n DSException: Could ... | 0 |
{'name': 'TestReadMemCString.test_read_memory_c_string@llvm-project/lldb/test/API/python_api/process/read-mem-cstring/TestReadMemCString.py', 'description': 'Test corner case behavior of SBProcess::ReadCStringFromMemory', 'signature': 'def test_read_memory_c_string(self):'}</s>{'name': 'skipUnlessSupportedTypeAttribute... | 0 |
{'name': 'jpn@Contents/scripts/siweighteditor/startup.py', 'description': 'encode utf8 into cp932', 'signature': 'def jpn(string):'}</s>{'name': 'menu_setup@Contents/scripts/siweighteditor/startup.py', 'description': 'DOCSTRING', 'code': 'def menu_setup():\n #Maya_Windowが見つからない場合はスタートしない\n if not qt.get_maya_wind... | 0 |
{'name': 'TileCreator.parseChannels@tensorflow/tools/tilecreator.py', 'description': "arbitrary channel structure from string, expand if necessary. USE GLOBAL KEYS ^\n'd': default/ density; data that needs no special operations during augmentation\n'v[label](x|y|z)': vector/velocity; is transformed according to the aug... | 0 |
{'name': 'GTestHelpTest.TestHelpFlag@security/nss/external_tests/google_test/gtest/test/gtest_help_test.py', 'description': 'Verifies correct behavior when help flag is specified.\n\nThe right message must be printed and the tests must\nskipped when the given flag is specified.\n\nArgs:\n flag: A flag to pass to the ... | 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': 'get_tests@scripts/test/shared.py', 'description': "Returns the list of test files in a given directory. 'extensions' is a\nlist of file extensions. If 'extensions' is empty, returns all files.", 'signature': 'def get_tests(test_dir, extensions=[], recursive=False):'}</s>{'name': 'get_all_tests@scripts/test/sh... | 0 |
{'name': 'crud_for_app@cruds/urls.py', 'description': 'Returns list of ``url`` items to CRUD an app.', 'signature': 'def crud_for_app(app_label, urlprefix=None):'}</s>{'name': 'crud_url@cruds/utils.py', 'description': "Shortcut function returns URL for instance or model and action.\n\nExample::\n\n crud_url(author, ... | 0 |
{'name': 'main_sync@signac/__main__.py', 'description': 'Handle sync subcommand.', 'signature': 'def main_sync(args):'}</s>{'name': 'Section@signac/_vendor/configobj/__init__.py', 'description': "A dictionary-like object that represents a section in a config file.\n\nIt does string interpolation if the 'interpolation' ... | 0 |
{'name': 'on_set_race_format@src/server/server.py', 'description': 'set current race_format ', 'signature': 'def on_set_race_format(data):'}</s>{'name': 'render_stream_node@src/server/server.py', 'description': 'Route to single node overlay for streaming.', 'code': "def render_stream_node(node_id):\n '''Route to sin... | 0 |
{'name': 'PISARoIHead._bbox_forward_train@mmdet/models/roi_heads/pisa_roi_head.py', 'description': 'Run forward function and calculate loss for box head in training.', 'signature': 'def _bbox_forward_train(self,'}</s>{'name': 'isr_p@mmdet/models/losses/pisa_loss.py', 'description': 'Importance-based Sample Reweighting ... | 1 |
{'name': 'host_setup@source-builder/sb/check.py', 'description': 'Basic sanity check. All executables and directories must exist.', 'signature': 'def host_setup(opts):'}</s>{'name': 'exit@source-builder/sb/error.py', 'description': 'Raise for to exit.', 'base_classes': ['error'], 'methods': [{'name': 'exit.__init__@sou... | 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': 'is_x86_64@gef.py', 'description': 'Checks if current target is x86-64', 'signature': 'def is_x86_64() -> bool:'}</s>{'name': 'only_if_gdb_running@gef.py', 'description': 'Decorator wrapper to check if GDB is running.', 'code': 'def only_if_gdb_running(f: Callable) -> Callable:\n """Decorator wrapper to che... | 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_REPOS_VALUE_ERROR = 3055 | 0 |
{'name': 'parse_field@rtl/vendor/pulp_platform_register_interface/vendor/lowrisc_opentitan/util/reggen/gen_rtl.py', 'description': 'Convert OrderedDict field into Field class\n ', 'signature': 'def parse_field(obj, reg, nfields):'}</s>{'name': 'Field@rtl/vendor/pulp_platform_register_interface/vendor/lowrisc_opentit... | 1 |
{'name': 'TestAggregatedTimeSerie.test_back_window@gnocchi/tests/test_carbonara.py', 'description': 'Back window testing.\n\nTest the back window on an archive is not longer than the window we\naggregate on.', 'signature': 'def test_back_window(self):'}</s>{'name': 'combine_timeseries@gnocchi/carbonara.py', 'descriptio... | 0 |
{'name': 'clamp@pyrt/math/vecops.py', 'description': 'Component-wise clamp\n\nIn case v is smaller than minVal, minVal is returned.\nIf v is larger than maxVal, maxVal is returned.\n\n:param v: vector to clamp\n:param minVal: minimal value (component-wise)\n:param maxVal: maximal value (component-wise)\n:return: clampe... | 0 |
{'name': 'PFDivert._to_struct@pf/rule.py', 'description': 'Convert a PFDivert object to a divert structure.', 'signature': 'def _to_struct(self):'}</s>PF_LIMIT_TABLES = 3 | 0 |
{'name': 'default_renderer_base@altair/utils/display.py', 'description': 'A default renderer for Vega or VegaLite that works for modern frontends.\n\nThis renderer works with modern frontends (JupyterLab, nteract) that know\nhow to render the custom VegaLite MIME type listed above.', 'signature': 'def default_renderer_... | 0 |
{'name': 'parse_line@ValveUtils.py', 'description': 'Line parser that extracts key value pairs from a line and returns a list of the tokens with escaped quotes.', 'signature': 'def parse_line(line):'}</s>{'name': 'encode_quotes@ValveUtils.py', 'description': 'Return a string with single and double quotes escaped, keyva... | 1 |
{'name': 'createInstanceAgent@BlendNet/providers/aws/__init__.py', 'description': 'Creating a new instance for BlendNet Agent', 'signature': 'def createInstanceAgent(cfg):'}</s>{'name': 'getMinimalCheapPrice@BlendNet/providers/aws/__init__.py', 'description': 'Will check the spot history and retreive the latest minimal... | 0 |
{'name': 'plot_sounding@pymeteo/skewt.py', 'description': 'Plot sounding data\n\nThis plots temperature, dewpoint and wind data on a Skew-T/Log-P plot.\nThis will also plot derived values such as wetbulb temperature and\nlabel the surface based LCL, LFC and EL.\n\n:parameter z: height values (1D array)\n:parameter th: ... | 0 |
{'name': 'CreateDatatypes@src/api/python/z3/z3.py', 'description': "Create mutually recursive Z3 datatypes using 1 or more Datatype helper objects.\n\nIn the following example we define a Tree-List using two mutually recursive datatypes.\n\n>>> TreeList = Datatype('TreeList')\n>>> Tree = Datatype('Tree')\n>>> # Tre... | 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': '_BuildVendorBootImage@tools/releasetools/common.py', 'description': "Build a vendor boot image from the specified sourcedir.\n\nTake a ramdisk, dtb, and vendor_cmdline from the input (in 'sourcedir'), and\nturn them into a vendor boot image.\n\nReturn the image data, or None if sourcedir does not appear to co... | 0 |
{'name': 'Node.bye@shingetsu/node.py', 'description': 'Unconnect.', 'signature': 'def bye(self):'}</s>__all__ = ['ConfList', 'RegExpList'] | 0 |
{'name': 'nestedExpr@venv/Lib/site-packages/pkg_resources/_vendor/pyparsing.py', 'description': 'Helper method for defining nested lists enclosed in opening and closing\ndelimiters ("(" and ")" are the default).\n\nParameters:\n - opener - opening character for a nested list (default=C{"("}); can also be a pyparsing ex... | 0 |
{'name': 'conv2d@v1/musegan/libs/ops.py', 'description': "Apply a 2D convolution layer on the input tensor and return the resulting tensor.\n\nArgs:\n tensor_in (tensor): The input tensor.\n out_channels (int): The number of output channels.\n kernels (list of int): The size of the kernel. [kernel_height, kern... | 0 |
{'name': 'process@src/ptpapi/scripts/ptp_reseed.py', 'description': 'The entrypoint', 'signature': 'def process(cli_args):'}</s>{'name': 'match_against_file@src/ptpapi/scripts/ptp_reseed.py', 'description': "Use's PTP's file search feature to match a filename to a movie", 'code': 'def match_against_file(ptp, filepath, ... | 1 |
{'name': 'load_hconfig_v2_options_from_file@hier_config/utils.py', 'description': 'Load Hier Config v2 options file to v3 driver format.\n\nArgs:\n options_file (str): The v2 options file.\n platform (Platform): The Hier Config v3 Platform enum for the target platform.\n\nReturns:\n HConfigDriverBase: A v3 dri... | 0 |
{'name': 'LpProblem.sequentialSolve@pulp/pulp.py', 'description': 'Solve the given Lp problem with several objective functions.\n\nThis function sequentially changes the objective of the problem\nand then adds the objective function as a constraint\n\n:param objectives: the list of objectives to be used to solve the pr... | 0 |
{'name': 'test_RunningSession_endpoint_url@tests/unit/test_session.py', 'description': 'Test pytest_localstack.session.RunningSession.endpoint_url.', 'signature': 'def test_RunningSession_endpoint_url(use_ssl, service_name, not_service_name):'}</s>{'name': 'test_LocalstackSession_start_timeout@tests/unit/test_session.p... | 0 |
{'name': 'AzureRMRedisCaches.create_rediscache@library/azure_rm_rediscache.py', 'description': 'Creates Azure Cache for Redis instance with the specified configuration.\n\n:return: deserialized Azure Cache for Redis instance state dictionary', 'signature': 'def create_rediscache(self):'}</s>DOCUMENTATION = "
---
module... | 0 |
{'name': 'Pattern.fix_repeating_arguments@classes/docopt.py', 'description': 'Fix elements that should accumulate/increment values.', 'signature': 'def fix_repeating_arguments(self):'}</s>{'name': 'parse_section@classes/docopt.py', 'description': 'DOCSTRING', 'code': "def parse_section(name, source):\n pattern = re.... | 0 |
{'name': 'prepare_data@Last Christmas/main.py', 'description': 'Data preprocessing for multistep forecast ', 'signature': 'def prepare_data(target, window_X, window_y):'}</s>X_test = data['y'].values[-window_X:].reshape(1, -1) | 0 |
{'name': 'Retry.with_deadline@stream/clients/python/bookkeeper/common/retry.py', 'description': 'Return a copy of this retry with the given deadline.\nArgs:\n deadline (float): How long to keep retrying.\nReturns:\n Retry: A new retry instance with the given deadline.', 'signature': 'def with_deadline(self, deadl... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQCD_LENGTH_3 = 1480 | 0 |
{'name': 'dl_database@wfdb/io/record.py', 'description': "Download WFDB record (and optionally annotation) files from a\nPhysioNet database. The database must contain a 'RECORDS' file in\nits base directory which lists its WFDB records.\n\nParameters\n----------\ndb_dir : str\n The PhysioNet database directory to do... | 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': '_wanted_image_platforms@src/docker_python_nodejs/versions.py', 'description': 'Returns the supported image platforms for a distro\nFIXME: Enable linux/arm64 for alpine when:\n - https://github.com/nodejs/node/pull/45756 is fixed\n - https://github.com/nodejs/unofficial-builds adds builds for musl + arm64', ... | 0 |
{'name': 'MultispeakerDictionaryMixin.dictionary_setup@montreal_forced_aligner/dictionary/multispeaker.py', 'description': 'Set up the dictionary for processing', 'signature': 'def dictionary_setup(self) -> Tuple[typing.Set[str], collections.Counter]:'}</s>{'name': 'MfaConfiguration@montreal_forced_aligner/config.py', ... | 0 |
{'name': 'PFState._to_string@pf/state.py', 'description': 'Return a string representing the state.', 'signature': 'def _to_string(self):'}</s>PF_FLUSH_GLOBAL = 2 | 0 |
{'name': 'set_defaults@python-build-with-qt/sip-4.11.2/configure.py', 'description': 'Set up the defaults for values that can be set on the command line.\n ', 'signature': 'def set_defaults():'}</s>plat_py_conf_inc_dir = None | 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': 'is_x86_64@gef.py', 'description': 'Checks if current target is x86-64', 'signature': 'def is_x86_64() -> bool:'}</s>{'name': 'continue_handler@gef.py', 'description': 'GDB event handler for new object continue cases.', 'code': 'def continue_handler(_: "gdb.ContinueEvent") -> None:\n """GDB event handler fo... | 0 |
{'name': '_get_package_data@jupyter_packaging/setupbase.py', 'description': 'Expand file patterns to a list of `package_data` paths.\n\nParameters\n-----------\nroot: str\n The relative path to the package root from the current dir.\nfile_patterns: list or str, optional\n A list of glob patterns for the data file... | 0 |
{'name': 'TestRemoveDeclaration.testNotRemoved@src/tests/testXmlEncodingDecode.py', 'description': "Make sure that invalid, or missing, declarations aren't affected.", 'signature': 'def testNotRemoved(self):'}</s>{'name': 'InvalidDoctype@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['Error... | 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': 'PrettyTable.__init__@SyntaxParser/BackUp/Materials/Sample/prettytable.py', 'description': 'Return a new PrettyTable instance\n\nArguments:\n\nencoding - Unicode encoding scheme used to decode any encoded input\nfield_names - list or tuple of field names\nfields - list or tuple of field names to include in dis... | 0 |
{'name': 'info_for_entire_history@ascmhl/commands.py', 'description': 'ROOT_PATH: the root path to use for the asc mhl history', 'signature': 'def info_for_entire_history(root_path, verbose):'}</s>{'name': 'DirectoryHashContext@ascmhl/hasher.py', 'description': 'DirectoryHashContext wraps the data necessary to compute ... | 0 |
{'name': 'as_identifier@hy/reader/hy_reader.py', 'description': 'Generate a Hy model from an identifier.\n\nAlso verifies the syntax of dot notation and validity of symbol names.\n\nParameters\n----------\nident : str\n Text to convert.\n\nreader : Reader, optional\n The reader to use, if any; used for generating... | 0 |
{'name': 'to_taichi_type@python/taichi/lang/util.py', 'description': 'Convert numpy or torch or paddle data type to its counterpart in taichi.\n\nArgs:\n dt (DataType): The desired data type to convert.\n\nReturns:\n DataType: The counterpart data type in taichi.', 'signature': 'def to_taichi_type(dt):'}</s>{'nam... | 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': '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': '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': 'test_multiplication@unyt/tests/test_units.py', 'description': 'Multiply two units.', 'signature': 'def test_multiplication():'}</s>sec_per_year = 31557600.0 | 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': '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': 'insert_from_sql@cr8/insert_from_sql.py', 'description': 'Insert data read from another SQL source into table.', 'signature': 'def insert_from_sql(*,'}</s>{'name': '_date_or_none@cr8/clients.py', 'description': "Return a date as if, if valid, otherwise None\n\n>>> _date_or_none('2017-02-27')\n'2017-02-27'\n\n>... | 0 |
{'name': 'train@ddparser/run.py', 'description': 'Train', 'signature': 'def train(env):'}</s>{'name': 'batchify@ddparser/parser/data_struct/data.py', 'description': 'Returns data loader', 'code': 'def batchify(\n dataset,\n batch_size,\n use_data_parallel=False,\n shuffle=False,\n use_multiprocess=True,\... | 1 |
{'name': 'DashRouter.__init__@src/fitly/utils.py', 'description': "Initialise the router.\n\nParams:\napp: A Dash instance to associate the router with.\nurls: Ordered iterable of routes: tuples of (route, layout). 'route' is a\n string corresponding to the URL path of the route (will be prefixed\n with ... | 1 |
{'name': 'plot_result_synth@src/erinn/utils/vis_utils.py', 'description': 'Convenient function for saving crossplot, structure plot and heatmap of synthetic data.\n\nParameters\n----------\niterator : iterator of os.DirEntry objects\n For iterating all pkl file in certain directory.\nnum_figs : int\n The number o... | 1 |
{'name': 'Scheduler.check_task_status@spider/core/scheduler.py', 'description': '检查任务状态 预警', 'signature': 'def check_task_status(self):'}</s>MYSQL_USER_NAME = os.getenv("MYSQL_USER_NAME") | 0 |
{'name': 'get_versions@versioneer.py', 'description': "Get the project version from whatever source is available.\n\nReturns dict with two keys: 'version' and 'full'.", 'signature': 'def get_versions(verbose=False):'}</s>{'name': 'NotThisMethod@versioneer.py', 'description': 'Exception raised if a method is not valid f... | 1 |
{'name': 'Praetorian.init_app@flask_praetorian/base.py', 'description': 'Initializes the Praetorian extension\n\n:param: app: The flask app to bind this\n extension to\n:param: user_class: The class used to interact with\n user... | 0 |
{'name': 'get_async_stack_root_addrs@folly/coro/scripts/co_bt.py', 'description': 'Gets all the async stack roots that exist for the current thread.', 'signature': 'def get_async_stack_root_addrs('}</s>{'name': 'get_async_stack_root_addr@folly/coro/scripts/co_bt.py', 'description': 'Returns a pointer to the top-most as... | 1 |
{'name': 'set_jwst_to_hst_keywords@grizli/jwst_utils.py', 'description': 'Make primary header look like an HST instrument\n\nParameters\n----------\ninput : str, `~astropy.io.fits.HDUList`\n Filename or FITS HDUList object to modify.\n\nreset : bool\n Reset original JWST keywords to their original values.\n\nverb... | 0 |
{'name': 'generate_energy_edges@src/naima/utils.py', 'description': 'Generate energy bin edges from given energy array.\n\nGenerate an array of energy edges from given energy array to be used as\nabcissa error bar limits when no energy uncertainty or energy band is\nprovided.\n\nParameters\n----------\nene : `astropy.u... | 0 |
{'name': 'Form.init@src/nagare/renderers/html.py', 'description': 'Initialisation.\n\nIn:\n - ``renderer`` -- the current renderer', 'signature': 'def init(self, renderer):'}</s>WITH_VALUES_CALLBACK = 3 | 0 |
{'name': 'TestUrlFor.test_url_for@tests/coaster_tests/url_for_test.py', 'description': 'Test that is_url_for declarations are saved and used by the url_for method.', 'signature': 'def test_url_for(self) -> None:'}</s>{'name': 'ScopedNamedDocument@tests/coaster_tests/sqlalchemy_models_test.py', 'description': 'DOCSTRING... | 1 |
{'name': 'Solver.align_gen@solver.py', 'description': "Get the output of model with the input being 'dataset' then\ncompute the PSNR between output and label.\n\nif 'is_test' is True, psnr and output of each image is also\nreturn for statistics and generate output image at test phase", 'signature': 'def align_gen(self,... | 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': 'TestBulkLoader.test_invalid_schema@test/test_bulk_loader.py', 'description': 'Validate that errors are emitted properly with an invalid CSV schema.', 'signature': 'def test_invalid_schema(self):'}</s>{'name': 'bulk_insert@redisgraph_bulk_loader/bulk_insert.py', 'description': 'DOCSTRING', 'code': 'def bulk_in... | 1 |
{'name': 'Block.AddLine@vimdoc/block.py', 'description': 'Adds a line of text to the block. Paragraph type is auto-determined.', 'signature': 'def AddLine(self, line):'}</s>section_args = re.compile(r"""
^
# MATCH GROUP 1: The Name
(
# Non-commas or escaped commas or escaped escapes.
# Must not end with a... | 0 |
{'name': 'S2TheiaProduct._load_masks@eoreader/products/optical/s2_theia_product.py', 'description': 'Load cloud files as xarrays. Overload to manage associated bands.\n\nArgs:\n bands (list): List of the wanted bands\n pixel_size (int): Band pixel size in meters\n size (Union[tuple, list]): Size of the array (... | 0 |
{'name': '_GetTextInside@scripts/cpplint.py', 'description': "Retrieves all the text between matching open and close parentheses.\n\nGiven a string of lines and a regular expression string, retrieve all the text\nfollowing the expression and between opening punctuation symbols like\n(, [, or {, and the matching close-p... | 0 |
{'name': 'Logistic.gradient@dask_glm/families.py', 'description': 'Logistic gradient', 'signature': 'def gradient(Xbeta, X, y):'}</s>{'name': 'Normal@dask_glm/families.py', 'description': 'Implements methods for `Linear regression`_,\n\nUseful for modeling continuous outcomes.\n\n.. _Linear regression: https://en.wikip... | 0 |
{'name': 'test_dt_import_missing_temporary@elpis/transformer/test_transformer.py', 'description': 'Raise an error if the temporary directory given does not exist.', 'signature': 'def test_dt_import_missing_temporary(tdtaf, tmpdir):'}</s>{'name': 'test_factory_export_setting_same_field_name@elpis/transformer/test_transf... | 0 |
{'name': 'exec_trade@alphapy/portfolio.py', 'description': 'Execute a trade for a portfolio.\n\nParameters\n----------\np : alphapy.Portfolio\n Portfolio in which to trade.\nname : str\n The symbol to trade.\norder : alphapy.Orders\n Long or short trade for entry or exit.\nquantity : int\n The quantity for ... | 0 |
{'name': 'scvelo@pipelines/pipeline_scxl.py', 'description': 'Plot the RNA velocity.\nThis analysis is highly parameterised and different configurations can\nsuggest different interpretations of the data.', 'signature': 'def scvelo(infile, outfile):'}</s>{'name': 'genSingleRjobs@pipelines/pipeline_scxl.py', 'descriptio... | 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 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.