text string | label int64 |
|---|---|
{'name': 'TogglSet.filter@toggl/api/base.py', 'description': "Method that fetches all entries and filter them out based on specified conditions.\n\n:param order: Strings 'asc' or 'desc' which specifies how the results will be sorted (\n:param config: Config instance\n:param contain: Specify how evaluation of conditions... | 0 |
{'name': 'prettyFrameStack@boxx/tool/toolLog.py', 'description': 'get frame return pretty str of stack\n\n>>> prettyFrameLocation(frame)\n__init__ <-f <-ff <-demo.py\n\nParameters\n----------\nframe : frame or int, default 0\n if int:相对于调用此函数frame的 int 深度的对应frame\nendByMain : bool, default True\n 为 True 则在第一个 fra... | 0 |
{'name': '_SimpleDecoder@python/google/protobuf/internal/decoder.py', 'description': "Return a constructor for a decoder for fields of a particular type.\n\nArgs:\n wire_type: The field's wire type.\n decode_value: A function which decodes an individual value, e.g.\n _DecodeVarint()", 'signature': 'def _Si... | 0 |
{'name': 'galah@gaia_tools/load/__init__.py', 'description': "NAME:\n galah\nPURPOSE:\n Load the GALAH data\nINPUT:\n dr= (2) data release\n ages= (False; DR >= 3) if True, add ages and other info from VAC\n ages_join_type= ('inner') type of table join to do between the main catalog and the ages VAC: 'inner' ... | 0 |
{'name': 'map_nominal@tensorqtl/cis.py', 'description': 'cis-QTL mapping: nominal associations for all variant-phenotype pairs\n\nAssociation results for each chromosome are written to parquet files\nin the format <output_dir>/<prefix>.cis_qtl_pairs.<chr>.parquet\n\nIf interaction_df is provided, the top association pe... | 1 |
{'name': '_AddMessageMethods@third_party/dawn/third_party/protobuf/python/google/protobuf/internal/python_message.py', 'description': 'Adds implementations of all Message methods to cls.', 'signature': 'def _AddMessageMethods(message_descriptor, cls):'}</s>{'name': '_SetType@third_party/dawn/third_party/protobuf/python... | 0 |
{'name': 'resize@torchvision_x_functional.py', 'description': 'resize the image\nTODO: opencv resize 之后图像就成了0~1了\nArguments:\n img {ndarray} -- the input ndarray image\n size {int, iterable} -- the target size, if size is intger, width and height will be resized to same otherwise,... | 0 |
{'name': 'confirm_email@flask_security/views.py', 'description': 'View function which handles a email confirmation request.', 'signature': 'def confirm_email(token):'}</s>_security = LocalProxy(lambda: current_app.extensions["security"]) | 1 |
{'name': 'Statement._condition_entries@policyuniverse/statement.py', 'description': 'Extracts any ARNs, Account Numbers, UserIDs, Usernames, CIDRs, VPCs, and VPC Endpoints from a condition block.\n\nIgnores any negated condition operators like StringNotLike.\nIgnores weak condition keys like referer, date, etc.\n\nReas... | 0 |
{'name': 'CheckBraces@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Looks for misplaced braces (e.g. at the end of line).\n\nArgs:\n filename: The name of the current file.\n clean_lines: A CleansedLines instance containing the file.\n linenum: The number of the line to check.\n error: The function to ca... | 0 |
{'name': 'list_build_history@buildtest/cli/history.py', 'description': 'This method is entry point for ``buildtest history list`` which prints all previous builds\nstored in **BUILD_HISTORY_DIR**. Each directory has a ``build.json`` file that stores content\nof each build that was run by ``buildtest build``.\n\nArgs:\n... | 1 |
{'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': 'get_bustools_binary_path@kb_python/config.py', 'description': 'Dummy function that simply returns the current value of :data:`BUSTOOLS_PATH`.\n ', 'signature': 'def get_bustools_binary_path() -> str:'}</s>CPU = "" | 0 |
{'name': 'split_into_segments@preprocess.py', 'description': 'Split into segments.\nAdd subtokens, subtoken_map, info for each segment; add CLS, SEP in the segment subtokens\nInput document_state: tokens, subtokens, token_end, sentence_end, utterance_end, subtoken_map, info', 'signature': 'def split_into_segments(docum... | 0 |
{'name': 'register_websocket_handlers@custom_components/nodered/websocket.py', 'description': 'Register the websocket handlers.', 'signature': 'def register_websocket_handlers(hass: HomeAssistant):'}</s>{'name': 'websocket_version@custom_components/nodered/websocket.py', 'description': 'Version command.', 'code': 'def ... | 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': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQRCCF_GROUPUR_CHECKS_FAILED = 3319 | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQIACF_FORCE = 1005 | 0 |
{'name': '_check_graph_attr@src/python/checking.py', 'description': 'Checks whether input graph has n_res attribute', 'signature': 'def _check_graph_attr(G, max_res, min_res, direction, algorithm):'}</s>{'name': 'check@src/python/checking.py', 'description': "Checks whether inputs and the graph are of the appropriate t... | 0 |
{'name': 'CheckHeaderFileIncluded@tools/cpplint.py', 'description': 'Logs an error if a source file does not include its header.', 'signature': 'def CheckHeaderFileIncluded(filename, include_state, error):'}</s>{'name': 'CheckEmptyBlockBody@tools/cpplint.py', 'description': 'Look for empty loop/conditional body with on... | 0 |
{'name': 'check_inbox@tor/core/inbox.py', 'description': 'Go through all the unread messages in the inbox.\n\nIt deliberately leaves mail which does not fit into either category so that it can\nbe read manually at a later point.\n\n:return: None.', 'signature': 'def check_inbox(cfg: Config) -> None:'}</s>MOD_SUPPORT_PH... | 0 |
{'name': 'main_shell@signac/__main__.py', 'description': 'Handle shell subcommand.', 'signature': 'def main_shell(args):'}</s>{'name': 'main_migrate@signac/__main__.py', 'description': "Migrate the project's schema to the current schema version.", 'code': 'def main_migrate(args):\n """Migrate the project\'s schema t... | 0 |
{'name': 'dict_indexer_with_default@yaql/standard_library/collections.py', 'description': ':yaql:operator indexer\n\nReturns value of a dictionary by given key or default if there is\nno such key.\n\n:signature: left[right, default]\n:arg left: input dictionary\n:argType left: dictionary\n:arg right: key\n:argType righ... | 0 |
{'name': '_create_ssl_context_no_verify@icesat2_toolkit/utilities.py', 'description': 'Creates an SSL context for unverified connections\n ', 'signature': 'def _create_ssl_context_no_verify() -> ssl.SSLContext:'}</s>{'name': 'get_git_revision_hash@icesat2_toolkit/utilities.py', 'description': 'Get the ``git`` hash v... | 0 |
{'name': 'complete@cartridge/shop/views.py', 'description': 'Redirected to once an order is complete - pass the order object\nfor tracking items via Google Anayltics, and displaying in\nthe template if required.', 'signature': 'def complete(request, template="shop/complete.html", extra_context=None):'}</s>{'name': 'Dis... | 0 |
{'name': 'Normalizer.__init__@PyBioMed/PyPretreat/PyPretreatMolutil.py', 'description': 'Initialize a Normalizer with an optional custom list of :class:`~molvs.normalize.Normalization` transforms.\n\n:param normalizations: A list of :class:`~molvs.normalize.Normalization` transforms to apply.\n:param int max_restarts:... | 0 |
{'name': 'parse_return_val@disdat/hyperframe.py', 'description': 'Interpret the return values and create an HFrame to wrap them.\nThis means setting the correct presentation bit in the HFrame so that\nwe call downstream tasks with parameters as the author intended.\n\nPOLICY / NOTE: An non-HF output is a Presentable.\... | 0 |
{'name': 'GroupFLT.subtract_median_filter@grizli/multifit.py', 'description': 'Remove a median filter calculated along the dispersion axis.\n\nParameters\n----------\nfilter_size : int\n Size of the median filter.\n\nfilter_central : int\n Mask the central `filter_central` pixels of the filter.\n\nrevert : bool\n... | 0 |
{'name': 'GWRResults.summary@stwr/gwr.py', 'description': 'Print out GWR summary', 'signature': 'def summary(self):'}</s>{'name': 'corr@stwr/diagnostics.py', 'description': 'DOCSTRING', 'code': 'def corr(cov):\n invsd = np.diag(1/np.sqrt(np.diag(cov)))\n cors = np.dot(np.dot(invsd, cov), invsd)\n return cors'} | 0 |
{'name': 'FiniteElement.entity_transformations@python/basix/finite_element.py', 'description': 'Entity dof transformation matrices.\n\nReturns:\n The base transformations for this element. The shape is\n ``(ntranformations, ndofs, ndofs)``.', 'signature': 'def entity_transformations(self) -> dict:'}</s>{'name': '... | 0 |
{'name': 'init_log_file@lib/util.py', 'description': "This function inits a log file given a folder to write the log to.\nit automatically adds a timestamp and optional suffix to the log.\nAnything written to the log will automatically write to console too.\n\nExample:\n import logging\n\n init_log_file('output/l... | 0 |
{'name': '_getInputFromUser@packstack/installer/run_setup.py', 'description': 'this private func reads the data from the user\nfor the given param', 'signature': 'def _getInputFromUser(param):'}</s>{'name': 'loadPlugins@packstack/installer/run_setup.py', 'description': 'Load All plugins from ./plugins', 'code': 'def lo... | 0 |
{'name': 'test_fpn@tests/test_models/test_necks.py', 'description': 'Tests fpn.', 'signature': 'def test_fpn():'}</s>{'name': 'ChannelMapper@mmdet/models/necks/channel_mapper.py', 'description': "Channel Mapper to reduce/increase channels of backbone features.\n\nThis is used to reduce/increase channels of backbone fea... | 0 |
{'name': 'azero@pf/rule.py', 'description': "Return True if all numbers in 'seq' are 0s.", 'signature': 'def azero(seq):'}</s>ICMP_UNREACH_HOST = 1 | 0 |
{'name': 'pollardLambda@2020/Crypto/bakflip/Admin/exploit.py', 'description': 'input\n@Y: Pubkey\n@G: Generator\n@d: Msbits for recovered secret_multiplier\n\nOUTPUT\n@secret_multiplier as the output of pollardLambda algo.', 'signature': 'def pollardLambda(Y: Point, G: Point, d: int, lsb_mask: int) -> int:'}</s>d = bit... | 1 |
{'name': 'SearchList.search@shingetsu/node.py', 'description': 'Search node which has the file.', 'signature': 'def search(self, cache=None, myself4=None, myself6=None, nodes=None):'}</s>friend_net = _get_value(_extconf, 'Gateway', 'friend_net', '::1, 127.0.0.1') | 0 |
{'name': 'DutTestThread.test_start@examples/protocols/modbus/tcp/example_test.py', 'description': 'The method to initialize and handle test stages\n ', 'signature': 'def test_start(self, timeout_value):'}</s>STACK_INIT = 3 | 1 |
{'name': 'runModelChain@bifacial_radiance/modelchain.py', 'description': 'This calls config.py values, which are arranged into dictionaries,\nand runs all the respective processes based on the variables in the config.py.\n\nTo import the variables from a .ini file, use::\n \n (simulationParamsDict, sceneParamsDic... | 0 |
{'name': 'preprocess_objdump_out@tools/asm-differ/diff.py', 'description': 'Preprocess the output of objdump into a format that `process()` expects.\nThis format is suitable for saving to disk with `--write-asm`.\n\n- Optionally filter the output to a single function (`restrict`)\n- Otherwise, strip objdump header (7 l... | 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': 'Retry.increment@venv/Lib/site-packages/pip-19.0.3-py3.8.egg/pip/_vendor/urllib3/util/retry.py', 'description': 'Return a new Retry object with incremented retry counters.\n\n:param response: A response object, or None, if the server did not\n return a response.\n:type response: :class:`~urllib3.response.HT... | 1 |
{'name': 'train_transformer@trainers/train_transformers.py', 'description': 'Train a Hugging Face transformer model without any PEFT (LoRA) modifications.', 'signature': 'def train_transformer('}</s>{'name': 'create_training_args@trainers/train_transformers.py', 'description': 'Creates and returns the training argument... | 1 |
{'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': 'lovasz_hinge@solver/lov_softmax.py', 'description': 'Binary Lovasz hinge loss\n logits: [B, H, W] Variable, logits at each pixel (between -\\infty and +\\infty)\n labels: [B, H, W] Tensor, binary ground truth masks (0 or 1)\n per_image: compute the loss per image instead of per batch\n ignore: void class ... | 1 |
{'name': 'write_recipe@bioconda_utils/bioconductor_skeleton.py', 'description': 'Write the meta.yaml and build.sh files. If the package is detected to be\na data package (bsed on the detected URL from Bioconductor), then also\ncreate a post-link.sh and pre-unlink.sh script that will download and\ninstall the package. I... | 0 |
{'name': 'openPanel@exporter/SynthesisFusionAddin/src/UI/Helper.py', 'description': "### Opens and creates the Panel\nnotes:\n - this is here because of a bug on startup loading\n - isn't created if this isn't called", 'signature': 'def openPanel() -> None:'}</s>INTERNAL_ID = "Synthesis" | 0 |
{'name': 'Controller.yank_msgs@tg/controllers.py', 'description': 'Copy msgs to clipboard and internal buffer to forward', 'signature': 'def yank_msgs(self) -> None:'}</s>{'name': 'MsgProxy@tg/msg.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': 'MsgProxy.get_doc@tg/msg.py', 'description': 'DOC... | 0 |
{'name': 'waitUntil@ib_insync/util.py', 'description': 'Wait until the given time t is reached.\n\nArgs:\n t: The time t can be specified as datetime.datetime,\n or as datetime.time in which case today is used as the date.', 'signature': 'def waitUntil(t: Time_t) -> bool:'}</s>{'name': 'timeit@ib_insync/util.... | 0 |
{'name': 'update_retention_date@databricks-adx-integration/src/code/tools/ADXProvisionTool/create_dataexplorer_database.py', 'description': 'update table retention date\n:param number_of_companies: number_of_companies\n:type number_of_companies: int', 'signature': 'def update_retention_date(number_of_companies):'}</s>{... | 0 |
{'name': 'find_image_files@autofocus/predict/example_post.py', 'description': 'Find all image files recursively starting in search dir\n\nParameters\n----------\nsearch_dir(str): path of directory to start from\nimg_extensions(list): file extensions for image files\n\nReturns\n-------\nfile_list(list): list of paths co... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIAMO_PENDING_PKTS = 799 | 0 |
{'name': 'Tracker.render_window@predict.py', 'description': '@ob2cam: 4x4 mat ob in opencv cam', 'signature': 'def render_window(self, ob2cam):'}</s>{'name': 'predictSequenceYcbInEOAT@predict.py', 'description': 'DOCSTRING', 'code': 'def predictSequenceYcbInEOAT():\n samples = 1\n debug = False\n test_data_path = ar... | 0 |
{'name': 'create_config@python-build-with-qt/sip-4.11.2/configure.py', 'description': 'Create the SIP configuration module so that it can be imported by build\nscripts.\n\nmodule is the module file name.\ntemplate is the template file name.\nmacros is the dictionary of build macros.', 'signature': 'def create_config(mo... | 0 |
{'name': '_makeTags@scripts/pdns/lib/python2.7/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>_optionalNotMatched = _NullToken() | 0 |
{'name': 'make_utxo@qa/rpc-tests/replace-by-fee.py', 'description': 'Create a txout with a given amount and scriptPubKey\n\nMines coins as needed.\n\nconfirmed - txouts created will be confirmed in the blockchain;\n unconfirmed otherwise.', 'signature': 'def make_utxo(node, amount, confirmed=True, scriptPubK... | 0 |
{'name': 'get_local_file_content@etc/scripts/utils_thirdparty.py', 'description': 'Return the content at `url` as text. Return the content as bytes is\n`as_text` is False.', 'signature': 'def get_local_file_content(path, as_text=True):'}</s>{'name': 'Distribution@etc/scripts/utils_thirdparty.py', 'description': 'DOCSTR... | 0 |
{'name': 'AGraph.layout@pygraphviz/agraph.py', 'description': 'Assign positions to nodes in graph.\n\n.. caution:: EXPERIMENTAL\n\nThis version of the layout command uses libgvc for layout instead\nof command line GraphViz tools like in versions <1.6 and the default.\n\nOptional prog=[\'neato\'|\'dot\'|\'twopi\'|\'circ... | 0 |
{'name': 'Chat.__init__@twitchAPI/chat/__init__.py', 'description': ":param twitch: A Authenticated twitch instance\n:param connection_url: alternative connection url |default|:code:`None`\n:param is_verified_bot: set to true if your bot is verified by twitch |default|:code:`False`\n:param initial_channel: List of chan... | 0 |
{'name': 'extract_kalman_boxes@lib/rpn_util.py', 'description': 'Test the KITTI framework for object detection in 3D', 'signature': 'def extract_kalman_boxes(dataset_test, net, rpn_conf, test_path, data_folder):'}</s>{'name': 'determine_ignores@lib/rpn_util.py', 'description': 'Given various configuration settings, det... | 0 |
{'name': 'Application._load_environment@robopianist/viewer/application.py', 'description': 'Loads a new environment.', 'signature': 'def _load_environment(self, zoom_to_scene):'}</s>MOUSE_BUTTON_LEFT = 0 | 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': 'p_member_declarator@ctypesgen/parser/cgrammar.py', 'description': 'member_declarator : declarator gcc_attributes\n| COLON constant_expression gcc_attributes\n| declarator COLON constant_expression gcc_attributes', 'signature': 'def p_member_declarator(p):'}</s>{'name': 'p_pointer@ctypesgen/parser/cgrammar.py'... | 0 |
{'name': 'GeneratedProtocolMessageType.__init__@third_party/dawn/third_party/protobuf/python/google/protobuf/internal/python_message.py', 'description': "Here we perform the majority of our work on the class.\nWe add enum getters, an __init__ method, implementations\nof all Message methods, and properties for all field... | 0 |
{'name': 'generate_files@scripts/update_api.py', 'description': 'Scan the api files in ``api_files`` and emit the relevant API files into\nthe output directories specified. If an output directory is set to ``None``\nthen the files for that language binding or module are not emitted.\n\nThe reason for this function inte... | 0 |
{'name': '_AdbIOManager.send@adb_shell/adb_device.py', 'description': 'Send a message to the device.\n\nParameters\n----------\nmsg : AdbMessage\n The data that will be sent\nadb_info : _AdbTransactionInfo\n Info and settings for this ADB transaction', 'signature': 'def send(self, msg, adb_info):'}</s>{'name': '_... | 0 |
{'name': 'constant_time_compare@jws/utils.py', 'description': 'Returns True if the two strings are equal, False otherwise.\n\nThe time taken is independent of the number of characters that match.\n\nFor the sake of simplicity, this function executes in constant time only\nwhen the two strings have the same length. It s... | 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': 'ObjectDetectionEvaluation.evaluate@alphaction/dataset/datasets/evaluation/ava/pascal_evaluation/object_detection_evaluation.py', 'description': 'Compute evaluation result.\n\nReturns:\n A named tuple with the following fields -\n average_precision: float numpy array of average precision for\n each ... | 0 |
{'name': 'RasterArray.reproject@rioxarray/raster_array.py', 'description': "Reproject :obj:`xarray.DataArray` objects\n\nPowered by :func:`rasterio.warp.reproject`\n\n.. note:: Only 2D/3D arrays with dimensions 'x'/'y' are currently supported.\n Requires either a grid mapping variable with 'spatial_ref' or\n a 'c... | 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': 'from_array@tools/gfx/png.py', 'description': "Create a PNG :class:`Image` object from a 2- or 3-dimensional\narray. One application of this function is easy PIL-style saving:\n``png.from_array(pixels, 'L').save('foo.png')``.\n\nUnless they are specified using the *info* parameter, the PNG's\nheight and width... | 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': 'device_removed@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'A device is removed', 'signature': 'def device_removed(notification):'}</s>ERROR_INTERFACE = 2 | 0 |
{'name': 'PFOp._to_string@pf/rule.py', 'description': 'Return the string representation of the operation.', 'signature': 'def _to_string(self):'}</s>PF_DUPTO = 2 | 0 |
{'name': '_Classification.fabc@pybaselines/classification.py', 'description': "Fully automatic baseline correction (fabc).\n\nSimilar to Dietrich's method, except that the derivative is estimated using a\ncontinuous wavelet transform and the baseline is calculated using Whittaker\nsmoothing through the identified basel... | 1 |
{'name': 'MediaWiki.__init__@mediawiki/mediawiki.py', 'description': 'Init Function', 'signature': 'def __init__('}</s>{'name': 'MediaWikiPage@mediawiki/mediawikipage.py', 'description': 'MediaWiki Page Instance\n\nArgs:\n mediawiki (MediaWiki): MediaWiki class object from which to pull\n title (str): Title of pa... | 0 |
{'name': 'circulation_configuration@pymultimatic/api/urls.py', 'description': 'Url to handle :class:`~pymultimatic.model.component.Circulation`\nconfiguration.', 'signature': 'def circulation_configuration(**kwargs: Any) -> str:'}</s>_REPEATER_SET_NAME = _REPEATERS_LIST + "/{sgtin}/name" | 0 |
{'name': 'HtmlRenderer.__init__@mistletoe/html_renderer.py', 'description': "Args:\n extras (list): allows subclasses to add even more custom tokens.\n html_escape_double_quotes (bool): whether to also escape double\n quotes when HTML-escaping rendered text.\n html_escape_single_quotes (bool): whether t... | 0 |
{'name': 'IsOutOfLineMethodDefinition@tools/cpplint.py', 'description': 'Check if current line contains an out-of-line method definition.\n\nArgs:\n clean_lines: A CleansedLines instance containing the file.\n linenum: The number of the line to check.\nReturns:\n True if current line contains an out-of-line method d... | 0 |
{'name': 'GeoNetcdf.__init__@salem/datasets.py', 'description': 'Open the file and try to understand it.\n\nParameters\n----------\nfile: path to the netcdf file\ngrid: a Grid object. This will override the normal behavior of\nGeoNetcdf, which is to try to understand the grid automatically.\ntime: a time array. This wi... | 0 |
{'name': 'trace_locations_backward@CVPR2019_codes/OriNet_CVUSA/ops.py', 'description': 'loc_x/y: pixel location in last feature map\nim_size: size of the smallest feature map\nfeat_size: size of feature maps', 'signature': 'def trace_locations_backward(loc_x, loc_y, anchor_size, feat_size):'}</s>{'name': 'extract_value... | 0 |
{'name': '_NamespaceInfo.CheckEnd@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Check end of namespace comments.', 'signature': 'def CheckEnd(self, filename, clean_lines, linenum, error):'}</s>C_STANDARD_HEADER_FOLDERS = frozenset([
# standard C library
"sys",
# glibc for linux
"arpa",
"a... | 0 |
{'name': 'find_on_path@tests/_lib_vendors/pkg_resources/__init__.py', 'description': 'Yield distributions accessible on a sys.path directory', 'signature': 'def find_on_path(importer, path_item, only=False):'}</s>{'name': 'dist_factory@tests/_lib_vendors/pkg_resources/__init__.py', 'description': 'Return a dist_factory... | 1 |
{'name': 'is_x86_64@gef.py', 'description': 'Checks if current target is x86-64', 'signature': 'def is_x86_64() -> bool:'}</s>{'name': 'GlibcFastChunk@gef.py', 'description': 'DOCSTRING', 'base_classes': ['GlibcChunk'], 'methods': [{'name': 'GlibcFastChunk.fd@gef.py', 'description': 'DOCSTRING', 'code': 'def fd(self) -... | 0 |
{'name': 'generate_calibration_cache@shenlan_homework_bert/builder.py', 'description': 'BERT demo needs a separate engine building path to generate calibration cache.\nThis is because we need to configure SLN and MHA plugins in FP32 mode when\ngenerating calibration cache, and INT8 mode when building the actual engine.... | 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>MQBNO_OPTIONS_NONE = 0 | 0 |
{'name': '_FixPath@gyp/pylib/gyp/generator/msvs.py', 'description': 'Convert paths to a form that will make sense in a vcproj file.\n\nArguments:\n path: The path to convert, may contain / etc.\nReturns:\n The path with all slashes made into backslashes.', 'signature': 'def _FixPath(path, separator="\\\\"):'}</s>{'na... | 0 |
{'name': 'Post.prev@src/ablog/blog.py', 'description': 'Previous published post in chronological order.', 'signature': 'def prev(self):'}</s>{'name': 'revise_pending_xrefs@src/ablog/blog.py', 'description': 'DOCSTRING', 'code': 'def revise_pending_xrefs(doctree, docname):\n for node in doctree.findall(addnodes.pendi... | 0 |
{'name': 'CustomOp._process_notify@hive/indexer/custom_op.py', 'description': "Handle legacy 'follow' plugin ops (follow/mute/clear, reblog)\n\nmark_read {date: {type: 'date'}}", 'signature': 'def _process_notify(cls, account, op_json, block_date):'}</s>{'name': 'Posts@hive/indexer/posts.py', 'description': 'Handles cr... | 0 |
{'name': 'up_to_climate@oggm/tests/test_workflow.py', 'description': 'Run the tasks you want.', 'signature': 'def up_to_climate(reset=False, use_mp=None):'}</s>BASENAMES = DocumentedDict() | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQOT_Q = 1 | 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': '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 ... | 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': 'Bottle.route@src/back/kite/bottle.py', 'description': "A decorator to bind a function to a request URL. Example::\n\n @app.route('/hello/:name')\n def hello(name):\n return 'Hello %s' % name\n\nThe ``:name`` part is a wildcard. See :class:`Router` for syntax\ndetails.\n\n:param path: Request path... | 0 |
{'name': 'Architecture.__get_register@gef.py', 'description': "Return a register's value.", 'signature': 'def __get_register(self, regname: str) -> int:'}</s>{'name': 'FakeExit@gef.py', 'description': 'DOCSTRING', 'code': 'def FakeExit(*args: Any, **kwargs: Any) -> NoReturn:\n raise RuntimeWarning'} | 0 |
{'name': 'View.analyze_cluster@picasso/gui/render.py', 'description': 'Clusters picked locs using k-means clustering. ', 'signature': 'def analyze_cluster(self):'}</s>{'name': 'TestClustererView@picasso/gui/render.py', 'description': "Class used for rendering and displaying clustered localizations.\n\n...\n\nAttributes... | 0 |
{'name': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQCMD_STOP_CMD_SERVER = 143 | 0 |
{'name': 'TrinoDialect.get_foreign_keys@trino/sqlalchemy/dialect.py', 'description': 'Trino has no support for foreign keys. Returns an empty list.', 'signature': 'def get_foreign_keys('}</s>{'name': 'DBAPITypeObject@trino/dbapi.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': 'DBAPITypeObject.... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.