id stringlengths 17 116 | task stringclasses 1
value | context_length stringclasses 1
value | documents listlengths 10 1.02k | question stringlengths 332 403 | question_with_choices stringlengths 332 403 | answer stringlengths 40 43.3k | answer_raw stringlengths 42 43.8k | n_chunks_full int64 10 61.9k | truncated bool 2
classes | repo stringlengths 7 54 | target_name stringlengths 1 72 | document_id int64 2.87k 144k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
LDU_FT/NLeSC/scriptcwl/_get_step | LDU_FT | [
"<BEGIN>\n## `load_steps`",
"Return a dictionary containing Steps read from file.",
" Args:\n steps_dir (str, optional): path to directory containing CWL files.\n step_file (str, optional): path or http(s) url to a single CWL file.\n step_list (list, optional): a list of directories, url... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _get_step API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extract... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _get_step API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extract... | Return step from steps library.
Optionally, the step returned is a deep copy from the step in the steps
library, so additional information (e.g., about whether the step was
scattered) can be stored in the copy.
Args:
name (str): name of the step in the steps library.
... | "Return step from steps library.\n\n Optionally, the step returned is a deep copy from the step in the steps\n library, so additional information (e.g., about whether the step was\n scattered) can be stored in the copy.\n\n Args:\n name (str): name of the step in the steps library... | 85 | false | NLeSC/scriptcwl | _get_step | 141,373 | |
LDU_FT/sys-git/certifiable/enable_from_env | LDU_FT | [
"<BEGIN>\n## `load_value_from_schema`",
"Load a value from a schema defined string.\n<END>",
"<BEGIN>\n## `parse_value`",
"Convert a string received on the command-line into\n a value or None.",
" :param str v:\n The value to parse.\n :param parser:\n The fallback callable to load the... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the enable_from_env API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The e... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the enable_from_env API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The e... | Enable certification for this thread based on the environment variable `CERTIFIABLE_STATE`.
:param bool state:
Default status to use.
:return:
The new state.
:rtype:
bool | "Enable certification for this thread based on the environment variable `CERTIFIABLE_STATE`.\n\n :param bool state:\n Default status to use.\n :return:\n The new state.\n :rtype:\n bool" | 100 | false | sys-git/certifiable | enable_from_env | 141,374 | |
LDU_FT/eleme/meepo/session_update | LDU_FT | [
"<BEGIN>\n## `zmq_sub`",
"0mq fanout sub.",
" This sub will use zeromq to fanout the events.",
" :param bind: the zmq pub socket or zmq device socket.\n :param tables: the events of tables to follow.\n :param forwarder: set to True if zmq pub to a forwarder device.\n :param green: weather to us... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the session_update API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ex... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the session_update API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ex... | Record the sqlalchemy object states in the middle of session,
prepare the events for the final pub in session_commit. | "Record the sqlalchemy object states in the middle of session,\n prepare the events for the final pub in session_commit." | 110 | false | eleme/meepo | session_update | 141,375 | |
LDU_FT/hardbyte/python-can/find_serial_devices | LDU_FT | [
"<BEGIN>\n## `open`",
"Opens a CAN connection using `CanalOpen()`.",
" :param str configuration: the configuration: \"device_id; baudrate\"\n :param int flags: the flags to be set",
" :raises can.CanError: if any error occurred\n :returns: Valid handle for CANAL API functions on su... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the find_serial_devices API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
T... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the find_serial_devices API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
T... | Finds a list of USB devices where the serial number (partially) matches the given string.
:param str serial_matcher (optional):
only device IDs starting with this string are returned
:rtype: List[str] | "Finds a list of USB devices where the serial number (partially) matches the given string.\n\n :param str serial_matcher (optional):\n only device IDs starting with this string are returned\n\n :rtype: List[str]" | 417 | false | hardbyte/python-can | find_serial_devices | 141,376 | |
LDU_FT/NoviceLive/intellicoder/make_export | LDU_FT | [
"<BEGIN>\n## `format`",
"Format the record using the corresponding formatter.\n<END>",
"<BEGIN>\n## `make_c_header`",
"Build a C header from the front and body.\n<END>",
"<BEGIN>\n## `reloc_var`",
"Build C source code to relocate a variable.\n<END>",
"<BEGIN>\n## `make_c_args`",
"Build a C argument li... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the make_export API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the make_export API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | Populate library exported function data. | "Populate library exported function data." | 117 | false | NoviceLive/intellicoder | make_export | 141,377 | |
LDU_FT/rackerlabs/rackspace-python-neutronclient/list_address_scopes | LDU_FT | [
"<BEGIN>\n## `_extract_service_catalog`",
"Set the client's service catalog from the response data.\n<END>",
"<BEGIN>\n## `exception_handler_v20`",
"Exception handler for API v2.0 client.",
" This routine generates the appropriate Neutron exception according to\n the contents of the response body.",
... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the list_address_scopes API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
T... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the list_address_scopes API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
T... | Fetches a list of all address scopes for a project. | "Fetches a list of all address scopes for a project." | 289 | false | rackerlabs/rackspace-python-neutronclient | list_address_scopes | 141,378 | |
LDU_FT/fabioz/PyDev.Debugger/internal_get_completions | LDU_FT | [
"<BEGIN>\n## `convert`",
"Note:",
" If the shellcode starts with '66' controls, it needs to be changed to add [BITS 32] or\n [BITS 64] to the start.",
" To use:",
" convert(\"\"\"\n 55\n 53\n 50\n BDE97F071E\n FFD5\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the internal_get_completions API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusio... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the internal_get_completions API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusio... | Note that if the column is >= 0, the act_tok is considered text and the actual
activation token/qualifier is computed in this command. | "Note that if the column is >= 0, the act_tok is considered text and the actual\n activation token/qualifier is computed in this command." | 3,640 | true | fabioz/PyDev.Debugger | internal_get_completions | 141,379 | |
LDU_FT/razor-x/dichalcogenides/ρ( | LDU_FT | [
"<BEGIN>\n## `get`",
"Get a parameter object by name.",
" :param name: Name of the parameter object.\n :type name: str",
" :return: The parameter.\n :rtype: Parameter\n<END>",
"<BEGIN>\n## `add_parameter`",
"Add a parameter to the parameter list.",
" :param name: New p... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the ρ( API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted docu... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the ρ( API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted docu... | Density of states.
:param e: Energy :math:`E`.
:type e: float
:return: :math:`ρ(E) = \\left|k'(E) k(E)\\right|`
:rtype: float | "Density of states.\n\n :param e: Energy :math:`E`.\n :type e: float\n\n :return: :math:`ρ(E) = \\\\left|k'(E) k(E)\\\\right|`\n :rtype: float" | 60 | false | razor-x/dichalcogenides | ρ( | 141,380 | |
LDU_FT/SmileyChris/easy-thumbnails/alias | LDU_FT | [
"<BEGIN>\n## `default`",
"Easy-thumbnails' default name processor.",
" For example: ``source.jpg.100x100_q80_crop_upscale.jpg``\n<END>",
"<BEGIN>\n## `alias`",
"Generate filename based on thumbnail alias name (option ``THUMBNAIL_ALIASES``).",
" For example: ``source.jpg.medium_large.jpg``\n<END>",
... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the alias API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted d... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the alias API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted d... | Generate filename based on thumbnail alias name (option ``THUMBNAIL_ALIASES``).
For example: ``source.jpg.medium_large.jpg`` | "Generate filename based on thumbnail alias name (option ``THUMBNAIL_ALIASES``).\n\n For example: ``source.jpg.medium_large.jpg``" | 218 | false | SmileyChris/easy-thumbnails | alias | 141,381 | |
LDU_FT/kakwa/ldapcherry/add_user | LDU_FT | [
"<BEGIN>\n## `get_param`",
"Get a parameter in config (handle default value)",
" :param param: name of the parameter to recover\n :type param: string\n :param default: the default value, raises an exception\n if param is not in configuration and default\n is None (whic... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the add_user API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the add_user API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | Add a user to the backend
:param attrs: attributes of the user
:type attrs: dict ({<attr>: <value>})
.. warning:: raise UserAlreadyExists if user already exists | "Add a user to the backend\n\n :param attrs: attributes of the user\n :type attrs: dict ({<attr>: <value>})\n\n .. warning:: raise UserAlreadyExists if user already exists" | 83 | false | kakwa/ldapcherry | add_user | 141,382 | |
LDU_FT/calocan/rescape-python-helpers/has | LDU_FT | [
"<BEGIN>\n## `prop`",
"Implementation of prop (get_item) that also supports object attributes\n :param key:\n :param dct_or_obj:\n :return:\n<END>",
"<BEGIN>\n## `all_pass_dict`",
"Returns true if all dct values pass f\n :param f: binary lambda predicate\n :param dct:\n :return: True or fals... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the has API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted doc... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the has API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted doc... | Implementation of ramda has
:param prop:
:param object_or_dct:
:return: | "Implementation of ramda has\n :param prop:\n :param object_or_dct:\n :return:" | 54 | false | calocan/rescape-python-helpers | has | 141,383 | |
LDU_FT/tanyaschlusser/array2gif/write_gif | LDU_FT | [
"<BEGIN>\n## `check_dataset`",
"Confirm shape (3 colors x rows x cols) and values [0 to 255] are OK.\n<END>",
"<BEGIN>\n## `try_fix_dataset`",
"Transpose the image data if it's in PIL format.\n<END>",
"<BEGIN>\n## `get_image`",
"Convert the NumPy array to two nested lists with r,g,b tuples.\n<END>",
"<B... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the write_gif API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extract... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the write_gif API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extract... | Write a NumPy array to GIF 89a format.
Or write a list of NumPy arrays to an animation (GIF 89a format).
- Positional arguments::
:param dataset: A NumPy arrayor list of arrays with shape
rgb x rows x cols and integer values in [0, 255].
:param filename: The output fil... | "Write a NumPy array to GIF 89a format.\n\n Or write a list of NumPy arrays to an animation (GIF 89a format).\n\n - Positional arguments::\n\n :param dataset: A NumPy arrayor list of arrays with shape\n rgb x rows x cols and integer values in [0, 255].\n :param filename: The o... | 24 | false | tanyaschlusser/array2gif | write_gif | 141,384 | |
LDU_FT/nfcpy/nfcpy/read | LDU_FT | [
"<BEGIN>\n## `reset_mode`",
"Send a Reset command to set the operation mode to 0.\n<END>",
"<BEGIN>\n## `sense_tta`",
"Activate the RF field and probe for a Type A Target.",
" The RC-S956 can discover all Type A Targets (Type 1 Tag, Type\n 2 Tag, and Type 4A Tag) at 106 kbps. Due to firmware\n... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the read API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted do... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the read API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted do... | Send a READ command to retrieve data from the tag.
The *page* argument specifies the offset in multiples of 4
bytes (i.e. page number 1 will return bytes 4 to 19). The data
returned is a byte array of length 16 or None if the block is
outside the readable memory range.
Command ... | "Send a READ command to retrieve data from the tag.\n\n The *page* argument specifies the offset in multiples of 4\n bytes (i.e. page number 1 will return bytes 4 to 19). The data\n returned is a byte array of length 16 or None if the block is\n outside the readable memory range.\n\n ... | 452 | false | nfcpy/nfcpy | read | 141,385 | |
LDU_FT/UDST/osmnet/to_dict | LDU_FT | [
"<BEGIN>\n## `format_check`",
"Check the format of a osmnet_config object.",
" Parameters\n ----------\n settings : dict\n osmnet_config as a dictionary\n Returns\n -------\n Nothing\n<END>",
"<BEGIN>\n## `to_dict`",
"Return a dict representation of an osmnet osmnet_config instance.... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the to_dict API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the to_dict API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted... | Return a dict representation of an osmnet osmnet_config instance. | "Return a dict representation of an osmnet osmnet_config instance." | 69 | false | UDST/osmnet | to_dict | 141,386 | |
LDU_FT/theelous3/asks/_open_connection_https | LDU_FT | [
"<BEGIN>\n## `request`",
"Base function for one time http requests.",
" Args:\n method (str): The http method to use. For example 'GET'\n uri (str): The url of the resource.\n Example: 'https://example.com/stuff'\n kwargs: Any number of arguments supported, found here:\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _open_connection_https API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _open_connection_https API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.... | Creates an async SSL socket, returns it.
Args:
location (tuple(str, int)): A tuple of net location (eg
'127.0.0.1' or 'example.org') and port (eg 80 or 25000). | "Creates an async SSL socket, returns it.\n Args:\n location (tuple(str, int)): A tuple of net location (eg\n '127.0.0.1' or 'example.org') and port (eg 80 or 25000)." | 75 | false | theelous3/asks | _open_connection_https | 141,387 | |
LDU_FT/tjcsl/cslbot/cmd | LDU_FT | [
"<BEGIN>\n## `cmd`",
"Babbles like a user\n Syntax: {command} [nick] [--length <1|2>] [--start <word>]\n<END>",
"<BEGIN>\n## `cmd`",
"Gets a random distro.",
" Syntax: {command}\n<END>",
"<BEGIN>\n## `cmd`",
"Returns the Discordian date.",
" Syntax: {command}\n<END>",
"<BEGIN>\n## `cmd`",
... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the cmd API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted doc... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the cmd API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted doc... | Find a path between two wikipedia articles.
Syntax: {command} [article] [article] | "Find a path between two wikipedia articles.\n\n Syntax: {command} [article] [article]" | 357 | false | tjcsl/cslbot | cmd | 141,388 | |
LDU_FT/OnroerendErfgoed/crabpy/list_secties_by_afdeling | LDU_FT | [
"<BEGIN>\n## `crab_gateway_request`",
"Utility function that helps making requests to the CRAB service.",
" This is a specialised version of :func:`crabpy.client.crab_request` that\n allows adding extra functionality for the calls made by the gateway.",
" :param client: A :class:`suds.client.Client` ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the list_secties_by_afdeling API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusio... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the list_secties_by_afdeling API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusio... | List all `secties` in a `kadastrale afdeling`.
:param afdeling: The :class:`Afdeling` for which the `secties` are \
wanted. Can also be the id of and `afdeling`.
:rtype: A :class:`list` of `Sectie`. | "List all `secties` in a `kadastrale afdeling`.\n\n :param afdeling: The :class:`Afdeling` for which the `secties` are \\\n wanted. Can also be the id of and `afdeling`.\n :rtype: A :class:`list` of `Sectie`." | 196 | false | OnroerendErfgoed/crabpy | list_secties_by_afdeling | 141,389 | |
LDU_FT/markuskiller/textblob-de/search | LDU_FT | [
"<BEGIN>\n## `definite_article`",
"Returns the definite article (der/die/das/die) for a given word.\n<END>",
"<BEGIN>\n## `indefinite_article`",
"Returns the indefinite article (ein) for a given word.\n<END>",
"<BEGIN>\n## `article`",
"Returns the indefinite (ein) or definite (der/die/das/die) article for... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the search API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the search API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted ... | Returns a list of all matches found in the given sentence. | "Returns a list of all matches found in the given sentence." | 407 | false | markuskiller/textblob-de | search | 141,390 | |
LDU_FT/Robpol86/terminaltables/table | LDU_FT | [
"<BEGIN>\n## `combine`",
"Zip borders between items in `line`.",
" e.g. ('l', '1', 'c', '2', 'c', '3', 'r')",
" :param iter line: List to iterate.\n :param left: Left border.\n :param intersect: Column separator.\n :param right: Right border.",
" :return: Yields combined objects.\n<END>",
... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the table API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted d... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the table API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted d... | Return a large string of the entire table ready to be printed to the terminal. | "Return a large string of the entire table ready to be printed to the terminal." | 88 | false | Robpol86/terminaltables | table | 141,391 | |
LDU_FT/samstav/requests-chef/digester | LDU_FT | [
"<BEGIN>\n## `digester`",
"Create SHA-1 hash, get digest, b64 encode, split every 60 char.\n<END>",
"<BEGIN>\n## `normpath`",
"Normalize a path.",
" Expands ~'s, resolves relative paths, normalizes and returns\n an absolute path.\n<END>",
"<BEGIN>\n## `splitter`",
"Split an iterable that supports ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the digester API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the digester API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | Create SHA-1 hash, get digest, b64 encode, split every 60 char. | "Create SHA-1 hash, get digest, b64 encode, split every 60 char." | 13 | false | samstav/requests-chef | digester | 141,392 | |
LDU_FT/SethMMorton/natsort/sep_inserter | LDU_FT | [
"<BEGIN>\n## `fast_float`",
"Convert a string to a float quickly, return input as-is if not possible.",
" We don't need to accept all input that the real fast_int accepts because\n natsort is controlling what is passed to this function.",
" Parameters\n ----------\n x : str\n String to a... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the sep_inserter API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extr... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the sep_inserter API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extr... | Insert '' between numbers in an iterable.
Parameters
----------
iterable
sep : str
The string character to be inserted between adjacent numeric objects.
Yields
------
The values of *iterable* in order, with *sep* inserted where adjacent
elements are numeric. If the first elemen... | "Insert '' between numbers in an iterable.\n\n Parameters\n ----------\n iterable\n sep : str\n The string character to be inserted between adjacent numeric objects.\n\n Yields\n ------\n The values of *iterable* in order, with *sep* inserted where adjacent\n elements are numeric. If the ... | 190 | false | SethMMorton/natsort | sep_inserter | 141,393 | |
LDU_FT/Jaymon/pout/is_complete | LDU_FT | [
"<BEGIN>\n## `inject`",
"inject code into sitecustomize.py that will inject pout into the builtins\n so it will be available globally\n<END>",
"<BEGIN>\n## `is_complete`",
"Return True if this call string is complete, meaning it has a function\n name and balanced parens\n<END>",
"<BEGIN>\n## `... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the is_complete API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the is_complete API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | Return True if this call string is complete, meaning it has a function
name and balanced parens | "Return True if this call string is complete, meaning it has a function\n name and balanced parens" | 153 | false | Jaymon/pout | is_complete | 141,394 | |
LDU_FT/mlperf/training/upload_metric | LDU_FT | [
"<BEGIN>\n## `sorted_product_set`",
"Compute the product set of array_a and array_b and sort it.\n<END>",
"<BEGIN>\n## `set_low_quality_matches_`",
"Produce additional matches for predictions that have only low-quality matches.\n Specifically, for each ground-truth find the set of predictions that have... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the upload_metric API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ext... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the upload_metric API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ext... | Upload metric information to Bigquery.
Args:
dataset_name: string, the name of bigquery dataset where the data will be
uploaded.
table_name: string, the name of bigquery table under the dataset where
the metric data will be uploaded. This is different from the
benchmark_run tabl... | "Upload metric information to Bigquery.\n\n Args:\n dataset_name: string, the name of bigquery dataset where the data will be\n uploaded.\n table_name: string, the name of bigquery table under the dataset where\n the metric data will be uploaded. This is different from the\n benchmark_... | 1,285 | true | mlperf/training | upload_metric | 141,395 | |
LDU_FT/albert12132/templar/link | LDU_FT | [
"<BEGIN>\n## `applies`",
"Checks if this rule applies to the given src and dst paths, based on the src pattern and\n dst pattern given in the constructor.",
" If src pattern was None, this rule will apply to any given src path (same for dst).\n<END>",
"<BEGIN>\n## `link`",
"Links the content f... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the link API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted do... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the link API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted do... | Links the content found at source_path and represents a Block that represents the content. | "Links the content found at source_path and represents a Block that represents the content." | 130 | false | albert12132/templar | link | 141,396 | |
LDU_FT/tkf/rash/daemon_run | LDU_FT | [
"<BEGIN>\n## `concat_expr`",
"Concatenate `conditions` with `operator` and wrap it by ().",
" It returns a string in a list or empty list, if `conditions` is empty.\n<END>",
"<BEGIN>\n## `join`",
"Join `source`.",
" >>> sc = SQLConstructor('main', ['c1', 'c2'])\n >>> sc.join('sub', 'JOIN'... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the daemon_run API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extrac... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the daemon_run API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extrac... | Run RASH index daemon.
This daemon watches the directory ``~/.config/rash/data/record``
and translate the JSON files dumped by ``record`` command into
sqlite3 DB at ``~/.config/rash/data/db.sqlite``.
``rash init`` will start RASH automatically by default.
But there are alternative ways to start da... | "Run RASH index daemon.\n\n This daemon watches the directory ``~/.config/rash/data/record``\n and translate the JSON files dumped by ``record`` command into\n sqlite3 DB at ``~/.config/rash/data/db.sqlite``.\n\n ``rash init`` will start RASH automatically by default.\n But there are alternative ways to ... | 142 | false | tkf/rash | daemon_run | 141,397 | |
LDU_FT/atl/py-smartdc/packages | LDU_FT | [
"<BEGIN>\n## `priv`",
"Quick and dirty method to find an IP on a private network given a correctly\n formatted IPv4 quad.\n<END>",
"<BEGIN>\n## `_save`",
"Take the data from a dict and commit them to appropriate attributes.\n<END>",
"<BEGIN>\n## `refresh`",
"::",
" GET /:login/machines/:id... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the packages API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the packages API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | ::
GET /:login/packages
:param name: the label associated with the resource package
:type name: :py:class:`basestring`
:param memory: amount of RAM (in MiB) that the package provisions
:type memory: :py:class:`int`
:param disk: amou... | "::\n \n GET /:login/packages\n \n :param name: the label associated with the resource package\n :type name: :py:class:`basestring`\n \n :param memory: amount of RAM (in MiB) that the package provisions\n :type memory: :py:class:`int`\n \n :param... | 290 | false | atl/py-smartdc | packages | 141,398 | |
LDU_FT/shidenggui/easytrader/_calculate_price_by_slippage | LDU_FT | [
"<BEGIN>\n## `prepare`",
"登录的统一接口\n :param config_file 登录数据文件,若无则选择参数登录模式\n :param user: 各家券商的账号或者雪球的用户名\n :param password: 密码, 券商为加密后的密码,雪球为明文密码\n :param account: [雪球登录需要]雪球手机号(邮箱手机二选一)\n :param portfolio_code: [雪球登录需要]组合代码\n :param portfolio_market: [雪球登录需要]交易市场,\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _calculate_price_by_slippage API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its concl... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _calculate_price_by_slippage API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its concl... | 计算考虑滑点之后的价格
:param action: 交易动作, 支持 ['buy', 'sell']
:param price: 原始交易价格
:return: 考虑滑点后的交易价格 | "计算考虑滑点之后的价格\n :param action: 交易动作, 支持 ['buy', 'sell']\n :param price: 原始交易价格\n :return: 考虑滑点后的交易价格" | 93 | false | shidenggui/easytrader | _calculate_price_by_slippage | 141,399 | |
LDU_FT/msfrank/cifparser/put_container | LDU_FT | [
"<BEGIN>\n## `make_path`",
":param path_or_str_or_segments:\n :return:\n :rtype: cifparser.path.Path\n<END>",
"<BEGIN>\n## `print_ast`",
":param f:\n :type f: file\n :return:\n<END>",
"<BEGIN>\n## `pop_frame`",
"Remove and return the frame at the top of the stack.",
" :returns: The to... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the put_container API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ext... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the put_container API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ext... | Creates a container at the specified path, creating any necessary
intermediate containers.
:param path: str or Path instance
:raises ValueError: A component of path is a field name. | "Creates a container at the specified path, creating any necessary\n intermediate containers.\n\n :param path: str or Path instance\n :raises ValueError: A component of path is a field name." | 67 | false | msfrank/cifparser | put_container | 141,400 | |
LDU_FT/hbldh/dlxsudoku/row_iter | LDU_FT | [
"<BEGIN>\n## `load_file`",
"Load a Sudoku from file.",
" :param file_path: The path to the file to load_file.\n :type file_path: str, unicode\n :return: A Sudoku instance with the parsed\n information from the file.\n :rtype: :py:class:`dlxsudoku.sudoku.Sudoku`\n<END>... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the row_iter API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the row_iter API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | Get an iterator over all rows in the Sudoku | "Get an iterator over all rows in the Sudoku" | 32 | false | hbldh/dlxsudoku | row_iter | 141,401 | |
LDU_FT/williamjameshandley/fgivenx/compute_samples | LDU_FT | [
"<BEGIN>\n## `plot`",
"r\"\"\"\n Plot iso-probability mass function, converted to sigmas.",
" Parameters\n ----------\n x, y, z : numpy arrays\n Same as arguments to :func:`matplotlib.pyplot.contour`",
" ax: axes object, optional\n :class:`matplotlib.axes._subplots.AxesSubplot` to... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the compute_samples API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The e... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the compute_samples API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The e... | r"""
Apply the function(s) :math:`f(x;\theta)` to the arrays defined in `x` and
`samples`. Has options for weighting, trimming, cacheing & parallelising.
Additionally, if a list of log-evidences are passed, along with list of
functions, samples and optional weights it marginalises over the models
... | "r\"\"\"\n Apply the function(s) :math:`f(x;\\theta)` to the arrays defined in `x` and\n `samples`. Has options for weighting, trimming, cacheing & parallelising.\n\n Additionally, if a list of log-evidences are passed, along with list of\n functions, samples and optional weights it marginalises over the m... | 191 | false | williamjameshandley/fgivenx | compute_samples | 141,402 | |
LDU_FT/heuer/cablemap/generate_csv | LDU_FT | [
"<BEGIN>\n## `cable_to_text`",
"\\\n Returns the header/content of the cable as text.\n<END>",
"<BEGIN>\n## `generate_text_files`",
"\\\n Walks through the `in_dir` and generates text versions of\n the cables in the `out_dir`.\n<END>",
"<BEGIN>\n## `generate_csv`",
"\\\n Walks through the `pat... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the generate_csv API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extr... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the generate_csv API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extr... | \
Walks through the `path` and generates the CSV file `out` | "\\\n Walks through the `path` and generates the CSV file `out`" | 206 | false | heuer/cablemap | generate_csv | 141,403 | |
LDU_FT/andreasjansson/head-in-the-clouds/tunnel | LDU_FT | [
"<BEGIN>\n## `create`",
"Create a new base with specified field names\r\n A keyword argument mode can be specified ; it is used if a file\r\n with the base name already exists\r\n - if mode = 'open' : open the existing base, ignore the fields\r\n - if mode = 'override' : erase the exis... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the tunnel API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the tunnel API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted ... | Set up an SSH tunnel into the container, using the host as a gateway host.
Args:
* container: Container name or ID
* local_port: Local port
* remote_port=None: Port on the Docker container (defaults to local_port)
* gateway_port=None: Port on the gateway host (defaults to remote_por... | "Set up an SSH tunnel into the container, using the host as a gateway host.\n\n Args:\n * container: Container name or ID\n * local_port: Local port\n * remote_port=None: Port on the Docker container (defaults to local_port)\n * gateway_port=None: Port on the gateway host (defaults to rem... | 101 | false | andreasjansson/head-in-the-clouds | tunnel | 141,404 | |
LDU_FT/Xython/Linq.py/TakeIf | LDU_FT | [
"<BEGIN>\n## `ChunkBy`",
"[\n {\n 'self': [1, 1, 3, 3, 1, 1],\n 'f': lambda x: x%2,\n 'assert': lambda ret: ret == [[1, 1], [3, 3], [1, 1]]\n }\n ]\n<END>",
"<BEGIN>\n## `GroupBy`",
"[\n {\n 'self': [1, 2, 3],\n 'f': lambda x: x%2... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the TakeIf API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the TakeIf API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted ... | [
{
'self': [1, 2, 3],
'f': lambda e: e%2,
'assert': lambda ret: list(ret) == [1, 3]
}
] | "[\n {\n 'self': [1, 2, 3],\n 'f': lambda e: e%2,\n 'assert': lambda ret: list(ret) == [1, 3]\n }\n ]" | 32 | false | Xython/Linq.py | TakeIf | 141,405 | |
LDU_FT/hendrix/hendrix/getChild | LDU_FT | [
"<BEGIN>\n## `save_chat_message`",
"kwargs will always include:",
" 'data': \n # will always be exactly what your client sent on the socket\n # in this case...\n {u'message': u'hi', u'sender': u'anonymous', u'channel': u'homepage'},",
" 'dispatcher': \n # the dispatcher tha... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the getChild API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the getChild API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | This is necessary because the parent class would call
proxy.ReverseProxyResource instead of CacheProxyResource | "This is necessary because the parent class would call\n proxy.ReverseProxyResource instead of CacheProxyResource" | 119 | false | hendrix/hendrix | getChild | 141,406 | |
LDU_FT/pysal/giddy/summary | LDU_FT | [
"<BEGIN>\n## `is_component`",
"Check if the set of ids form a single connected component",
" Parameters\n ----------",
" w : spatial weights boject",
" ids : list\n identifiers of units that are tested to be a single connected\n component",
" Returns\n -------",
" ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the summary API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the summary API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted... | A summary method to call the Markov homogeneity test to test for
temporally lagged spatial dependence.
To learn more about the properties of the tests, refer to
:cite:`Rey2016a` and :cite:`Kang2018`. | "A summary method to call the Markov homogeneity test to test for\n temporally lagged spatial dependence.\n\n To learn more about the properties of the tests, refer to\n :cite:`Rey2016a` and :cite:`Kang2018`." | 132 | false | pysal/giddy | summary | 141,407 | |
LDU_FT/bibanon/BASC-py4chan/get_threads | LDU_FT | [
"<BEGIN>\n## `clean_comment_body`",
"Returns given comment HTML as plaintext.",
" Converts all HTML tags and entities within 4chan comments\n into human-readable text equivalents.\n<END>",
"<BEGIN>\n## `get_boards`",
"Given a list of boards, return :class:`basc_py4chan.Board` objects.",
" Args:\n... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_threads API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_threads API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | Returns all threads on a certain page.
Gets a list of Thread objects for every thread on the given page. If a thread is
already in our cache, the cached version is returned and thread.want_update is
set to True on the specific thread object.
Pages on 4chan are indexed from 1 onwards.
... | "Returns all threads on a certain page.\n\n Gets a list of Thread objects for every thread on the given page. If a thread is\n already in our cache, the cached version is returned and thread.want_update is\n set to True on the specific thread object.\n\n Pages on 4chan are indexed from 1 onw... | 54 | false | bibanon/BASC-py4chan | get_threads | 141,408 | |
LDU_FT/klmitch/turnstile/get_kwargs | LDU_FT | [
"<BEGIN>\n## `add_argument`",
"Define an argument for the function when running in console script\n mode. The positional and keyword arguments are the same as for\n ArgumentParser.add_argument().\n<END>",
"<BEGIN>\n## `add_preprocessor`",
"Define a preprocessor to run after the arguments are parsed and... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_kwargs API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extrac... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_kwargs API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extrac... | Given a Namespace object drawn from argparse, determines the
keyword arguments to pass to the underlying function. Note
that, if the underlying function accepts all keyword
arguments, the dictionary returned will contain the entire
contents of the Namespace object. Also note that an
... | "Given a Namespace object drawn from argparse, determines the\n keyword arguments to pass to the underlying function. Note\n that, if the underlying function accepts all keyword\n arguments, the dictionary returned will contain the entire\n contents of the Namespace object. Also note that ... | 208 | false | klmitch/turnstile | get_kwargs | 141,409 | |
LDU_FT/Azure/msrest-for-python/deserialize_rfc | LDU_FT | [
"<BEGIN>\n## `async_poller`",
"Async Poller for long running operations.",
" :param client: A msrest service client. Can be a SDK client and it will be casted to a ServiceClient.\n :type client: msrest.service_client.ServiceClient\n :param initial_response: The initial call response\n :type initial_... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the deserialize_rfc API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The e... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the deserialize_rfc API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The e... | Deserialize RFC-1123 formatted string into Datetime object.
:param str attr: response string to be deserialized.
:rtype: Datetime
:raises: DeserializationError if string format invalid. | "Deserialize RFC-1123 formatted string into Datetime object.\n\n :param str attr: response string to be deserialized.\n :rtype: Datetime\n :raises: DeserializationError if string format invalid." | 324 | false | Azure/msrest-for-python | deserialize_rfc | 141,410 | |
LDU_FT/kapot65/python-df-parser/read_machine_header | LDU_FT | [
"<BEGIN>\n## `serialise_to_rsh`",
"Преобразование конфигурационного файла в формате JSON в текстовый хедер.",
" rsh. Хедер можно использовать как конфигурационный файл для lan10-12base\n @params -- параметры в формате JSON (dfparser.def_values.DEF_RSH_PARAMS)\n @return -- текстовый хедер\n<END>",
"<B... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the read_machine_header API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
T... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the read_machine_header API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
T... | Parse binary header.
@data - bytearray, contains binary header of file opened in 'rb' mode
@return - parsed binary header | "Parse binary header.\n\n @data - bytearray, contains binary header of file opened in 'rb' mode\n @return - parsed binary header" | 28 | false | kapot65/python-df-parser | read_machine_header | 141,411 | |
LDU_FT/sphinx-gallery/sphinx-gallery/generate_dir_rst | LDU_FT | [
"<BEGIN>\n## `extract_object_names_from_docs`",
"Add matches from the text blocks (must be full names!)\n<END>",
"<BEGIN>\n## `identify_names`",
"Builds a codeobj summary by identifying and resolving used names.\n<END>",
"<BEGIN>\n## `scan_used_functions`",
"save variables so we can later add links to the... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the generate_dir_rst API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the generate_dir_rst API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ... | Generate the gallery reStructuredText for an example directory | "Generate the gallery reStructuredText for an example directory" | 169 | false | sphinx-gallery/sphinx-gallery | generate_dir_rst | 141,412 | |
LDU_FT/ljcooke/see/justify_token | LDU_FT | [
"<BEGIN>\n## `column_width`",
"Return a suitable column width to display one or more strings.\n<END>",
"<BEGIN>\n## `justify_token`",
"Justify a string to fill one or more columns.\n<END>",
"<BEGIN>\n## `display_name`",
"Get the display name of an object.",
" Keyword arguments (all required):",
" ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the justify_token API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ext... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the justify_token API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ext... | Justify a string to fill one or more columns. | "Justify a string to fill one or more columns." | 43 | false | ljcooke/see | justify_token | 141,413 | |
LDU_FT/ulf1/oxyba/jackknife_loop | LDU_FT | [
"<BEGIN>\n## `clean_german_number`",
"Convert a string with a German number into a Decimal",
" Parameters\n ----------\n x : str, list, tuple, numpy.ndarray, pandas.DataFrame\n A string with a number with German formatting,\n or an array of these strings, e.g. list, ndarray, df.",
" ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the jackknife_loop API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ex... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the jackknife_loop API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ex... | Generic Jackknife Subsampling procedure
func : function
A function pointer to a python function that
- accept an <Observations x Features> matrix
as input variable, and
- returns an array/list or scalar value as
estimate, metric, model parameter,
jackknif... | "Generic Jackknife Subsampling procedure\n\n func : function\n A function pointer to a python function that\n - accept an <Observations x Features> matrix\n as input variable, and\n - returns an array/list or scalar value as\n estimate, metric, model parameter,\n ... | 218 | false | ulf1/oxyba | jackknife_loop | 141,414 | |
LDU_FT/inveniosoftware/invenio-records-rest/default_links_factory | LDU_FT | [
"<BEGIN>\n## `build_default_endpoint_prefixes`",
"Build the default_endpoint_prefixes map.\n<END>",
"<BEGIN>\n## `obj_or_import_string`",
"Import string or return object.",
" :params value: Import path or class object to instantiate.\n :params default: Default object to return if the import fails.\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the default_links_factory API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the default_links_factory API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | Factory for record links generation.
:param pid: A Persistent Identifier instance.
:returns: Dictionary containing a list of useful links for the record. | "Factory for record links generation.\n\n :param pid: A Persistent Identifier instance.\n :returns: Dictionary containing a list of useful links for the record." | 165 | false | inveniosoftware/invenio-records-rest | default_links_factory | 141,415 | |
LDU_FT/i3visio/deepify/_grabContentFromUrl | LDU_FT | [
"<BEGIN>\n## `_grabContentFromUrl`",
"Function that abstracts capturing a URL. This method rewrites the one from Wrapper.",
" :param url: The URL to be processed.\n :return: The response in a Json format.\n<END>",
"<BEGIN>\n## `getConfigPath`",
"Auxiliar function to get the configur... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _grabContentFromUrl API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
T... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _grabContentFromUrl API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
T... | Function that abstracts capturing a URL. This method rewrites the one from Wrapper.
:param url: The URL to be processed.
:return: The response in a Json format. | "Function that abstracts capturing a URL. This method rewrites the one from Wrapper.\n \n :param url: The URL to be processed.\n :return: The response in a Json format." | 28 | false | i3visio/deepify | _grabContentFromUrl | 141,416 | |
LDU_FT/troeger/opensubmit/submission_post_save | LDU_FT | [
"<BEGIN>\n## `read_config`",
"Read configuration file, perform sanity check and return configuration\n dictionary used by other functions.\n<END>",
"<BEGIN>\n## `check_config`",
"Check the executor config file for consistency.\n<END>",
"<BEGIN>\n## `has_config`",
"Determine if the given config file... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the submission_post_save API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the submission_post_save API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | Several sanity checks after we got a valid submission object. | "Several sanity checks after we got a valid submission object." | 254 | false | troeger/opensubmit | submission_post_save | 141,417 | |
LDU_FT/carpedm20/fbchat/onNicknameChange | LDU_FT | [
"<BEGIN>\n## `_generatePayload`",
"Adds the following defaults to the payload:\n __rev, __user, __a, ttstamp, fb_dtsg, __req\n<END>",
"<BEGIN>\n## `_fix_fb_errors`",
"This fixes \"Please try closing and re-opening your browser window\" errors (1357004)\n This error usually happens after 1-2 da... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the onNicknameChange API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the onNicknameChange API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ... | Called when the client is listening, and somebody changes the nickname of a person
:param mid: The action ID
:param author_id: The ID of the person who changed the nickname
:param changed_for: The ID of the person whom got their nickname changed
:param new_nickname: The new nickname
... | "Called when the client is listening, and somebody changes the nickname of a person\n\n :param mid: The action ID\n :param author_id: The ID of the person who changed the nickname\n :param changed_for: The ID of the person whom got their nickname changed\n :param new_nickname: The new nickna... | 337 | false | carpedm20/fbchat | onNicknameChange | 141,418 | |
LDU_FT/crytic/slither/return_values_ssa | LDU_FT | [
"<BEGIN>\n## `_contains_incorrect_tx_origin_use`",
"Check if the node reads tx.origin and doesn't read msg.sender\n Avoid the FP due to (msg.sender == tx.origin)\n Returns:\n (bool)\n<END>",
"<BEGIN>\n## `detect_incorrect_erc20_interface`",
"Detect incorrect ERC20 interface",
"... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the return_values_ssa API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the return_values_ssa API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The... | list(Return Values in SSA form): List of the return values in ssa form | "list(Return Values in SSA form): List of the return values in ssa form" | 341 | false | crytic/slither | return_values_ssa | 141,419 | |
LDU_FT/contains-io/rcli/_wrap_section | LDU_FT | [
"<BEGIN>\n## `setup_keyword`",
"Add autodetected commands as entry points.",
" Args:\n dist: The distutils Distribution object for the project being\n installed.\n _: The keyword used in the setup function. Unused.\n value: The value set to the keyword in the setup function. I... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _wrap_section API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ext... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _wrap_section API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ext... | Wrap the given section string to the current terminal size.
Intelligently wraps the section string to the given width. When wrapping
section lines, it auto-adjusts the spacing between terms and definitions.
It also adjusts commands the fit the correct length for the arguments.
Args:
source: Th... | "Wrap the given section string to the current terminal size.\n\n Intelligently wraps the section string to the given width. When wrapping\n section lines, it auto-adjusts the spacing between terms and definitions.\n It also adjusts commands the fit the correct length for the arguments.\n\n Args:\n so... | 147 | false | contains-io/rcli | _wrap_section | 141,420 | |
LDU_FT/jbaiter/gphoto2-cffi/supported_cameras | LDU_FT | [
"<BEGIN>\n## `_logging_callback`",
"Callback that outputs libgphoto2's logging message via\n Python's standard logging facilities.",
" :param level: libgphoto2 logging level\n :param domain: component the message originates from\n :param message: logging message\n :param data: Other dat... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the supported_cameras API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the supported_cameras API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The... | List the names of all cameras supported by libgphoto2, grouped by the
name of their driver. | "List the names of all cameras supported by libgphoto2, grouped by the\n name of their driver." | 78 | false | jbaiter/gphoto2-cffi | supported_cameras | 141,421 | |
LDU_FT/benmack/eo-box/reproject_on_template_raster | LDU_FT | [
"<BEGIN>\n## `buildvrt`",
"Build a VRT",
" See also: https://www.gdal.org/gdalbuildvrt.html",
" You can find the possible BuildVRTOptions (**kwargs**) here:\n https://github.com/nextgis/pygdal/blob/78a793057d2162c292af4f6b240e19da5d5e52e2/2.1.0/osgeo/gdal.py#L1051",
" Arguments:\n input_f... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the reproject_on_template_raster API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its concl... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the reproject_on_template_raster API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its concl... | Reproject a one-band raster to fit the projection, extend, pixel size etc. of a template raster.
Function based on https://stackoverflow.com/questions/10454316/how-to-project-and-resample-a-grid-to-match-another-grid-with-gdal-python
Arguments:
src_file {str} -- Filename of the source one-band r... | "Reproject a one-band raster to fit the projection, extend, pixel size etc. of a template raster. \n \n Function based on https://stackoverflow.com/questions/10454316/how-to-project-and-resample-a-grid-to-match-another-grid-with-gdal-python\n\n Arguments:\n src_file {str} -- Filename of the source one-... | 98 | false | benmack/eo-box | reproject_on_template_raster | 141,422 | |
LDU_FT/volafiled/python-volapi/duration | LDU_FT | [
"<BEGIN>\n## `register_callback`",
"Register callback that we will have to wait for\n<END>",
"<BEGIN>\n## `_handle_callback`",
"Handle lain's callback. Only used with getFileinfo so far\n<END>",
"<BEGIN>\n## `_handle_config`",
"Handle initial config push and config changes\n<END>",
"<BEGIN>\n## `find_ve... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the duration API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the duration API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | Returns the duration in seconds of this audio or video file | "Returns the duration in seconds of this audio or video file" | 78 | false | volafiled/python-volapi | duration | 141,423 | |
LDU_FT/geophysics-ubonn/crtomo_tools/_prepare_grids | LDU_FT | [
"<BEGIN>\n## `clear_measurements`",
"Remove all measurements from self.measurements. Reset the\n measurement counter. All ID are invalidated.\n<END>",
"<BEGIN>\n## `add_measurements`",
"Add new measurements to this instance",
" Parameters\n ----------\n measurements: numpy.ndarra... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _prepare_grids API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ex... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _prepare_grids API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ex... | depending on the type of grid (rectangular or triangle), prepare grids
or triangle lists
TODO: We want some nice way of not needing to know in the future if we
loaded triangles or quadratic elements. | "depending on the type of grid (rectangular or triangle), prepare grids\n or triangle lists\n\n TODO: We want some nice way of not needing to know in the future if we\n loaded triangles or quadratic elements." | 525 | false | geophysics-ubonn/crtomo_tools | _prepare_grids | 141,424 | |
LDU_FT/SpamScope/mail-parser/date | LDU_FT | [
"<BEGIN>\n## `sanitize`",
"NFC is the normalization form recommended by W3C.\n<END>",
"<BEGIN>\n## `ported_string`",
"Give as input raw data and output a str in Python 3\n and unicode in Python 2.",
" Args:\n raw_data: Python 2 str, Python 3 bytes or str to porting\n encoding: string giv... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the date API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted do... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the date API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted do... | Return the mail date in datetime.datetime format and UTC. | "Return the mail date in datetime.datetime format and UTC." | 90 | false | SpamScope/mail-parser | date | 141,425 | |
LDU_FT/OpenHydrology/floodestimation/folder_to_db | LDU_FT | [
"<BEGIN>\n## `valid_flows_array`",
"Return array of valid flows (i.e. excluding rejected years etc)",
" :param catchment: gauged catchment with amax_records set\n :type catchment: :class:`floodestimation.entities.Catchment`\n :return: 1D array of flow values\n :rtype: :class:`numpy.ndarray`\n<END>",... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the folder_to_db API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extr... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the folder_to_db API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extr... | Import an entire folder (incl. sub-folders) into the database
:param path: Folder location
:type path: str
:param session: database session to use, typically `floodestimation.db.Session()`
:type session: :class:`sqlalchemy.orm.session.Session`
:param method: - ``create``: only new catchments will b... | "Import an entire folder (incl. sub-folders) into the database\n\n :param path: Folder location\n :type path: str\n :param session: database session to use, typically `floodestimation.db.Session()`\n :type session: :class:`sqlalchemy.orm.session.Session`\n :param method: - ``create``: only new catchments... | 194 | false | OpenHydrology/floodestimation | folder_to_db | 141,426 | |
LDU_FT/idlesign/uwsgiconf/set_basic_params | LDU_FT | [
"<BEGIN>\n## `set_exit_events`",
"Do exit on certain events",
" :param bool no_workers: Shutdown uWSGI when no workers are running.",
" :param bool idle: Shutdown uWSGI when idle.",
" :param bool reload: Force exit even if a reload is requested.",
" :param bool sig_term: Exit o... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the set_basic_params API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the set_basic_params API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ... | :param int check_interval_busy: Interval (sec) to check worker busyness.
:param int busy_max: Maximum busyness (percents). Every time the calculated busyness
is higher than this value, uWSGI will spawn new workers. Default: 50.
:param int busy_min: Minimum busyness (percents). If busyness ... | ":param int check_interval_busy: Interval (sec) to check worker busyness.\n\n :param int busy_max: Maximum busyness (percents). Every time the calculated busyness\n is higher than this value, uWSGI will spawn new workers. Default: 50.\n\n :param int busy_min: Minimum busyness (percents). If bus... | 1,094 | true | idlesign/uwsgiconf | set_basic_params | 141,427 | |
LDU_FT/hazelcast/hazelcast-remote-controller/executeOnController | LDU_FT | [
"<BEGIN>\n## `createCluster`",
"Parameters:\n - hzVersion\n - xmlconfig\n<END>",
"<BEGIN>\n## `shutdownMember`",
"Parameters:\n - clusterId\n - memberId\n<END>",
"<BEGIN>\n## `terminateMember`",
"Parameters:\n - clusterId\n - memberId\n<END>",
"<BEGIN>\n##... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the executeOnController API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
T... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the executeOnController API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
T... | Parameters:
- clusterId
- script
- lang | "Parameters:\n - clusterId\n - script\n - lang" | 14 | false | hazelcast/hazelcast-remote-controller | executeOnController | 141,428 | |
LDU_FT/APSL/transmanager/create_translation_tasks | LDU_FT | [
"<BEGIN>\n## `create_translation_tasks`",
"Creates the translations tasks from the instance and its translatable children",
" :param instance:\n :return:\n<END>",
"<BEGIN>\n## `update_task`",
"Updates a task as done if we have a new value for this alternative language",
" :param diffe... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the create_translation_tasks API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusio... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the create_translation_tasks API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusio... | Creates the translations tasks from the instance and its translatable children
:param instance:
:return: | "Creates the translations tasks from the instance and its translatable children\n\n :param instance:\n :return:" | 92 | false | APSL/transmanager | create_translation_tasks | 141,429 | |
LDU_FT/merll/docker-fabric/save_image | LDU_FT | [
"<BEGIN>\n## `reset_socat`",
"Finds and closes all processes of `socat`.",
" :param use_sudo: Use `sudo` command. As Docker-Fabric does not run `socat` with `sudo`, this is by default set to\n ``False``. Setting it to ``True`` could unintentionally remove instances from other users.\n :type use_sudo:... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the save_image API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extrac... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the save_image API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extrac... | Saves a Docker image as a compressed tarball. This command line client method is a suitable alternative, if the
Remove API method is too slow.
:param image: Image id or tag.
:type image: unicode
:param local_filename: Local file name to store the image into. If this is a directory, the image will be st... | "Saves a Docker image as a compressed tarball. This command line client method is a suitable alternative, if the\n Remove API method is too slow.\n\n :param image: Image id or tag.\n :type image: unicode\n :param local_filename: Local file name to store the image into. If this is a directory, the image will... | 157 | false | merll/docker-fabric | save_image | 141,430 | |
LDU_FT/bfontaine/crosswords/get_remote_file | LDU_FT | [
"<BEGIN>\n## `sanitize_word`",
"sanitize a word by removing its accents, special characters, etc\n<END>",
"<BEGIN>\n## `init_storage`",
"Initialize the local dictionnaries cache in ~/.crosswords/dicts.\n<END>",
"<BEGIN>\n## `local_list`",
"Return a list of the locally available dictionnaries. Each element... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_remote_file API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The e... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_remote_file API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The e... | Wrapper around ``request.get`` which nicely handles connection errors | "Wrapper around ``request.get`` which nicely handles connection errors" | 20 | false | bfontaine/crosswords | get_remote_file | 141,431 | |
LDU_FT/agile-geoscience/welly/read_at | LDU_FT | [
"<BEGIN>\n## `sharey`",
"Shared axes limits without shared locators, ticks, etc.",
" By Joe Kington\n<END>",
"<BEGIN>\n## `fix_ticks`",
"Center ticklabels and hide any outside axes limits.",
" By Joe Kington\n<END>",
"<BEGIN>\n## `flatten_list`",
"Unpacks lists in a list:",
" [1, 2, [3,... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the read_at API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the read_at API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted... | Read the log at a specific depth or an array of depths.
Args:
d (float or array-like)
interpolation (str)
index(bool)
return_basis (bool)
Returns:
float or ndarray. | "Read the log at a specific depth or an array of depths.\n\n Args:\n d (float or array-like)\n interpolation (str)\n index(bool)\n return_basis (bool)\n\n Returns:\n float or ndarray." | 325 | false | agile-geoscience/welly | read_at | 141,432 | |
LDU_FT/mamrhein/specification/generic_visit | LDU_FT | [
"<BEGIN>\n## `is_satisfied_by`",
"Return True if `candidate` satisfies the specification.\n<END>",
"<BEGIN>\n## `src2ast`",
"Return ast.Expression created from source code given in `src`.\n<END>",
"<BEGIN>\n## `replace_name`",
"Replace all Name nodes named `old_name` with nodes named `new_name`.\n<END>",
... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the generic_visit API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ext... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the generic_visit API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ext... | Default handler, called if no explicit visitor function exists for
a node. | "Default handler, called if no explicit visitor function exists for\n a node." | 66 | false | mamrhein/specification | generic_visit | 141,433 | |
LDU_FT/kblin/ncbi-genome-download/config_download | LDU_FT | [
"<BEGIN>\n## `_create_list`",
"Create a list from the input value.",
" If the input is a list already, return it.\n If the input is a comma-separated string, split it.\n<END>",
"<BEGIN>\n## `is_compatible_assembly_level`",
"Check if a given ncbi assembly level string matches the configured assembly le... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the config_download API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The e... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the config_download API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The e... | Run the actual download from NCBI with parameters in a config object.
Parameters
----------
config: NgdConfig
A configuration object with the download settings
Returns
-------
int
success code | "Run the actual download from NCBI with parameters in a config object.\n\n Parameters\n ----------\n config: NgdConfig\n A configuration object with the download settings\n\n Returns\n -------\n int\n success code" | 56 | false | kblin/ncbi-genome-download | config_download | 141,434 | |
LDU_FT/ddorn/GUI/new_screen | LDU_FT | [
"<BEGIN>\n## `select`",
"Select an arbitrary item, by possition or by reference.\n<END>",
"<BEGIN>\n## `on_select`",
"Add an action to make when an object is selected.\n Only one action can be stored this way.\n<END>",
"<BEGIN>\n## `on_unselect`",
"Add an action to make when an object is unfocused.... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the new_screen API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extrac... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the new_screen API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extrac... | Makes a new screen with a size of SCREEN_SIZE, and VIDEO_OPTION as flags. Sets the windows name to NAME. | "Makes a new screen with a size of SCREEN_SIZE, and VIDEO_OPTION as flags. Sets the windows name to NAME." | 84 | false | ddorn/GUI | new_screen | 141,435 | |
LDU_FT/Cog-Creators/Red-Lavalink/create_player | LDU_FT | [
"<BEGIN>\n## `wait_until_ready`",
"Waits for the underlying node to become ready.",
" If no_raise is set, returns false when a timeout occurs instead of propogating TimeoutError.\n A timeout of None means to wait indefinitely.\n<END>",
"<BEGIN>\n## `connect`",
"Connects to the voice channel as... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the create_player API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ext... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the create_player API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ext... | Connects to a discord voice channel.
This function is safe to repeatedly call as it will return an existing
player if there is one.
Parameters
----------
channel
Returns
-------
Player
The created Player object. | "Connects to a discord voice channel.\n\n This function is safe to repeatedly call as it will return an existing\n player if there is one.\n\n Parameters\n ----------\n channel\n\n Returns\n -------\n Player\n The created Player object." | 103 | false | Cog-Creators/Red-Lavalink | create_player | 141,436 | |
LDU_FT/cihai/cihai/merge_dict | LDU_FT | [
"<BEGIN>\n## `run`",
"Wrapped so we can test in tests/test_examples.py\n<END>",
"<BEGIN>\n## `reflect_db`",
"No-op to reflect db info.",
" This is available as a method so the database can be reflected\n outside initialization (such bootstrapping unihan during CLI usage).\n<END>",
"<BEGIN>\n... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the merge_dict API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extrac... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the merge_dict API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extrac... | Combine two dictionary-like objects.
Notes
-----
Code from https://github.com/pypa/warehouse
Copyright 2013 Donald Stufft
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at... | "Combine two dictionary-like objects.\n\n Notes\n -----\n Code from https://github.com/pypa/warehouse\n Copyright 2013 Donald Stufft\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of th... | 77 | false | cihai/cihai | merge_dict | 141,437 | |
LDU_FT/aeguana/PyFileMaker/key_dict | LDU_FT | [
"<BEGIN>\n## `key_dict`",
"Returns dict from_dict['unicode_save_field'] = 'original key with unicode'\n<END>",
"<BEGIN>\n## `makeFMData`",
"Returns FMData structure which is initialized by given dictionary\n<END>",
"<BEGIN>\n## `_setMaxRecords`",
"Specifies the maximum number of records you want returned ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the key_dict API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the key_dict API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | Returns dict from_dict['unicode_save_field'] = 'original key with unicode' | "Returns dict from_dict['unicode_save_field'] = 'original key with unicode'" | 52 | false | aeguana/PyFileMaker | key_dict | 141,438 | |
LDU_FT/insomnia-lab/libreant/clone_index | LDU_FT | [
"<BEGIN>\n## `get_def_conf`",
"return default configurations as simple dict\n<END>",
"<BEGIN>\n## `_load_paths`",
"Goes recursevly through the given list of paths\n in order to find and pass all preset files to ```_load_preset()```\n<END>",
"<BEGIN>\n## `_load_preset`",
"load, validate and store a ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the clone_index API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the clone_index API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | Clone current index
All entries of the current index will be copied into the newly
created one named `new_indexname`
:param index_conf: Configuration to be used in the new index creation.
This param will be passed directly to :py:func:`DB.create_index` | "Clone current index\n\n All entries of the current index will be copied into the newly\n created one named `new_indexname`\n\n :param index_conf: Configuration to be used in the new index creation.\n This param will be passed directly to :py:func:`DB.create_in... | 150 | false | insomnia-lab/libreant | clone_index | 141,439 | |
LDU_FT/bastikr/boolean.py/get_literals | LDU_FT | [
"<BEGIN>\n## `definition`",
"Return a tuple of this algebra defined elements and types as:\n (TRUE, FALSE, NOT, AND, OR, Symbol)\n<END>",
"<BEGIN>\n## `parse`",
"Return a boolean expression parsed from `expr` either a unicode string\n or tokens iterable.",
" Optionally simplify the expr... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_literals API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extr... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_literals API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extr... | Return a list of all the literals contained in this expression.
Include recursively subexpressions symbols.
This includes duplicates. | "Return a list of all the literals contained in this expression.\n Include recursively subexpressions symbols.\n This includes duplicates." | 71 | false | bastikr/boolean.py | get_literals | 141,440 | |
LDU_FT/apache/incubator-mxnet/do_rnn_checkpoint | LDU_FT | [
"<BEGIN>\n## `dynamic_unroll`",
"Unrolls an RNN cell across time steps.",
" Currently, 'TNC' is a preferred layout. unroll on the input of this layout\n runs much faster.",
" Parameters\n ----------\n cell : an object whose base class is RNNCell.\n The RNN cell to run on the input sequen... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the do_rnn_checkpoint API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the do_rnn_checkpoint API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The... | Make a callback to checkpoint Module to prefix every epoch.
unpacks weights used by cells before saving.
Parameters
----------
cells : mxnet.rnn.RNNCell or list of RNNCells
The RNN cells used by this symbol.
prefix : str
The file prefix to checkpoint to
period : int
How ... | "Make a callback to checkpoint Module to prefix every epoch.\n unpacks weights used by cells before saving.\n\n Parameters\n ----------\n cells : mxnet.rnn.RNNCell or list of RNNCells\n The RNN cells used by this symbol.\n prefix : str\n The file prefix to checkpoint to\n period : int\n ... | 3,672 | true | apache/incubator-mxnet | do_rnn_checkpoint | 141,441 | |
LDU_FT/svenevs/exhale/inClassHierarchy | LDU_FT | [
"<BEGIN>\n## `apply_sphinx_configurations`",
"This method applies the various configurations users place in their ``conf.py``, in\n the dictionary ``exhale_args``. The error checking seems to be robust, and\n borderline obsessive, but there may very well be some glaring flaws.",
" When the user reques... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the inClassHierarchy API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the inClassHierarchy API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ... | Whether or not this node should be included in the class view hierarchy. Helper
method for :func:`~exhale.graph.ExhaleNode.toHierarchy`. Sets the member
variable ``self.in_class_hierarchy`` to True if appropriate.
:Return (bool):
True if this node should be included in the class v... | "Whether or not this node should be included in the class view hierarchy. Helper\n method for :func:`~exhale.graph.ExhaleNode.toHierarchy`. Sets the member\n variable ``self.in_class_hierarchy`` to True if appropriate.\n\n :Return (bool):\n True if this node should be included in the c... | 239 | false | svenevs/exhale | inClassHierarchy | 141,442 | |
LDU_FT/23andMe/Yamale/validate | LDU_FT | [
"<BEGIN>\n## `validate`",
"Check if ``value`` is valid.",
" :returns: [errors] If ``value`` is invalid, otherwise [].\n<END>",
"<BEGIN>\n## `_process_schema`",
"Go through a schema and construct validators.\n<END>",
"<BEGIN>\n## `_validate`",
"Run through a schema and a data structure,\n v... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the validate API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the validate API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | Check if ``value`` is valid.
:returns: [errors] If ``value`` is invalid, otherwise []. | "Check if ``value`` is valid.\n\n :returns: [errors] If ``value`` is invalid, otherwise []." | 21 | false | 23andMe/Yamale | validate | 141,443 | |
LDU_FT/brutasse/graphite-api/scale | LDU_FT | [
"<BEGIN>\n## `_find_paths`",
"Recursively generates absolute paths whose components\n underneath current_dir match the corresponding pattern in\n patterns\n<END>",
"<BEGIN>\n## `union_overlapping`",
"Union any overlapping intervals in the given set.\n<END>",
"<BEGIN>\n## `recurse`",
"Recursi... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the scale API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted d... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the scale API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted d... | Takes one metric or a wildcard seriesList followed by a constant, and
multiplies the datapoint by the constant provided at each point.
Example::
&target=scale(Server.instance01.threads.busy,10)
&target=scale(Server.instance*.threads.busy,10) | "Takes one metric or a wildcard seriesList followed by a constant, and\n multiplies the datapoint by the constant provided at each point.\n\n Example::\n\n &target=scale(Server.instance01.threads.busy,10)\n &target=scale(Server.instance*.threads.busy,10)" | 519 | false | brutasse/graphite-api | scale | 141,444 | |
LDU_FT/admiralobvious/vyper/unmarshall | LDU_FT | [
"<BEGIN>\n## `_get_env`",
"Wrapper around os.getenv() which replaces characters\n in the original key. This allows env vars which have different keys\n than the config object keys.\n<END>",
"<BEGIN>\n## `add_config_path`",
"Add a path for Vyper to search for the config file in.\n Can be c... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the unmarshall API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extrac... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the unmarshall API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extrac... | Unmarshalls the config into a class. Make sure that the tags on
the attributes of the class are properly set. | "Unmarshalls the config into a class. Make sure that the tags on\n the attributes of the class are properly set." | 38 | false | admiralobvious/vyper | unmarshall | 141,445 | |
LDU_FT/kylejusticemagnuson/pyti/percent_b | LDU_FT | [
"<BEGIN>\n## `band_width`",
"Bandwidth.",
" Formula:\n BW = SMA(H - L)\n<END>",
"<BEGIN>\n## `center_band`",
"Center Band.",
" Formula:\n CB = SMA(TP)\n<END>",
"<BEGIN>\n## `upper_band`",
"Upper Band.",
" Formula:\n UB = CB + BW\n<END>",
"<BEGIN>\n## `lower_band`",
"Lower Band.... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the percent_b API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extract... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the percent_b API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extract... | %B.
Formula:
%B = ((data - lb) / (ub - lb)) * 100 | "%B.\n\n Formula:\n %B = ((data - lb) / (ub - lb)) * 100" | 204 | false | kylejusticemagnuson/pyti | percent_b | 141,446 | |
LDU_FT/flavio/scsgate/parse | LDU_FT | [
"<BEGIN>\n## `parse`",
"Parses a raw datagram and return the right type of message\n<END>",
"<BEGIN>\n## `checksum_bytes`",
"Returns a XOR of all the bytes specified inside of the given list\n<END>",
"<BEGIN>\n## `compose_telegram`",
"Compose a SCS message",
" body: list containing the body of th... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the parse API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted d... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the parse API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted d... | Parses a raw datagram and return the right type of message | "Parses a raw datagram and return the right type of message" | 15 | false | flavio/scsgate | parse | 141,447 | |
LDU_FT/ScottDuckworth/python-anyvcs/dump | LDU_FT | [
"<BEGIN>\n## `clone`",
"Clone an existing repository to a new bare repository.\n<END>",
"<BEGIN>\n## `parse_isodate`",
"Parse a string that loosely fits ISO 8601 formatted date-time string\n<END>",
"<BEGIN>\n## `ls`",
"List directory or file",
" :param rev: The revision to use.\n :param pa... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the dump API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted do... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the dump API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted do... | Dump the repository to a dumpfile stream.
:param stream: A file stream to which the dumpfile is written
:param progress: A file stream to which progress is written
:param lower: Must be a numeric version number
:param upper: Must be a numeric version number
See ``svnadmin help ... | "Dump the repository to a dumpfile stream.\n\n :param stream: A file stream to which the dumpfile is written\n :param progress: A file stream to which progress is written\n :param lower: Must be a numeric version number\n :param upper: Must be a numeric version number\n\n See ``svnadm... | 45 | false | ScottDuckworth/python-anyvcs | dump | 141,448 | |
LDU_FT/riptano/ccm/watch_log_for_death | LDU_FT | [
"<BEGIN>\n## `actively_watch_logs_for_error`",
"Begins a thread that repeatedly scans system.log for new errors, every interval seconds.\n (The first pass covers the entire log contents written at that point,\n subsequent scans cover newly appended log messages).",
" Reports new errors, by ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the watch_log_for_death API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
T... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the watch_log_for_death API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
T... | Watch the log of this node until it detects that the provided other
nodes are marked dead. This method returns nothing but throw a
TimeoutError if all the requested node have not been found to be
marked dead before timeout sec.
A mark as returned by mark_log() can be used as the from_mar... | "Watch the log of this node until it detects that the provided other\n nodes are marked dead. This method returns nothing but throw a\n TimeoutError if all the requested node have not been found to be\n marked dead before timeout sec.\n A mark as returned by mark_log() can be used as the fro... | 108 | false | riptano/ccm | watch_log_for_death | 141,449 | |
LDU_FT/klahnakoski/pyLibrary/paired | LDU_FT | [
"<BEGIN>\n## `groupby`",
":param data:\n :param keys:\n :param size:\n :param min_size:\n :param max_size:\n :param contiguous: MAINTAIN THE ORDER OF THE DATA, STARTING THE NEW GROUP WHEN THE SELECTOR CHANGES\n :return: return list of (keys, values) PAIRS, WHERE\n keys IS IN LEAF... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the paired API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the paired API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted ... | Interactively determines the type of data and then runs the
appropriated statistic for paired group data.
Usage: lpaired(x,y)
Returns: appropriate statistic name, value, and probability | "Interactively determines the type of data and then runs the\nappropriated statistic for paired group data.\n\nUsage: lpaired(x,y)\nReturns: appropriate statistic name, value, and probability" | 574 | false | klahnakoski/pyLibrary | paired | 141,450 | |
LDU_FT/pudo/normality/safe_filename | LDU_FT | [
"<BEGIN>\n## `_safe_name`",
"Convert the file name to ASCII and normalize the string.\n<END>",
"<BEGIN>\n## `safe_filename`",
"Create a secure filename for plain file system storage.\n<END>",
"<BEGIN>\n## `stringify`",
"Brute-force convert a given object to a string.",
" This will attempt an increasi... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the safe_filename API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ext... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the safe_filename API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ext... | Create a secure filename for plain file system storage. | "Create a secure filename for plain file system storage." | 33 | false | pudo/normality | safe_filename | 141,451 | |
LDU_FT/jsommers/switchyard/run_simulation | LDU_FT | [
"<BEGIN>\n## `router_main`",
"Main method for router; we stay in a loop in this method, receiving\n packets until the end of time.\n<END>",
"<BEGIN>\n## `from_bytes`",
"Takes a byte string as a parameter and returns a list of\n IPOption objects.\n<END>",
"<BEGIN>\n## `to_bytes`",
"Takes a li... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the run_simulation API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ex... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the run_simulation API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ex... | Get the simulation substrate started. The key things are to set up
a series of queues that connect nodes together and get the link emulation
objects started (all inside the NodeExecutor class). The NodePlumbing
named tuples hold together threads for each node, the emulation
substrate (NodeExecutors), ... | "Get the simulation substrate started. The key things are to set up\n a series of queues that connect nodes together and get the link emulation\n objects started (all inside the NodeExecutor class). The NodePlumbing\n named tuples hold together threads for each node, the emulation\n substrate (NodeExecuto... | 192 | false | jsommers/switchyard | run_simulation | 141,452 | |
LDU_FT/twosigma/marbles/assert_stmt | LDU_FT | [
"<BEGIN>\n## `get_stack_info`",
"Capture locals, module name, filename, and line number from the\n stacktrace to provide the source of the assertion error and\n formatted note.\n<END>",
"<BEGIN>\n## `assertBetween`",
"Fail if ``obj`` is not between ``lower`` and ``upper``.",
" If ``strict=True`... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the assert_stmt API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the assert_stmt API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | Returns a string displaying the whole statement that failed,
with a '>' indicator on the line starting the expression. | "Returns a string displaying the whole statement that failed,\n with a '>' indicator on the line starting the expression." | 199 | false | twosigma/marbles | assert_stmt | 141,453 | |
LDU_FT/urosjarc/decisionTable.py/__tableStringParser | LDU_FT | [
"<BEGIN>\n## `__tableStringParser`",
"Will parse and check tableString parameter for any invalid strings.",
"\t\tArgs:\n\t\t\ttableString (str): Standard table string with header and decisions.",
"\t\tRaises:\n\t\t\tValueError: tableString is empty.\n\t\t\tValueError: One of the header element is not unique.\... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the __tableStringParser API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
T... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the __tableStringParser API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
T... | Will parse and check tableString parameter for any invalid strings.
Args:
tableString (str): Standard table string with header and decisions.
Raises:
ValueError: tableString is empty.
ValueError: One of the header element is not unique.
ValueError: Missing data value.
ValueError: Missing parent dat... | "Will parse and check tableString parameter for any invalid strings.\n\n\t\tArgs:\n\t\t\ttableString (str): Standard table string with header and decisions.\n\n\t\tRaises:\n\t\t\tValueError: tableString is empty.\n\t\t\tValueError: One of the header element is not unique.\n\t\t\tValueError: Missing data value.\n\t\t\tV... | 35 | false | urosjarc/decisionTable.py | __tableStringParser | 141,454 | |
LDU_FT/tempodb/tempodb-python/to_dictionary | LDU_FT | [
"<BEGIN>\n## `from_json`",
"Deserialize a JSON object into this object. This method will\n check that the JSON object has the required keys and will set each\n of the keys in that JSON object as an instance attribute of this\n object.",
" :param json_text: the JSON text or object to... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the to_dictionary API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ext... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the to_dictionary API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ext... | Serialize an object into dictionary form. Useful if you have to
serialize an array of objects into JSON. Otherwise, if you call the
:meth:`to_json` method on each object in the list and then try to
dump the array, you end up with an array with one string. | "Serialize an object into dictionary form. Useful if you have to\n serialize an array of objects into JSON. Otherwise, if you call the\n :meth:`to_json` method on each object in the list and then try to\n dump the array, you end up with an array with one string." | 99 | false | tempodb/tempodb-python | to_dictionary | 141,455 | |
LDU_FT/kelproject/pykube/logs | LDU_FT | [
"<BEGIN>\n## `iterator`",
"Execute the API request and return an iterator over the objects. This\n method does not use the query cache.\n<END>",
"<BEGIN>\n## `get_kwargs`",
"Creates a full URL to request based on arguments.",
" :Parametes:\n - `kwargs`: All keyword arguments to build... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the logs API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted do... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the logs API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted do... | Produces the same result as calling kubectl logs pod/<pod-name>.
Check parameters meaning at
http://kubernetes.io/docs/api-reference/v1/operations/,
part 'read log of the specified Pod'. The result is plain text. | "Produces the same result as calling kubectl logs pod/<pod-name>.\n Check parameters meaning at\n http://kubernetes.io/docs/api-reference/v1/operations/,\n part 'read log of the specified Pod'. The result is plain text." | 54 | false | kelproject/pykube | logs | 141,456 | |
LDU_FT/HacKanCuBa/passphrase-py/lowercase_chars | LDU_FT | [
"<BEGIN>\n## `entropy_bits`",
"Calculate the number of entropy bits in a list or tuple of elements.\n<END>",
"<BEGIN>\n## `entropy_bits_nrange`",
"Calculate the number of entropy bits in a range of numbers.\n<END>",
"<BEGIN>\n## `password_length_needed`",
"Calculate the length of a password for a given en... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the lowercase_chars API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The e... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the lowercase_chars API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The e... | Return all (and only) the lowercase chars in the given string. | "Return all (and only) the lowercase chars in the given string." | 77 | false | HacKanCuBa/passphrase-py | lowercase_chars | 141,457 | |
LDU_FT/drongo-framework/drongo/from_dict | LDU_FT | [
"<BEGIN>\n## `set_cookie`",
"Set a cookie.",
" Args:\n key (:obj:`str`): Cookie name\n value (:obj:`str`): Cookie value\n domain (:obj:`str`): Cookie domain\n path (:obj:`str`): Cookie value\n secure (:obj:`bool`): True if secure, False otherwise\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the from_dict API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extract... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the from_dict API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extract... | Creates dict2 object from dict object
Args:
val (:obj:`dict`): Value to create from
Returns:
Equivalent dict2 object. | "Creates dict2 object from dict object\n\n Args:\n val (:obj:`dict`): Value to create from\n\n Returns:\n Equivalent dict2 object." | 46 | false | drongo-framework/drongo | from_dict | 141,458 | |
LDU_FT/CI-WATER/gsshapy/_read | LDU_FT | [
"<BEGIN>\n## `_read`",
"Generic Time Series Read from File Method\n<END>",
"<BEGIN>\n## `_write`",
"Generic Time Series Write to File Method\n<END>",
"<BEGIN>\n## `_createTimeSeriesObjects`",
"Create GSSHAPY TimeSeries and TimeSeriesValue Objects Method\n<END>",
"<BEGIN>\n## `_read`",
"Generic Output ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _read API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted d... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _read API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted d... | Storm Pipe Network File Read from File Method | "Storm Pipe Network File Read from File Method" | 537 | false | CI-WATER/gsshapy | _read | 141,459 | |
LDU_FT/fugue/credstash/getSecret | LDU_FT | [
"<BEGIN>\n## `updateVersions`",
"do a full-table scan of the credential-store,\n and update the version format of every credential if it is an integer\n<END>",
"<BEGIN>\n## `paddedInt`",
"return a string that contains `i`, left-padded with 0's up to PAD_LEN digits\n<END>",
"<BEGIN>\n## `getHighestVersion... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the getSecret API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extract... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the getSecret API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extract... | fetch and decrypt the secret called `name` | "fetch and decrypt the secret called `name`" | 20 | false | fugue/credstash | getSecret | 141,460 | |
LDU_FT/incuna/django-orderable/get_unique_fields | LDU_FT | [
"<BEGIN>\n## `reorder_view`",
"The 'reorder' admin view for this model.\n<END>",
"<BEGIN>\n## `get_unique_fields`",
"List field names that are unique_together with `sort_order`.\n<END>",
"<BEGIN>\n## `_is_sort_order_unique_together_with_something`",
"Is the sort_order field unique_together with something\... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_unique_fields API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_unique_fields API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The... | List field names that are unique_together with `sort_order`. | "List field names that are unique_together with `sort_order`." | 14 | false | incuna/django-orderable | get_unique_fields | 141,461 | |
LDU_FT/obilaniu/Nauka/listSnapshotDir | LDU_FT | [
"<BEGIN>\n## `_parseSpec`",
"Split the argument string. Example:",
"\t--arg name:value0,value1,key2=value2,key3=value3",
"\tgets split into",
"\tname, args, kwargs = (\n\t \"name\",\n\t (value0, value1),\n\t {\"key2\":value2, \"key3\":value3},\n\t)\n<END>",
"<BEGIN>\n## `fromScratch`",
"Start a... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the listSnapshotDir API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The e... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the listSnapshotDir API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The e... | Return the set of snapshot directories and non-snapshot directories
under the given path. | "Return the set of snapshot directories and non-snapshot directories\n\t\tunder the given path." | 36 | false | obilaniu/Nauka | listSnapshotDir | 141,462 | |
LDU_FT/devassistant/devassistant/expand_dependencies_section | LDU_FT | [
"<BEGIN>\n## `is_local_subsection`",
"Returns True if command dict is \"local subsection\", meaning\n that it is \"if\", \"else\" or \"for\" (not a real call, but calls\n run_section recursively.\n<END>",
"<BEGIN>\n## `_process_req_txt`",
"Returns a processed request or raises an exception\n<END>",
"<... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the expand_dependencies_section API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclu... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the expand_dependencies_section API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclu... | Expands dependency section, e.g. substitues "use: foo" for its contents, but
doesn't evaluate conditions nor substitue variables. | "Expands dependency section, e.g. substitues \"use: foo\" for its contents, but\n doesn't evaluate conditions nor substitue variables." | 399 | false | devassistant/devassistant | expand_dependencies_section | 141,463 | |
LDU_FT/syrusakbary/promise/clear | LDU_FT | [
"<BEGIN>\n## `dispatch_queue`",
"Given the current state of a Loader instance, perform a batch load\n from its current queue.\n<END>",
"<BEGIN>\n## `failed_dispatch`",
"Do not cache individual loads if the entire batch dispatch fails,\n but still reject each request so they do not hang.\n<END>",
"<BEG... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the clear API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted d... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the clear API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted d... | Clears the value at `key` from the cache, if it exists. Returns itself for
method chaining. | "Clears the value at `key` from the cache, if it exists. Returns itself for\n method chaining." | 25 | false | syrusakbary/promise | clear | 141,464 | |
LDU_FT/mobinrg/rpi_spark_drives/refresh | LDU_FT | [
"<BEGIN>\n## `setKeyButton`",
"!\n \\~english\n Set key button event\n @param btnId: Key button pin number in BCM\n @param keyCallback: A interrupt <b>callback_function</b> or <b>None</b>. <br>\n If set to <b>None</b> means keybutton work in query mode<br>\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the refresh API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the refresh API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted... | !
\~english
Update current view content to display
Supported: JMRPiDisplay_SSD1306 and Adafruit SSD1306 driver
\~chinese
更新当前视图内容到显示屏
支持: JMRPiDisplay_SSD1306 和 Adafruit SSD1306 driver | "!\n \\~english\n Update current view content to display\n Supported: JMRPiDisplay_SSD1306 and Adafruit SSD1306 driver\n\n \\~chinese\n 更新当前视图内容到显示屏\n 支持: JMRPiDisplay_SSD1306 和 Adafruit SSD1306 driver" | 135 | false | mobinrg/rpi_spark_drives | refresh | 141,465 | |
LDU_FT/chrlie/shorten/next_formatted_pair | LDU_FT | [
"<BEGIN>\n## `insert`",
"\\\n Inserts a value and returns a :class:`Pair <Pair>`.",
" If the generated key exists or memcache cannot store it, a \n :class:`KeyInsertError <shorten.KeyInsertError>` is raised (or a\n :class:`TokenInsertError <shorten.TokenInsertError>` if a token\n exists... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the next_formatted_pair API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
T... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the next_formatted_pair API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
T... | \
Returns a :class:`FormattedPair <shorten.store.FormattedPair>` containing
attributes `key`, `token`, `formatted_key` and `formatted_token`.
Calling this method will always consume a key and token. | "\\\n Returns a :class:`FormattedPair <shorten.store.FormattedPair>` containing \n attributes `key`, `token`, `formatted_key` and `formatted_token`. \n Calling this method will always consume a key and token." | 39 | false | chrlie/shorten | next_formatted_pair | 141,466 | |
LDU_FT/abilian/abilian-core/register | LDU_FT | [
"<BEGIN>\n## `require_flush`",
"Decorator for methods that need to query security.",
" It ensures all security related operations are flushed to DB, but\n avoids unneeded flushes.\n<END>",
"<BEGIN>\n## `query_pa_no_flush`",
"Query for a :class:`PermissionAssignment` using `session` without any\n `f... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the register API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the register API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracte... | Register an :class:`~.Entity` as a taggable class.
Can be used as a class decorator:
.. code-block:: python
@tag.register
class MyContent(Entity):
.... | "Register an :class:`~.Entity` as a taggable class.\n\n Can be used as a class decorator:\n\n .. code-block:: python\n\n @tag.register\n class MyContent(Entity):\n ...." | 429 | false | abilian/abilian-core | register | 141,467 | |
LDU_FT/rossant/ipymd/register_entrypoints | LDU_FT | [
"<BEGIN>\n## `_get_html_contents`",
"Process a HTML block and detects whether it is a code block,\n a math block, or a regular HTML block.\n<END>",
"<BEGIN>\n## `format_manager`",
"Return the instance singleton, creating if necessary\n<END>",
"<BEGIN>\n## `register_entrypoints`",
"Look through the `set... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the register_entrypoints API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the register_entrypoints API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | Look through the `setup_tools` `entry_points` and load all of
the formats. | "Look through the `setup_tools` `entry_points` and load all of\n the formats." | 64 | false | rossant/ipymd | register_entrypoints | 141,468 | |
LDU_FT/rcsb/mmtf-python/ungzip_data | LDU_FT | [
"<BEGIN>\n## `add_atom_data`",
"Add the atomic data to the DataTransferInterface.\n :param data_api the data api from where to get the data\n :param data_setters the class to push the data to\n :param atom_nams the list of atom names for the group\n :param element_names the list of element names for t... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the ungzip_data API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the ungzip_data API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | Return a string of data after gzip decoding
:param the input gziped data
:return the gzip decoded data | "Return a string of data after gzip decoding\n\n :param the input gziped data\n :return the gzip decoded data" | 130 | false | rcsb/mmtf-python | ungzip_data | 141,469 | |
LDU_FT/MechanicalSoup/MechanicalSoup/new_control | LDU_FT | [
"<BEGIN>\n## `new_control`",
"Call :func:`Form.new_control` on the currently selected form.\n<END>",
"<BEGIN>\n## `open`",
"Open the URL and store the Browser's state in this object.\n All arguments are forwarded to :func:`Browser.get`.",
" :return: Forwarded from :func:`Browser.get`.\n<END>",... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the new_control API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the new_control API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | Add a new input element to the form.
The arguments set the attributes of the new element. | "Add a new input element to the form.\n\n The arguments set the attributes of the new element." | 119 | false | MechanicalSoup/MechanicalSoup | new_control | 141,470 | |
LDU_FT/reflexsc/reflex/configure | LDU_FT | [
"<BEGIN>\n## `configure`",
"Configure Monitor, pull list of what to monitor, initialize threads\n<END>",
"<BEGIN>\n## `feed_monitors`",
"Pull from the cached monitors data and feed the workers queue. Run\n every interval (refresh:test).\n<END>",
"<BEGIN>\n## `update_monitors`",
"Periodically check... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the configure API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extract... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the configure API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extract... | Configure Monitor, pull list of what to monitor, initialize threads | "Configure Monitor, pull list of what to monitor, initialize threads" | 35 | false | reflexsc/reflex | configure | 141,471 | |
LDU_FT/vpelletier/python-functionfs/getOSExtPropDesc | LDU_FT | [
"<BEGIN>\n## `getInterfaceInAllSpeeds`",
"Produce similar fs, hs and ss interface and endpoints descriptors.\n Should be useful for devices desiring to work in all 3 speeds with maximum\n endpoint wMaxPacketSize. Reduces data duplication from descriptor\n declarations.\n Not intended to cover fancy co... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the getOSExtPropDesc API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the getOSExtPropDesc API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ... | Returns an OS extension property descriptor.
data_type (int)
See wPropertyDataType documentation.
name (string)
See PropertyName documentation.
value (string)
See PropertyData documentation.
NULL chars must be explicitely included in the value when needed,
this functi... | "Returns an OS extension property descriptor.\n data_type (int)\n See wPropertyDataType documentation.\n name (string)\n See PropertyName documentation.\n value (string)\n See PropertyData documentation.\n NULL chars must be explicitely included in the value when needed,\n th... | 40 | false | vpelletier/python-functionfs | getOSExtPropDesc | 141,472 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.