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/heuer/cablemap/origin_iraq | 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 origin_iraq 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 origin_iraq 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 if the origin is Iraq.
`origin`
The origin to check. | "\\\n Returns if the origin is Iraq.\n\n `origin`\n The origin to check." | 206 | false | heuer/cablemap | origin_iraq | 20,573 | |
LDU_FT/turbidsoul/tsutil/get_location_from_taobao | LDU_FT | [
"<BEGIN>\n## `wrap_object`",
"before/after call will encapsulate callable object\n<END>",
"<BEGIN>\n## `quick_sorted`",
">>> l = [2,3,1,0,6,4,7,8,5,9]\n >>> quick_sorted(l)\n [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]\n >>> quick_sorted(l, func=lambda a, b: cmp(b, a))\n [9, 8, 7, 6, 5, 4, 3, 2, 1, 0]\n >>>... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_location_from_taobao 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 get_location_from_taobao API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusio... | {
"code":0,
"data":{
"country":"\u65e5\u672c",
"country_id":"JP",
"area":"",
"area_id":"",
"region":"",
"region_id":"",
"city":"",
"city_id":"",
"county":"",
"county_id":"",
... | "{\n \"code\":0,\n \"data\":{\n \"country\":\"\\u65e5\\u672c\",\n \"country_id\":\"JP\",\n \"area\":\"\",\n \"area_id\":\"\",\n \"region\":\"\",\n \"region_id\":\"\",\n \"city\":\"\",\n \"city_id\":\"\",\n \... | 12 | false | turbidsoul/tsutil | get_location_from_taobao | 20,574 | |
LDU_FT/luismasuelli/python-cantrips/BROADCAST_FILTER_OR | LDU_FT | [
"<BEGIN>\n## `can_take`",
"Decorator to make a class allow their instances to generate\n snapshot of themselves.",
" Decorates the class by allowing it to have:\n * A custom class to serve each snapshot. Such class\n will have a subset of attributes to serve from the object,\n and a spe... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the BROADCAST_FILTER_OR 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 BROADCAST_FILTER_OR 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... | Composes the passed filters into an and-joined filter. | "Composes the passed filters into an and-joined filter." | 51 | false | luismasuelli/python-cantrips | BROADCAST_FILTER_OR | 20,575 | |
LDU_FT/sammchardy/python-kucoin/get_withdrawals | LDU_FT | [
"<BEGIN>\n## `subscribe`",
"Subscribe to a channel",
" :param topic: required\n :returns: None",
" Sample ws response",
" .. code-block:: python",
" {\n \"type\":\"message\",\n \"topic\":\"/market/ticker:BTC-USDT\",\n \"su... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_withdrawals 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_withdrawals 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... | Get deposit records for a currency
https://docs.kucoin.com/#get-withdrawals-list
:param currency: Name of currency (optional)
:type currency: string
:param status: optional - Status of deposit (PROCESSING, SUCCESS, FAILURE)
:type status: string
:param start: (optional) ... | "Get deposit records for a currency\n\n https://docs.kucoin.com/#get-withdrawals-list\n\n :param currency: Name of currency (optional)\n :type currency: string\n :param status: optional - Status of deposit (PROCESSING, SUCCESS, FAILURE)\n :type status: string\n :param start: (o... | 271 | false | sammchardy/python-kucoin | get_withdrawals | 20,576 | |
LDU_FT/ramrod-project/database-brain/create_plugin | LDU_FT | [
"<BEGIN>\n## `deprecated_function`",
"decorator to annotate deprecated functions",
" usage @decorator(replacement=\"brain.whatever.new_function\")",
" :param func_: <callable>\n :param replacement: <str>\n :param args: positional arguments\n :param kwargs:\n :return: <func_'s return value>\... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the create_plugin 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_plugin 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 new plugin
:param plugin_name: <str>
:param conn:
:return: <dict> rethinkdb response | "Creates a new plugin\n\n :param plugin_name: <str>\n :param conn:\n :return: <dict> rethinkdb response" | 165 | false | ramrod-project/database-brain | create_plugin | 20,577 | |
LDU_FT/ARMmbed/mbed-cloud-sdk-python/delete_resource_subscription | LDU_FT | [
"<BEGIN>\n## `add_resource_subscription`",
"Subscribe to a resource path # noqa: E501",
"The Device Management Connect eventing model consists of observable resources. This means that endpoints can deliver updated resource content, periodically or with a more sophisticated solution-dependent logic. The OMA LwM... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the delete_resource_subscription 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 delete_resource_subscription API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its concl... | Unsubscribe from device and/or resource_path updates.
If device_id or resource_path is None, or this method is called without arguments,
all subscriptions are removed.
Calling it with only device_id removes subscriptions for all resources
on the given device.
:param device_id: ... | "Unsubscribe from device and/or resource_path updates.\n\n If device_id or resource_path is None, or this method is called without arguments,\n all subscriptions are removed.\n Calling it with only device_id removes subscriptions for all resources\n on the given device.\n\n :param dev... | 1,479 | true | ARMmbed/mbed-cloud-sdk-python | delete_resource_subscription | 20,578 | |
LDU_FT/jonbretman/jinja-to-js/get_output | LDU_FT | [
"<BEGIN>\n## `option`",
"Context manager for temporarily setting a keyword argument and\n then restoring it to whatever it was before.\n<END>",
"<BEGIN>\n## `is_method_call`",
"Returns True if `node` is a method call for `method_name`. `method_name`\n can be either a string or an iterable of strings.\n<... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_output 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_output 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... | Returns the generated JavaScript code.
Returns:
str | "Returns the generated JavaScript code.\n\n Returns:\n str" | 43 | false | jonbretman/jinja-to-js | get_output | 20,579 | |
LDU_FT/fred49/linshare-api/list | LDU_FT | [
"<BEGIN>\n## `upload`",
"Upload a file to LinShare using its rest api.\n The uploaded document uuid will be returned\n<END>",
"<BEGIN>\n## `upload`",
"Upload a file to LinShare using its rest api.\n The uploaded document uuid will be returned\n<END>",
"<BEGIN>\n## `compute_key`",
"This funct... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the list 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 list 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... | Workaround: data is automatically filtered by domain. | "Workaround: data is automatically filtered by domain." | 21 | false | fred49/linshare-api | list | 20,580 | |
LDU_FT/googlefonts/fontmake/subset_otf_from_ufo | LDU_FT | [
"<BEGIN>\n## `exclude_args`",
"Delete options that are not appropriate for a following code path; exit\n with an error if excluded options were passed in by the user.",
" argparse generates a namespace with all options it knows, but not every\n attribute should be passed to all code paths (i.e. options... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the subset_otf_from_ufo 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 subset_otf_from_ufo 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... | Subset a font using export flags set by glyphsLib.
There are two more settings that can change export behavior:
"Export Glyphs" and "Remove Glyphs", which are currently not supported
for complexity reasons. See
https://github.com/googlei18n/glyphsLib/issues/295. | "Subset a font using export flags set by glyphsLib.\n\n There are two more settings that can change export behavior:\n \"Export Glyphs\" and \"Remove Glyphs\", which are currently not supported\n for complexity reasons. See\n https://github.com/googlei18n/glyphsLib/issues/295." | 57 | false | googlefonts/fontmake | subset_otf_from_ufo | 20,581 | |
LDU_FT/renweizhukov/txt2mobi3/_is_chapter_title | LDU_FT | [
"<BEGIN>\n## `_process_lines`",
"循环处理所有的行\n :param lines:\n :type lines:\n :return:\n :rtype:\n<END>",
"<BEGIN>\n## `_is_chapter_title`",
"检测是否章节标题\n :param line:\n :type line:\n :return:\n :rtype:\n<END>",
"<BEGIN>\n## `_start_end_of_index`",
"根据boo... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _is_chapter_title 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 _is_chapter_title 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 line:
:type line:
:return:
:rtype: | "检测是否章节标题\n :param line:\n :type line:\n :return:\n :rtype:" | 12 | false | renweizhukov/txt2mobi3 | _is_chapter_title | 20,582 | |
LDU_FT/payu-org/payu/mkdir_p | LDU_FT | [
"<BEGIN>\n## `set_model_pathnames`",
"Define the paths associated with this model.\n<END>",
"<BEGIN>\n## `archive`",
"Store model output to laboratory archive.\n<END>",
"<BEGIN>\n## `parse`",
"Parse the command line inputs and execute the subcommand.\n<END>",
"<BEGIN>\n## `get_model_type`",
"Determine... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the mkdir_p 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 mkdir_p 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... | Create a new directory; ignore if it already exists. | "Create a new directory; ignore if it already exists." | 78 | false | payu-org/payu | mkdir_p | 20,583 | |
LDU_FT/sam-cox/pytides/normalize | LDU_FT | [
"<BEGIN>\n## `_prepare`",
"Return constituent speed and equilibrium argument at a given time, and constituent node factors at given times.\n\t\tArguments:\n\t\tconstituents -- list of constituents to prepare\n\t\tt0 -- time at which to evaluate speed and equilibrium argument for each constituent\n\t\tt -- list of... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the normalize 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 normalize 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... | Adapt self.model so that amplitudes are positive and phases are in [0,360) as per convention | "Adapt self.model so that amplitudes are positive and phases are in [0,360) as per convention" | 23 | false | sam-cox/pytides | normalize | 20,584 | |
LDU_FT/IBM/pyxcli/get_cluster_port_names | LDU_FT | [
"<BEGIN>\n## `str_brief`",
"Truncates a string, starting from 'lim' chars. The given object\n can be a string, or something that can be casted to a string.",
" >>> import string\n >>> str_brief(string.uppercase)\n 'ABCDEFGHIJKLMNOPQRST...'\n >>> str_brief(2 ** 50, lim=10, dots='0')\n '11258999... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_cluster_port_names 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 get_cluster_port_names API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.... | return a list of the port names under XIV CLuster | "return a list of the port names under XIV CLuster" | 48 | false | IBM/pyxcli | get_cluster_port_names | 20,585 | |
LDU_FT/Microsoft/LightGBM/get_group | LDU_FT | [
"<BEGIN>\n## `check_dependicies`",
"Check the dynamic symbol versions.",
" Parameters\n ----------\n objdump_string : string\n The dynamic symbol table entries of the file (result of `objdump -T` command).\n<END>",
"<BEGIN>\n## `_objective_function_wrapper`",
"Decorate an objective function.... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_group 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_group 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... | Get the group of the Dataset.
Returns
-------
group : numpy array or None
Group size of each group. | "Get the group of the Dataset.\n\n Returns\n -------\n group : numpy array or None\n Group size of each group." | 379 | false | Microsoft/LightGBM | get_group | 20,586 | |
LDU_FT/pyhys/minimalmodbus/set_control_mode | LDU_FT | [
"<BEGIN>\n## `_checkSetpointValue`",
"Check that the given setpointvalue is valid.",
" Args:\n * setpointvalue (numerical): The setpoint value to be checked. Must be positive.\n * maxvalue (numerical): Upper limit for setpoint value. Must be positive.",
" Raises:\n TypeError, ValueE... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the set_control_mode 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_control_mode 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 ... | Set the control method using the corresponding integer value.
Args:
modevalue(int): 0-3
The modevalue is one of the keys in :data:`CONTROL_MODES`. | "Set the control method using the corresponding integer value.\n \n Args:\n modevalue(int): 0-3\n \n The modevalue is one of the keys in :data:`CONTROL_MODES`." | 357 | false | pyhys/minimalmodbus | set_control_mode | 20,587 | |
LDU_FT/goldsmith/Wikipedia/html | LDU_FT | [
"<BEGIN>\n## `set_lang`",
"Change the language of the API being requested.\n Set `prefix` to one of the two letter prefixes found on the `list of all Wikipedias <http://meta.wikimedia.org/wiki/List_of_Wikipedias>`_.",
" After setting the language, the cache for ``search``, ``suggest``, and ``summary`` will be... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the html 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 html 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... | Get full page HTML.
.. warning:: This can get pretty slow on long pages. | "Get full page HTML.\n\n .. warning:: This can get pretty slow on long pages." | 62 | false | goldsmith/Wikipedia | html | 20,588 | |
LDU_FT/MaxHalford/prince/row_coordinates | LDU_FT | [
"<BEGIN>\n## `row_contributions`",
"Returns the row contributions towards each principal component.\n<END>",
"<BEGIN>\n## `partial_row_coordinates`",
"Returns the row coordinates for each group.\n<END>",
"<BEGIN>\n## `transform`",
"Computes the row principal coordinates of a dataset.",
" Same as ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the row_coordinates 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 row_coordinates 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... | Returns the row principal coordinates.
The row principal coordinates are obtained by projecting `X` on the right eigenvectors. | "Returns the row principal coordinates.\n\n The row principal coordinates are obtained by projecting `X` on the right eigenvectors." | 36 | false | MaxHalford/prince | row_coordinates | 20,589 | |
LDU_FT/mozilla-releng/scriptworker/get_repo | LDU_FT | [
"<BEGIN>\n## `create_queue`",
"Create a taskcluster queue.",
" Args:\n credentials (dict): taskcluster credentials.\n<END>",
"<BEGIN>\n## `write_json`",
"Write json to disk.",
" Args:\n path (str): the path to write to\n contents (dict): the contents of the j... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_repo 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 get_repo 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 the repo for a task.
Args:
task (ChainOfTrust or LinkOfTrust): the trust object to inspect
source_env_prefix (str): The environment variable prefix that is used
to get repository information.
Returns:
str: the source url.
None: if not defined for this task. | "Get the repo for a task.\n\n Args:\n task (ChainOfTrust or LinkOfTrust): the trust object to inspect\n source_env_prefix (str): The environment variable prefix that is used\n to get repository information.\n\n Returns:\n str: the source url.\n None: if not defined for this ... | 621 | false | mozilla-releng/scriptworker | get_repo | 20,590 | |
LDU_FT/vtraag/louvain-igraph/find_partition_temporal | LDU_FT | [
"<BEGIN>\n## `optimise_partition`",
"Optimise the given partition.",
" Parameters\n ----------\n partition\n The :class:`~VertexPartition.MutableVertexPartition` to optimise.",
" Returns\n -------\n float\n Improvement in quality function.",
" Examples\n --------",
" >... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the find_partition_temporal 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 find_partition_temporal API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion... | Detect communities for temporal graphs.
Each graph is considered to represent a time slice and does not necessarily
need to be defined on the same set of vertices. Nodes in two consecutive
slices are identified on the basis of the ``vertex_id_attr``, i.e. if two
nodes in two consecutive slices have an identica... | "Detect communities for temporal graphs.\n\n Each graph is considered to represent a time slice and does not necessarily\n need to be defined on the same set of vertices. Nodes in two consecutive\n slices are identified on the basis of the ``vertex_id_attr``, i.e. if two\n nodes in two consecutive slices have an id... | 102 | false | vtraag/louvain-igraph | find_partition_temporal | 20,591 | |
LDU_FT/lvieirajr/mongorest/documents | LDU_FT | [
"<BEGIN>\n## `insert`",
"Saves the Document to the database if it is valid.\n Returns errors otherwise.\n<END>",
"<BEGIN>\n## `update`",
"Updates the document with the given _id saved in the collection if it\n is valid.\n Returns errors otherwise.\n<END>",
"<BEGIN>\n## `delete`",
"Del... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the documents 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 documents 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... | Returns a list of Documents if any document is filtered | "Returns a list of Documents if any document is filtered" | 42 | false | lvieirajr/mongorest | documents | 20,592 | |
LDU_FT/devopshq/crosspm/search_auth | LDU_FT | [
"<BEGIN>\n## `usedby_packages`",
"Lock packages. Downloader search packages\n<END>",
"<BEGIN>\n## `set_duplicated_flag`",
"For all package set flag duplicated, if it's not unique package\n :return:\n<END>",
"<BEGIN>\n## `get_object_from_string`",
"Return python object from string\n :param object... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the search_auth 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 search_auth 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... | Looking for auth in env, cmdline, str
:param list_or_file_path:
:param source: | "Looking for auth in env, cmdline, str\n :param list_or_file_path:\n :param source:" | 36 | false | devopshq/crosspm | search_auth | 20,593 | |
LDU_FT/playpauseandstop/rororo/_validate | LDU_FT | [
"<BEGIN>\n## `str_to_timedelta`",
"Convert string value to timedelta instance according to the given format.",
" If format not set function tries to load timedelta using default\n ``TIMEDELTA_FORMAT`` and then both of magic \"full\" formats.",
" You should also specify list of formats and function tr... | 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 extract... | 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 extract... | Validate data against given schema.
:param data: Data to validate.
:param schema: Schema to use for validation. | "Validate data against given schema.\n\n :param data: Data to validate.\n :param schema: Schema to use for validation." | 128 | false | playpauseandstop/rororo | _validate | 20,594 | |
LDU_FT/dmwm/DBS/status | LDU_FT | [
"<BEGIN>\n## `inputChecks`",
"This is a function to check all the input for GET APIs.\n<END>",
"<BEGIN>\n## `validateStringInput`",
"To check if a string has the required format. This is only used for POST APIs.\n<END>",
"<BEGIN>\n## `execute`",
"Lists all primary datasets if pattern is not provided.\n<EN... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the status 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 status 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 ... | Interface to query status of a migration request
In this preference order of input parameters :
migration_rqst_id, block, dataset, user
(if multi parameters are provided, only the precedence order is followed) | "Interface to query status of a migration request\n In this preference order of input parameters :\n migration_rqst_id, block, dataset, user\n (if multi parameters are provided, only the precedence order is followed)" | 352 | false | dmwm/DBS | status | 20,595 | |
LDU_FT/dcos/shakedown/add_user_to_group | LDU_FT | [
"<BEGIN>\n## `get_tasks`",
"Get a list of tasks, optionally filtered by task id.\n The task_id can be the abbrevated. Example: If a task named 'sleep' is\n scaled to 3 in marathon, there will be be 3 tasks starting with 'sleep.'",
" :param task_id: task ID\n :type task_id: str\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the add_user_to_group 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 add_user_to_group 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... | Adds a user to a group within DCOS Enterprise. The group and
user must exist.
:param uid: user id
:type uid: str
:param gid: group id
:type gid: str
:param exist_ok: True if it is ok for the relationship to pre-exist.
:type exist_ok: bool | "Adds a user to a group within DCOS Enterprise. The group and\n user must exist.\n\n :param uid: user id\n :type uid: str\n :param gid: group id\n :type gid: str\n :param exist_ok: True if it is ok for the relationship to pre-exist.\n :type exist_ok: bool" | 288 | false | dcos/shakedown | add_user_to_group | 20,596 | |
LDU_FT/XuShaohua/bcloud/get_token | LDU_FT | [
"<BEGIN>\n## `display_files`",
"重新格式化一下文件列表, 去除不需要的信息",
" 这一操作主要是为了便于接下来的查找工作.\n 文件的path都被提取出来, 然后放到了一个list中.\n<END>",
"<BEGIN>\n## `init_db`",
"这个任务数据库只在程序开始时读入, 在程序关闭时导出.",
" 因为Gtk没有像在Qt中那么方便的使用SQLite, 而必须将所有数据读入一个\n liststore中才行.\n<END>",
"<BEGIN>\n## `get_task_db`",
"从数... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_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 extract... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_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 extract... | 获取一个页面访问的token, 这里需要之前得到的BAIDUID 这个cookie值
这个token的有效期还不确定.
返回的数据如下:
{"errInfo":{"no": "0"},
"data": {
"rememberedUserName" : "",
"codeString" : "",
"token" : "xxxxx",
"cookie" : "1",
"usernametype":"2",
"spLogin" : "rate",
"disable":"",
... | "获取一个页面访问的token, 这里需要之前得到的BAIDUID 这个cookie值\n\n 这个token的有效期还不确定.\n 返回的数据如下:\n {\"errInfo\":{\"no\": \"0\"},\n \"data\": {\n \"rememberedUserName\" : \"\",\n \"codeString\" : \"\",\n \"token\" : \"xxxxx\",\n \"cookie\" : \"1\",\n \"usernametype\":\"2\",\n \"sp... | 199 | false | XuShaohua/bcloud | get_token | 20,597 | |
LDU_FT/Azure/azure-event-hubs-python/body_as_str | LDU_FT | [
"<BEGIN>\n## `parse_sas_token`",
"Parse a SAS token into its components.",
" :param sas_token: The SAS token.\n :type sas_token: str\n :rtype: dict[str, str]\n<END>",
"<BEGIN>\n## `offset`",
"The offset of the event data object.",
" :rtype: ~azure.eventhub.common.Offset\n<END>",
"<BEGIN>... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the body_as_str 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 body_as_str 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... | The body of the event data as a string if the data is of a
compatible type.
:param encoding: The encoding to use for decoding message data.
Default is 'UTF-8'
:rtype: str or unicode | "The body of the event data as a string if the data is of a\n compatible type.\n\n :param encoding: The encoding to use for decoding message data.\n Default is 'UTF-8'\n :rtype: str or unicode" | 260 | false | Azure/azure-event-hubs-python | body_as_str | 20,598 | |
LDU_FT/mrcagney/gtfstk/build_geometry_by_shape | LDU_FT | [
"<BEGIN>\n## `get_stop_times`",
"Return a subset of ``feed.stop_times``.",
" Parameters\n ----------\n feed : Feed\n date : string\n YYYYMMDD date string restricting the output to trips active\n on the date",
" Returns\n -------\n DataFrame\n Subset of ``feed.stop_tim... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the build_geometry_by_shape 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 build_geometry_by_shape API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion... | Return a dictionary with structure shape_id -> Shapely LineString
of shape.
Parameters
----------
feed : Feed
shape_ids : list
IDs of shapes in ``feed.shapes`` to restrict output to; return
all shapes if ``None``.
use_utm : boolean
If ``True``, then use local UTM coordin... | "Return a dictionary with structure shape_id -> Shapely LineString\n of shape.\n\n Parameters\n ----------\n feed : Feed\n shape_ids : list\n IDs of shapes in ``feed.shapes`` to restrict output to; return\n all shapes if ``None``.\n use_utm : boolean\n If ``True``, then use local ... | 474 | false | mrcagney/gtfstk | build_geometry_by_shape | 20,599 | |
LDU_FT/TestInABox/stackInABox/register_service | LDU_FT | [
"<BEGIN>\n## `httpretty_callback`",
"httpretty request handler.",
" converts a call intercepted by httpretty to\n the stack-in-a-box infrastructure",
" :param request: request object\n :param uri: the uri of the request\n :param headers: headers for the response",
" :returns: tuple - (int,... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the register_service 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 register_service 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 ... | Add a service to the thread's StackInABox instance.
:param service: StackInABoxService instance to add to the test
For return value and errors see StackInABox.register() | "Add a service to the thread's StackInABox instance.\n\n :param service: StackInABoxService instance to add to the test\n\n For return value and errors see StackInABox.register()" | 124 | false | TestInABox/stackInABox | register_service | 20,600 | |
LDU_FT/Guake/guake/delete_changed | LDU_FT | [
"<BEGIN>\n## `mk_tab_context_menu`",
"Create the context menu for a notebook tab\n<END>",
"<BEGIN>\n## `mk_notebook_context_menu`",
"Create the context menu for the notebook\n<END>",
"<BEGIN>\n## `trayicon_toggled`",
"If the gconf var use_trayicon be changed, this method will\n be called and will s... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the delete_changed 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 delete_changed 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... | If the gconf var compat_delete be changed, this method
will be called and will change the binding configuration in
all terminals open. | "If the gconf var compat_delete be changed, this method\n will be called and will change the binding configuration in\n all terminals open." | 184 | false | Guake/guake | delete_changed | 20,601 | |
LDU_FT/adrn/gala/fit_toy_potential | LDU_FT | [
"<BEGIN>\n## `w`",
"This returns a single array containing the phase-space positions.",
" Parameters\n ----------\n units : `~gala.units.UnitSystem` (optional)\n The unit system to represent the position and velocity in\n before combining into the full array.",
" ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the fit_toy_potential 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 fit_toy_potential 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... | Fit a best fitting toy potential to the orbit provided. If the orbit is a
tube (loop) orbit, use the Isochrone potential. If the orbit is a box
potential, use the harmonic oscillator potential. An option is available to
force using the harmonic oscillator (`force_harmonic_oscillator`).
See the docstrin... | "Fit a best fitting toy potential to the orbit provided. If the orbit is a\n tube (loop) orbit, use the Isochrone potential. If the orbit is a box\n potential, use the harmonic oscillator potential. An option is available to\n force using the harmonic oscillator (`force_harmonic_oscillator`).\n\n See the do... | 465 | false | adrn/gala | fit_toy_potential | 20,602 | |
LDU_FT/DinoTools/python-flextls/get_value_name | LDU_FT | [
"<BEGIN>\n## `get_version_by_version_id`",
"Get the internal version ID be the version.",
" :param Tuple version_id: Major and minor version number\n :return: Internal version ID\n :rtype: Integer|None\n<END>",
"<BEGIN>\n## `get_version_name`",
"Get the name of a protocol version by the internal ve... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_value_name 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 get_value_name 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 name of the value
:param Boolean pretty: Return the name in a pretty format
:return: The name
:rtype: String | "Get the name of the value\n\n :param Boolean pretty: Return the name in a pretty format\n :return: The name\n :rtype: String" | 19 | false | DinoTools/python-flextls | get_value_name | 20,603 | |
LDU_FT/ayust/kitnirc/join | LDU_FT | [
"<BEGIN>\n## `on_line`",
"Default handling for incoming lines.",
" This handler will automatically manage the following IRC messages:",
" PING:\n Responds with a PONG.\n PRIVMSG:\n Dispatches the PRIVMSG event.\n NOTICE:\n Dispatches the NOTICE event.\n MOTDSTART:\n... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the join 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 join 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... | Attempt to join a channel.
The optional second argument is the channel key, if needed. | "Attempt to join a channel.\n\n The optional second argument is the channel key, if needed." | 151 | false | ayust/kitnirc | join | 20,604 | |
LDU_FT/protream/iquery/parse | LDU_FT | [
"<BEGIN>\n## `pretty_print`",
"Use `PrettyTable` to perform formatted outprint.\n<END>",
"<BEGIN>\n## `_parse_date`",
"Parse from the user input `date`.",
" e.g. current year 2016:\n input 6-26, 626, ... return 2016626\n input 2016-6-26, 2016/6/26, ... retrun 2016626",
" ... | 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... | Parse `主题`, `时间`, `场馆`, 票价` in every item. | "Parse `主题`, `时间`, `场馆`, 票价` in every item." | 31 | false | protream/iquery | parse | 20,605 | |
LDU_FT/pyviz/param/defaults | LDU_FT | [
"<BEGIN>\n## `get_setup_version`",
"Helper for use in setup.py to get the current version from either\n git describe or the .version file (if available).",
" Set pkgname to the package name if it is different from the\n repository name.",
" To ensure git information is included in a git archive, a... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the defaults 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 defaults 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... | Return {parameter_name:parameter.default} for all non-constant
Parameters.
Note that a Parameter for which instantiate==True has its default
instantiated. | "Return {parameter_name:parameter.default} for all non-constant\n Parameters.\n\n Note that a Parameter for which instantiate==True has its default\n instantiated." | 258 | false | pyviz/param | defaults | 20,606 | |
LDU_FT/marshmallow-code/apispec/get_unique_schema_name | LDU_FT | [
"<BEGIN>\n## `load_operations_from_docstring`",
"Return a dictionary of OpenAPI operations parsed from a\n a docstring.\n<END>",
"<BEGIN>\n## `resolve_schema_instance`",
"Return schema instance for given schema (instance or class)",
" :param type|Schema|str schema: instance, class or class name of mar... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_unique_schema_name 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 get_unique_schema_name API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.... | Function to generate a unique name based on the provided name and names
already in the spec. Will append a number to the name to make it unique if
the name is already in the spec.
:param Components components: instance of the components of the spec
:param string name: the name to use as a basis for th... | "Function to generate a unique name based on the provided name and names\n already in the spec. Will append a number to the name to make it unique if\n the name is already in the spec.\n\n :param Components components: instance of the components of the spec\n :param string name: the name to use as a basis ... | 149 | false | marshmallow-code/apispec | get_unique_schema_name | 20,607 | |
LDU_FT/zsimic/runez/short | LDU_FT | [
"<BEGIN>\n## `same_type`",
":return bool: True if 't1' and 't2' are of equivalent types\n<END>",
"<BEGIN>\n## `read_json`",
":param str|None path: Path to file to deserialize\n :param dict|list|None default: Default if file is not present, or if it's not json\n :param bool|None fatal: Abort execution on... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the short 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 short 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... | Example:
short("examined /Users/joe/foo") => "examined ~/foo"
Args:
path: Path to represent in its short form
Returns:
(str): Short form, using '~' if applicable | "Example:\n short(\"examined /Users/joe/foo\") => \"examined ~/foo\"\n\n Args:\n path: Path to represent in its short form\n\n Returns:\n (str): Short form, using '~' if applicable" | 256 | false | zsimic/runez | short | 20,608 | |
LDU_FT/google/mobly/measure_power | LDU_FT | [
"<BEGIN>\n## `_parse_logline_timestamp`",
"Parses a logline timestamp into a tuple.",
" Args:\n t: Timestamp in logline format.",
" Returns:\n An iterable of date and time elements in the order of month, day, hour,\n minute, second, microsecond.\n<END>",
"<BEGIN>\n## `logline_time... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the measure_power 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 measure_power 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... | Measure power consumption of the attached device.
Because it takes some time for the device to calm down after the usb
connection is cut, an offset is set for each measurement. The default
is 30s. The total time taken to measure will be (duration + offset).
Args:
hz: Number... | "Measure power consumption of the attached device.\n\n Because it takes some time for the device to calm down after the usb\n connection is cut, an offset is set for each measurement. The default\n is 30s. The total time taken to measure will be (duration + offset).\n\n Args:\n hz... | 593 | false | google/mobly | measure_power | 20,609 | |
LDU_FT/mitodl/pylti/check | LDU_FT | [
"<BEGIN>\n## `_post_patched_request`",
"Authorization header needs to be capitalized for some LTI clients\n this function ensures that header is capitalized",
" :param body: body of the call\n :param client: OAuth Client\n :param url: outcome url\n :return: response\n<END>",
"<BEGIN>\n## `post_... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the check 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 check 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... | Returns whether the given signature is the correct signature for
the given consumer and token signing the given request. | "Returns whether the given signature is the correct signature for\n the given consumer and token signing the given request." | 53 | false | mitodl/pylti | check | 20,610 | |
LDU_FT/joeferraro/mm/grouper | LDU_FT | [
"<BEGIN>\n## `parse_json`",
"Parse a JSON file\n First remove comments and then use the json module package\n Comments look like :\n // ...\n or\n /*\n ...\n */\n<END>",
"<BEGIN>\n## `get_meta_type_by_dir`",
"> quick and dirty fix for users expe... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the grouper 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 grouper 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... | grouper(3, 'ABCDEFG', 'x') --> ABC DEF Gxx | "grouper(3, 'ABCDEFG', 'x') --> ABC DEF Gxx" | 71 | false | joeferraro/mm | grouper | 20,611 | |
LDU_FT/matthewgilbert/mapping/calc_rets | LDU_FT | [
"<BEGIN>\n## `plot_composition`",
"Plot time series of generics and label underlying instruments which\n these series are composed of.",
" Parameters:\n -----------\n df: pd.DataFrame\n DataFrame of time series to be plotted. Each column is a generic time\n series.\n intervals: pd.D... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the calc_rets 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 calc_rets 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... | Calculate continuous return series for futures instruments. These consist
of weighted underlying instrument returns, who's weights can vary over
time.
Parameters
----------
returns: pandas.Series or dict
A Series of instrument returns with a MultiIndex where the top level is
pandas.... | "Calculate continuous return series for futures instruments. These consist\n of weighted underlying instrument returns, who's weights can vary over\n time.\n\n Parameters\n ----------\n returns: pandas.Series or dict\n A Series of instrument returns with a MultiIndex where the top level is\n ... | 92 | false | matthewgilbert/mapping | calc_rets | 20,612 | |
LDU_FT/wohlgejm/accountable/issuetypes | LDU_FT | [
"<BEGIN>\n## `configure`",
"Initial configuration. Used to specify your username, password and domain.\n Configuration is stored in ~/.accountable/config.yaml.\n<END>",
"<BEGIN>\n## `issuetypes`",
"List all issue types. Optional parameter to list issue types by a given\n project.\n<END>",
"<BEGIN>\n##... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the issuetypes 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 issuetypes 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... | List all issue types. Optional parameter to list issue types by a given
project. | "List all issue types. Optional parameter to list issue types by a given\n project." | 22 | false | wohlgejm/accountable | issuetypes | 20,613 | |
LDU_FT/Rockhopper-Technologies/pluginlib/_filter | LDU_FT | [
"<BEGIN>\n## `_items`",
"Args:\n type_filter(list): Optional iterable of types to return (GroupDict only)\n name(str): Only return key by this name",
" Alternative generator for items() method\n<END>",
"<BEGIN>\n## `_filter`",
"Args:\n blacklist(tuple): Iterable of of... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _filter 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 _filter 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... | Args:
blacklist(tuple): Iterable of of BlacklistEntry objects
newest_only(bool): Only the newest version of each plugin is returned
version(str): Specific version to retrieve
Returns dictionary of plugins
If a blacklist is supplied, plugins are evaluated against the... | "Args:\n blacklist(tuple): Iterable of of BlacklistEntry objects\n newest_only(bool): Only the newest version of each plugin is returned\n version(str): Specific version to retrieve\n\n Returns dictionary of plugins\n\n If a blacklist is supplied, plugins are evaluated aga... | 65 | false | Rockhopper-Technologies/pluginlib | _filter | 20,614 | |
LDU_FT/xtream1101/cutil/remove_html_tag | LDU_FT | [
"<BEGIN>\n## `cprint`",
"Clear line, then reprint on same line\n :param cstr: string to print on current line\n<END>",
"<BEGIN>\n## `_check_values`",
"Check if values need to be converted before they get mogrify'd\n<END>",
"<BEGIN>\n## `insert`",
"Create a bulk insert statement which is much faster... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the remove_html_tag 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 remove_html_tag 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... | Returns a string with the html tag and all its contents from a string | "Returns a string with the html tag and all its contents from a string" | 45 | false | xtream1101/cutil | remove_html_tag | 20,615 | |
LDU_FT/pazz/urwidtrees/_construct_first_indent | LDU_FT | [
"<BEGIN>\n## `_get`",
"loads widget at given position; handling invalid arguments\n<END>",
"<BEGIN>\n## `_next_of_kin`",
"looks up the next sibling of the closest ancestor with not-None next\n siblings.\n<END>",
"<BEGIN>\n## `_last_in_direction`",
"move in the tree in given direction and return the... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _construct_first_indent 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 _construct_first_indent API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion... | build spacer to occupy the first indentation level from pos to the
left. This is separate as it adds arrowtip and sibling connector. | "build spacer to occupy the first indentation level from pos to the\n left. This is separate as it adds arrowtip and sibling connector." | 60 | false | pazz/urwidtrees | _construct_first_indent | 20,616 | |
LDU_FT/aiogram/aiogram/redis | LDU_FT | [
"<BEGIN>\n## `execute_filter`",
"Helper for executing filter",
" :param filter_:\n :param args:\n :return:\n<END>",
"<BEGIN>\n## `check_filters`",
"Check list of filters",
" :param filters:\n :param args:\n :return:\n<END>",
"<BEGIN>\n## `validate`",
"Validate and parse config.",
"... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the redis 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 redis 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... | Get Redis connection
This property is awaitable. | "Get Redis connection\n\n This property is awaitable." | 1,040 | true | aiogram/aiogram | redis | 20,617 | |
LDU_FT/helium/helium-python/update | LDU_FT | [
"<BEGIN>\n## `error_for`",
"Return the appropriate initialized exception class for a response.\n<END>",
"<BEGIN>\n## `device_configuration`",
"Get a specific device configuration.",
" A device can have at most one loaded and one pending device\n configuration. This returns that device_configur... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the 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 extracted ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the 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 extracted ... | Update this resource.
Not all aspects of a resource can be updated. If the server
rejects updates an error will be thrown.
Keyword Arguments:
attributes(dict): Attributes that are to be updated
Returns:
Resource: A new instance of this type of resource with the
... | "Update this resource.\n\n Not all aspects of a resource can be updated. If the server\n rejects updates an error will be thrown.\n\n Keyword Arguments:\n\n attributes(dict): Attributes that are to be updated\n\n Returns:\n\n Resource: A new instance of this type of resourc... | 223 | false | helium/helium-python | update | 20,618 | |
LDU_FT/sampsyo/confuse/fail | LDU_FT | [
"<BEGIN>\n## `namespace_to_dict`",
"If obj is argparse.Namespace or optparse.Values we'll return\n a dict representation of it, else return the original object.",
" Redefine this method if using other parsers.",
" :param obj: *\n :return:\n :rtype: dict or *\n<END>",
"<BEGIN>\n## `_package_... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the fail 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 fail 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... | Raise an exception indicating that a value cannot be
accepted.
`type_error` indicates whether the error is due to a type
mismatch rather than a malformed value. In this case, a more
specific exception is raised. | "Raise an exception indicating that a value cannot be\n accepted.\n\n `type_error` indicates whether the error is due to a type\n mismatch rather than a malformed value. In this case, a more\n specific exception is raised." | 79 | false | sampsyo/confuse | fail | 20,619 | |
LDU_FT/mromanello/hucitlib/fetch_text_structure | LDU_FT | [
"<BEGIN>\n## `fetch_text_structure`",
"Fetches the text structure of a given work from a CTS endpoint.",
" :param urn: the work's CTS URN (at the work-level!,\n e.g.\"urn:cts:greekLit:tlg0012.tlg001\")\n :type urn: string\n :param endpoint: the URL of the CTS endpoint to use (defaults to Perseid... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the fetch_text_structure 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 fetch_text_structure API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | Fetches the text structure of a given work from a CTS endpoint.
:param urn: the work's CTS URN (at the work-level!,
e.g."urn:cts:greekLit:tlg0012.tlg001")
:type urn: string
:param endpoint: the URL of the CTS endpoint to use (defaults to Perseids')
:type endpoint: string
:return: a dict wit... | "Fetches the text structure of a given work from a CTS endpoint.\n\n :param urn: the work's CTS URN (at the work-level!,\n e.g.\"urn:cts:greekLit:tlg0012.tlg001\")\n :type urn: string\n :param endpoint: the URL of the CTS endpoint to use (defaults to Perseids')\n :type endpoint: string\n :return: ... | 73 | false | mromanello/hucitlib | fetch_text_structure | 20,620 | |
LDU_FT/todbot/blink1-python/correct_output | LDU_FT | [
"<BEGIN>\n## `blink1`",
"Context manager which automatically shuts down the Blink(1)\n after use.\n :param switch_off: turn blink(1) off when existing context\n :param gamma: set gamma curve (as tuple)\n :param white_point: set white point (as tuple)\n<END>",
"<BEGIN>\n## `find`",
"Find a praticul... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the correct_output 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 correct_output 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... | :param luminosity: Input luminosity
:return: Luminosity limited to the 0 <= l <= 255 range. | ":param luminosity: Input luminosity\n :return: Luminosity limited to the 0 <= l <= 255 range." | 33 | false | todbot/blink1-python | correct_output | 20,621 | |
LDU_FT/kkroening/ffmpeg-python/_tffunc | LDU_FT | [
"<BEGIN>\n## `get_args`",
"Build command-line arguments to be passed to ffmpeg.\n<END>",
"<BEGIN>\n## `compile`",
"Build command-line for invoking ffmpeg.",
" The :meth:`run` function uses this to build the commnad line\n arguments and should work in most cases, but calling this function\n directly... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _tffunc 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 _tffunc 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... | Helper that transforms TF-graph generating function into a regular one.
See `_resize` function below. | "Helper that transforms TF-graph generating function into a regular one.\n See `_resize` function below." | 149 | false | kkroening/ffmpeg-python | _tffunc | 20,622 | |
LDU_FT/inspirehep/inspire-dojson/thesis_info2marc | LDU_FT | [
"<BEGIN>\n## `normalize_rank`",
"Normalize a rank in order to be schema-compliant.\n<END>",
"<BEGIN>\n## `get_recid_from_ref`",
"Retrieve recid from jsonref reference object.",
" If no recid can be parsed, returns None.\n<END>",
"<BEGIN>\n## `absolute_url`",
"Returns an absolute URL from a URL relati... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the thesis_info2marc 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 thesis_info2marc 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 ... | Populate the ``502`` MARC field.
Also populates the ``500`` MARC field through side effects. | "Populate the ``502`` MARC field.\n\n Also populates the ``500`` MARC field through side effects." | 163 | false | inspirehep/inspire-dojson | thesis_info2marc | 20,623 | |
LDU_FT/epandurski/flask_signalbus/retry_on_integrity_error | LDU_FT | [
"<BEGIN>\n## `get_instance`",
"Return a model instance in ``db.session``.",
" :param instance_or_pk: An instance of this model class, or a\n primary key. A composite primary key can be passed as a\n tuple.",
" Example::",
" @db.atomic\n def increase_account_... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the retry_on_integrity_error 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 retry_on_integrity_error API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusio... | Re-raise :class:`~sqlalchemy.exc.IntegrityError` as `DBSerializationError`.
This is mainly useful to handle race conditions in atomic
blocks. For example, even if prior to a database INSERT we
have verified that there is no existing row with the given
primary key, we still may get an
... | "Re-raise :class:`~sqlalchemy.exc.IntegrityError` as `DBSerializationError`.\n\n This is mainly useful to handle race conditions in atomic\n blocks. For example, even if prior to a database INSERT we\n have verified that there is no existing row with the given\n primary key, we still may get... | 53 | false | epandurski/flask_signalbus | retry_on_integrity_error | 20,624 | |
LDU_FT/rmorshea/spectate/expose_as | LDU_FT | [
"<BEGIN>\n## `views`",
"Return a model's views keyed on what events they respond to.",
" Model views are added by calling :func:`view` on a model.\n<END>",
"<BEGIN>\n## `view`",
"A decorator for registering a callback to a model",
" Parameters:\n model: the model object whose changes the call... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the expose_as 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 expose_as 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 a new type with certain methods that are exposed to callback registration.
Parameters
----------
name : str
The name of the new type.
base : type
A type such as list or dict.
*methods : str
A str representation of the methods that should be exposed to callbacks.
... | "Return a new type with certain methods that are exposed to callback registration.\n\n Parameters\n ----------\n name : str\n The name of the new type.\n base : type\n A type such as list or dict.\n *methods : str\n A str representation of the methods that should be exposed to callba... | 94 | false | rmorshea/spectate | expose_as | 20,625 | |
LDU_FT/mkouhei/tonicdnscli/get_password | LDU_FT | [
"<BEGIN>\n## `check_infile`",
"Check text file exisitense.",
" Argument:",
" filename: text file of bulk updating\n<END>",
"<BEGIN>\n## `set_json`",
"Convert text file to JSON.",
" Arguments:",
" domain: domain name of updating target\n action: True ; for PUT/POST HTTP m... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_password 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_password 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... | Get password
Argument:
args: arguments object
Return: password string | "Get password\n\n Argument:\n\n args: arguments object\n\n Return: password string" | 192 | false | mkouhei/tonicdnscli | get_password | 20,626 | |
LDU_FT/andreasjansson/head-in-the-clouds/delete | 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 delete 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 delete 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 ... | Remove a single record, or the records in an iterable
Before starting deletion, test if all records are in the base
and don't have twice the same __id__
Return the number of deleted items | "Remove a single record, or the records in an iterable\r\n Before starting deletion, test if all records are in the base\r\n and don't have twice the same __id__\r\n Return the number of deleted items" | 101 | false | andreasjansson/head-in-the-clouds | delete | 20,627 | |
LDU_FT/twoolie/NBT/get_boundingbox | LDU_FT | [
"<BEGIN>\n## `stats_per_chunk`",
"Given a chunk, increment the block types with the number of blocks found\n<END>",
"<BEGIN>\n## `bounded_stats_per_chunk`",
"Given a chunk, return the number of blocks types within the specified selection\n<END>",
"<BEGIN>\n## `process_region_file`",
"Given a region, retur... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_boundingbox 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_boundingbox 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 minimum and maximum x and z coordinates of the chunks that
make up this world save | "Return minimum and maximum x and z coordinates of the chunks that\n make up this world save" | 84 | false | twoolie/NBT | get_boundingbox | 20,628 | |
LDU_FT/szastupov/aiotg/send_contact | LDU_FT | [
"<BEGIN>\n## `loop`",
"Return bot's main loop as coroutine. Use with asyncio.",
" :Example:",
" >>> loop = asyncio.get_event_loop()\n >>> loop.run_until_complete(bot.loop())",
" or",
" >>> loop = asyncio.get_event_loop()\n >>> loop.create_task(bot.loop())\n<END>",... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the send_contact 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 send_contact 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... | Send phone contacts.
:param str phone_number: Contact's phone number
:param str first_name: Contact's first name
:param options: Additional sendContact options (see
https://core.telegram.org/bots/api#sendcontact) | "Send phone contacts.\n\n :param str phone_number: Contact's phone number\n :param str first_name: Contact's first name\n :param options: Additional sendContact options (see\n https://core.telegram.org/bots/api#sendcontact)" | 134 | false | szastupov/aiotg | send_contact | 20,629 | |
LDU_FT/apache/spark/instr | LDU_FT | [
"<BEGIN>\n## `_parse_datatype_string`",
"Parses the given data type string to a :class:`DataType`. The data type string format equals\n to :class:`DataType.simpleString`, except that top level struct type can omit\n the ``struct<>`` and atomic types use ``typeName()`` as their format, e.g. use ``byte`` inst... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the instr 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 instr 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... | Locate the position of the first occurrence of substr column in the given string.
Returns null if either of the arguments are null.
.. note:: The position is not zero based, but 1 based index. Returns 0 if substr
could not be found in str.
>>> df = spark.createDataFrame([('abcd',)], ['s',])
>>... | "Locate the position of the first occurrence of substr column in the given string.\n Returns null if either of the arguments are null.\n\n .. note:: The position is not zero based, but 1 based index. Returns 0 if substr\n could not be found in str.\n\n >>> df = spark.createDataFrame([('abcd',)], ['s',])... | 2,386 | true | apache/spark | instr | 20,630 | |
LDU_FT/Aluriak/tergraw/clean | LDU_FT | [
"<BEGIN>\n## `clean`",
"Return a copy of given matrix where keys associated\n to space values are discarded\n<END>",
"<BEGIN>\n## `next_unwrittable_on_row`",
"Return position of the next (in row) letter that is unwrittable\n<END>",
"<BEGIN>\n## `next_unwrittable_on_col`",
"Return position of the next l... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the clean 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 clean 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 copy of given matrix where keys associated
to space values are discarded | "Return a copy of given matrix where keys associated\n to space values are discarded" | 16 | false | Aluriak/tergraw | clean | 20,631 | |
LDU_FT/Dynatrace/OneAgent-SDK-for-Python/close | LDU_FT | [
"<BEGIN>\n## `end`",
"Ends the tracer.",
" May be called in any state. Transitions the state to ended and releases\n any SDK resources owned by this tracer (this includes only internal\n resources, things like passed-in\n :class:`oneagent.common.DbInfoHandle` need to be released manu... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the close 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 close 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... | Closes the handle, if it is still open.
Usually, you should prefer using the handle as a context manager to
calling :meth:`close` manually. | "Closes the handle, if it is still open.\n\n Usually, you should prefer using the handle as a context manager to\n calling :meth:`close` manually." | 85 | false | Dynatrace/OneAgent-SDK-for-Python | close | 20,632 | |
LDU_FT/wdbm/abstraction/deepdream | LDU_FT | [
"<BEGIN>\n## `access_SUSY_dataset_format_file`",
"This function accesses a CSV file containing data of the form of the [SUSY\n dataset](https://archive.ics.uci.edu/ml/datasets/SUSY), i.e. with the first\n column being class labels and other columns being features.\n<END>",
"<BEGIN>\n## `draw_neural_networ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the deepdream 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 deepdream 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... | an ascent through different scales called "octaves" | "an ascent through different scales called \"octaves\"" | 21 | false | wdbm/abstraction | deepdream | 20,633 | |
LDU_FT/dahlia/sqlalchemy-imageattach/append_docstring | LDU_FT | [
"<BEGIN>\n## `readlines`",
"Reads until EOF using :meth:`readline()`.",
" :param sizehint: if it's present, instead of reading up to EOF,\n whole lines totalling approximately ``sizehint``\n bytes (or more to accommodate a final whole line)\n :type s... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the append_docstring 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 append_docstring 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 ... | Appends the ``docstring`` with given ``lines``::
function.__doc__ = append_docstring(
function.__doc__,
'.. note::'
'',
' Appended docstring!'
)
:param docstring: a docstring to be appended
:param \*lines: lines of trailing docstring
:retur... | "Appends the ``docstring`` with given ``lines``::\n\n function.__doc__ = append_docstring(\n function.__doc__,\n '.. note::'\n '',\n ' Appended docstring!'\n )\n\n :param docstring: a docstring to be appended\n :param \\*lines: lines of trailing docstrin... | 145 | false | dahlia/sqlalchemy-imageattach | append_docstring | 20,634 | |
LDU_FT/audreyr/cookiecutter/get_user_config | LDU_FT | [
"<BEGIN>\n## `expand_abbreviations`",
"Expand abbreviations in a template name.",
" :param template: The project template name.\n :param abbreviations: Abbreviation definitions.\n<END>",
"<BEGIN>\n## `repository_has_cookiecutter_json`",
"Determine if `repo_directory` contains a `cookiecutter.json` fil... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_user_config 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_user_config 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 user config as a dict.
If ``default_config`` is True, ignore ``config_file`` and return default
values for the config parameters.
If a path to a ``config_file`` is given, that is different from the default
location, load the user config from that.
Otherwise look up the config file path... | "Return the user config as a dict.\n\n If ``default_config`` is True, ignore ``config_file`` and return default\n values for the config parameters.\n\n If a path to a ``config_file`` is given, that is different from the default\n location, load the user config from that.\n\n Otherwise look up the config ... | 129 | false | audreyr/cookiecutter | get_user_config | 20,635 | |
LDU_FT/wickman/compactor/link | LDU_FT | [
"<BEGIN>\n## `encode_request`",
"Encode a request into a raw HTTP request. This function returns a string\n of bytes that represent a valid HTTP/1.0 request, including any libprocess\n headers required for communication.",
" Use the `legacy` option (set to True) to use the legacy User-Agent based\n libproce... | 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... | Link to another process.
The ``link`` operation is not guaranteed to succeed. If it does, when
the other process terminates, the ``exited`` method will be called with
its pid.
Returns immediately.
:param to: The pid of the process to send a message.
:type to: :class:`PID`
:raises: Will r... | "Link to another process.\n\n The ``link`` operation is not guaranteed to succeed. If it does, when\n the other process terminates, the ``exited`` method will be called with\n its pid.\n\n Returns immediately.\n\n :param to: The pid of the process to send a message.\n :type to: :class:`PID`\n :rai... | 96 | false | wickman/compactor | link | 20,636 | |
LDU_FT/SFDO-Tooling/CumulusCI/import_class | LDU_FT | [
"<BEGIN>\n## `_download_file`",
"Download the bulk API result file for a single batch\n<END>",
"<BEGIN>\n## `_create_job`",
"Initiate a bulk insert and upload batches to run in parallel.\n<END>",
"<BEGIN>\n## `_query_db`",
"Build a query to retrieve data from the local db.",
" Includes columns fr... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the import_class 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 import_class 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 a class from a string module class path | "Import a class from a string module class path" | 165 | false | SFDO-Tooling/CumulusCI | import_class | 20,637 | |
LDU_FT/gem/oq-engine/build_multi_point_source_node | LDU_FT | [
"<BEGIN>\n## `_compute_term_3`",
"Compute term 3 in equation 2 page 462.\n Distances are clipped at 15 km (as per Ezio Faccioli's personal\n communication.)\n<END>",
"<BEGIN>\n## `_compute_site_term`",
"Compute site term as a function of vs30: 4th, 5th and 6th terms in\n equation 2 page 4... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the build_multi_point_source_node API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conc... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the build_multi_point_source_node API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conc... | Parses a point source to a Node class
:param point_source:
MultiPoint source as instance of :class:
`openquake.hazardlib.source.point.MultiPointSource`
:returns:
Instance of :class:`openquake.baselib.node.Node` | "Parses a point source to a Node class\n\n :param point_source:\n MultiPoint source as instance of :class:\n `openquake.hazardlib.source.point.MultiPointSource`\n :returns:\n Instance of :class:`openquake.baselib.node.Node`" | 4,544 | true | gem/oq-engine | build_multi_point_source_node | 20,638 | |
LDU_FT/asifpy/django-crudbuilder/generate_create_view | LDU_FT | [
"<BEGIN>\n## `extract_args`",
"Takes any arguments like a model and crud, or just one of\n those, in any order, and return a model and crud.\n<END>",
"<BEGIN>\n## `register`",
"Register a crud.",
" Two unordered arguments are accepted, at least one should be passed:\n - a model,\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the generate_create_view 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 generate_create_view API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | Generate class based view for CreateView | "Generate class based view for CreateView" | 31 | false | asifpy/django-crudbuilder | generate_create_view | 20,639 | |
LDU_FT/chrippa/ds4drv/exec_background | LDU_FT | [
"<BEGIN>\n## `setup`",
"Check if the bluetooth controller is available.\n<END>",
"<BEGIN>\n## `find_device`",
"Scan for bluetooth devices and return a DS4 device if found.\n<END>",
"<BEGIN>\n## `start`",
"Starts the timer.",
" If the callback returns True the timer will be restarted.\n<END>",
"... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the exec_background 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 exec_background 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... | Executes a subprocess in the background. | "Executes a subprocess in the background." | 29 | false | chrippa/ds4drv | exec_background | 20,640 | |
LDU_FT/intuition-io/insights/optimize | LDU_FT | [
"<BEGIN>\n## `push_to_android`",
"Push android notification through www.pushbullet.com\n<END>",
"<BEGIN>\n## `_device_lookup`",
"Request informations about <name> device\n<END>",
"<BEGIN>\n## `_watchdog`",
"Notifications are stopped if\n * The last one was too close\n * We reach a rated ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the optimize 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 optimize 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... | Buy sid * parameters['buy_amount'] * parameters['scale'][sid]
Sell sid * parameters['sell_amount'] * parameters['scale'][sid] | "Buy sid * parameters['buy_amount'] * parameters['scale'][sid]\n Sell sid * parameters['sell_amount'] * parameters['scale'][sid]" | 14 | false | intuition-io/insights | optimize | 20,641 | |
LDU_FT/ishepard/pydriller/parents | LDU_FT | [
"<BEGIN>\n## `get_head`",
"Get the head commit.",
" :return: Commit of the head commit\n<END>",
"<BEGIN>\n## `get_list_commits`",
"Return a generator of commits of all the commits in the repo.",
" :return: Generator[Commit], the generator of all the commits in the\n repo\n<END>",
... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the parents 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 parents 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 the list of parents SHAs.
:return: List[str] parents | "Return the list of parents SHAs.\n\n :return: List[str] parents" | 62 | false | ishepard/pydriller | parents | 20,642 | |
LDU_FT/honzajavorek/redis-collections/scan_elements | LDU_FT | [
"<BEGIN>\n## `getmany`",
"Return a list of values corresponding to the keys in the iterable of\n *keys*.\n If a key is not present in the collection, its corresponding value will\n be :obj:`None`.",
" .. note::\n This method is not implemented by standard Python dictionary... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the scan_elements 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 scan_elements 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... | Yield each of the elements from the collection, without pulling them
all into memory.
.. warning::
This method is not available on the set collections provided
by Python.
This method may return the element multiple times.
See the `Redis SCAN documentatio... | "Yield each of the elements from the collection, without pulling them\n all into memory.\n\n .. warning::\n This method is not available on the set collections provided\n by Python.\n\n This method may return the element multiple times.\n See the `Redis SCAN doc... | 147 | false | honzajavorek/redis-collections | scan_elements | 20,643 | |
LDU_FT/chriskiehl/Gooey/_calculate_progress | LDU_FT | [
"<BEGIN>\n## `applyStyleRules`",
"Conditionally disabled/enables form fields based on the current\r\n section in the radio group\n<END>",
"<BEGIN>\n## `handleImplicitCheck`",
"Checkboxes are hidden when inside of a RadioGroup as a selection of\r\n the Radio button is an implicit selection of the... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _calculate_progress 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 _calculate_progress 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... | Calculates the final progress value found by the regex | "Calculates the final progress value found by the regex" | 60 | false | chriskiehl/Gooey | _calculate_progress | 20,644 | |
LDU_FT/bitesofcode/projexui/collectRecords | LDU_FT | [
"<BEGIN>\n## `addEntry`",
"Creates a new entry item for this widget.\r",
" :param key | <str>\r\n value | <variant>\n<END>",
"<BEGIN>\n## `dictionary`",
"Returns a dictionary of the key/value pairing for the items in\r\n this widget.\r",
" :return {<s... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the collectRecords 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 collectRecords 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... | Collects all the record instances from the tree.
:return [<orb.Table> | "Collects all the record instances from the tree.\r\n \r\n :return [<orb.Table>" | 4,917 | true | bitesofcode/projexui | collectRecords | 20,645 | |
LDU_FT/bharadwajyarlagadda/bingmaps/build_url | LDU_FT | [
"<BEGIN>\n## `build_url`",
"This method occurs after dumping the data into the class.",
" Args:\n data (dict): dictionary of all the query values",
" Returns:\n data (dict): ordered dict of all the values\n<END>",
"<BEGIN>\n## `build_query_string`",
"This method occurs ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the build_url 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 build_url 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... | This method occurs after dumping the data into the class.
Args:
data (dict): dictionary of all the query values
Returns:
data (dict): ordered dict of all the values | "This method occurs after dumping the data into the class.\n\n Args:\n data (dict): dictionary of all the query values\n\n Returns:\n data (dict): ordered dict of all the values" | 75 | false | bharadwajyarlagadda/bingmaps | build_url | 20,646 | |
LDU_FT/coldfix/udiskie/eject | LDU_FT | [
"<BEGIN>\n## `_is_parent_of`",
"Check whether the first device is the parent of the second device.\n<END>",
"<BEGIN>\n## `prune_empty_node`",
"Recursively remove empty branches and return whether this makes the node\n itself empty.",
" The ``seen`` parameter is used to avoid infinite recursion due to ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the eject 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 eject 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... | Eject a device after unmounting all its mounted filesystems.
:param device: device object, block device path or mount path
:param bool force: remove child devices before trying to eject
:returns: whether the operation succeeded | "Eject a device after unmounting all its mounted filesystems.\n\n :param device: device object, block device path or mount path\n :param bool force: remove child devices before trying to eject\n :returns: whether the operation succeeded" | 228 | false | coldfix/udiskie | eject | 20,647 | |
LDU_FT/beetbox/pylastfp/match | LDU_FT | [
"<BEGIN>\n## `_query_wrap`",
"Wait until at least QUERY_WAIT_TIME seconds have passed\n since the last invocation of this function, then call the given\n function with the given arguments.\n<END>",
"<BEGIN>\n## `formdata_encode`",
"Encode fields (a dict) as a multipart/form-data HTTP request\n payloa... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the match 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 match 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... | Given a PCM data stream, perform fingerprinting and look up the
metadata for the audio. pcmiter must be an iterable of blocks of
PCM data (buffers). duration is the total length of the track in
seconds (an integer). metadata may be a dictionary containing
existing metadata for the file (optional keys: "... | "Given a PCM data stream, perform fingerprinting and look up the\n metadata for the audio. pcmiter must be an iterable of blocks of\n PCM data (buffers). duration is the total length of the track in\n seconds (an integer). metadata may be a dictionary containing\n existing metadata for the file (optional ke... | 18 | false | beetbox/pylastfp | match | 20,648 | |
LDU_FT/erikrose/conway/cell_strings | LDU_FT | [
"<BEGIN>\n## `main`",
"Play Conway's Game of Life on the terminal.\n<END>",
"<BEGIN>\n## `cell_strings`",
"Return the strings that represent each possible living cell state.",
" Return the most colorful ones the terminal supports.\n<END>",
"<BEGIN>\n## `random_board`",
"Return a random board with giv... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the cell_strings 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 cell_strings 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 the strings that represent each possible living cell state.
Return the most colorful ones the terminal supports. | "Return the strings that represent each possible living cell state.\n\n Return the most colorful ones the terminal supports." | 16 | false | erikrose/conway | cell_strings | 20,649 | |
LDU_FT/aburrell/apexpy/map_V_to_height | LDU_FT | [
"<BEGIN>\n## `checklat`",
"Makes sure the latitude is inside [-90, 90], clipping close values\n (tolerance 1e-4).",
" Parameters\n ==========\n lat : array_like\n latitude\n name : str, optional\n parameter name to use in the exception message",
" Returns\n =======\n lat ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the map_V_to_height 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 map_V_to_height 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... | Performs mapping of electric drift velocity along the magnetic field.
It is assumed that the electric field is perpendicular to B.
Parameters
==========
alat : (N,) array_like or float
Modified apex latitude
alon : (N,) array_like or float
Modified apex ... | "Performs mapping of electric drift velocity along the magnetic field.\n\n It is assumed that the electric field is perpendicular to B.\n\n Parameters\n ==========\n alat : (N,) array_like or float\n Modified apex latitude\n alon : (N,) array_like or float\n Modi... | 120 | false | aburrell/apexpy | map_V_to_height | 20,650 | |
LDU_FT/EVEprosper/ProsperCommon/configure_hipchat_logger | LDU_FT | [
"<BEGIN>\n## `render_secrets`",
"combine a jinja template with a secret .ini file",
" Args:\n config_path (str): path to .cfg file with jinja templating\n secret_path (str): path to .ini-like secrets file",
" Returns:\n ProsperConfig: rendered configuration object\n<END>",
"<BEGIN... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the configure_hipchat_logger 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 configure_hipchat_logger API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusio... | logger for sending messages to HipChat. Easy way to alert humans of issues
Note:
Will try to overwrite minimum log level to enable requested log_level
Will warn and not attach hipchat logger if missing webhook key
Learn more about webhooks: https://yak.crowdstrike.com/addon... | "logger for sending messages to HipChat. Easy way to alert humans of issues\n\n Note:\n Will try to overwrite minimum log level to enable requested log_level\n Will warn and not attach hipchat logger if missing webhook key\n Learn more about webhooks: https://yak.crowdstrike.com... | 115 | false | EVEprosper/ProsperCommon | configure_hipchat_logger | 20,651 | |
LDU_FT/zabertech/python-swampyer/handle_invocation | LDU_FT | [
"<BEGIN>\n## `connect`",
"This just creates the websocket connection\n<END>",
"<BEGIN>\n## `hello`",
"Say hello to the server and wait for the welcome\n message before proceeding\n<END>",
"<BEGIN>\n## `send_message`",
"Send awamp message to the server. We don't wait\n for a response ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the handle_invocation 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 handle_invocation 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... | Passes the invocation request to the appropriate
callback. | "Passes the invocation request to the appropriate\n callback." | 24 | false | zabertech/python-swampyer | handle_invocation | 20,652 | |
LDU_FT/andialbrecht/sqlparse/_change_splitlevel | LDU_FT | [
"<BEGIN>\n## `_group_matching`",
"Groups Tokens that have beginning and end.\n<END>",
"<BEGIN>\n## `group_order`",
"Group together Identifier and Asc/Desc token\n<END>",
"<BEGIN>\n## `_group`",
"Groups together tokens that are joined by a middle token. i.e. x < y\n<END>",
"<BEGIN>\n## `_reset`",
"Set ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _change_splitlevel API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
Th... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _change_splitlevel API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
Th... | Get the new split level (increase, decrease or remain equal) | "Get the new split level (increase, decrease or remain equal)" | 57 | false | andialbrecht/sqlparse | _change_splitlevel | 20,653 | |
LDU_FT/SectorLabs/django-localized-fields/decompress | LDU_FT | [
"<BEGIN>\n## `save`",
"Saves this model instance to the database.\n<END>",
"<BEGIN>\n## `to_python`",
"Converts the value from a database value into a Python value.\n<END>",
"<BEGIN>\n## `get_prep_value`",
"Gets the value in a format to store into the database.\n<END>",
"<BEGIN>\n## `formfield`",
"Get... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the decompress 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 decompress 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... | Decompresses the specified value so
it can be spread over the internal widgets.
Arguments:
value:
The :see:LocalizedValue to display in this
widget.
Returns:
All values to display in the inner widgets. | "Decompresses the specified value so\n it can be spread over the internal widgets.\n\n Arguments:\n value:\n The :see:LocalizedValue to display in this\n widget.\n\n Returns:\n All values to display in the inner widgets." | 117 | false | SectorLabs/django-localized-fields | decompress | 20,654 | |
LDU_FT/mathiasertl/django-ca/init | LDU_FT | [
"<BEGIN>\n## `init`",
"Create a new certificate authority.",
" Parameters\n ----------",
" name : str\n The name of the CA. This is a human-readable string and is used for administrative purposes only.\n subject : dict or str or :py:class:`~django_ca.subject.Subject`\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the init 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 init 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... | Create a new certificate authority.
Parameters
----------
name : str
The name of the CA. This is a human-readable string and is used for administrative purposes only.
subject : dict or str or :py:class:`~django_ca.subject.Subject`
Subject string, e.g. ``"/CN=exa... | "Create a new certificate authority.\n\n Parameters\n ----------\n\n name : str\n The name of the CA. This is a human-readable string and is used for administrative purposes only.\n subject : dict or str or :py:class:`~django_ca.subject.Subject`\n Subject string, e.g. `... | 164 | false | mathiasertl/django-ca | init | 20,655 | |
LDU_FT/wdbm/megaparsex/trigger_keyphrases | LDU_FT | [
"<BEGIN>\n## `main`",
"Loop over a list of input text strings. Parse each string using a list of\n parsers, one included in megaparsex and one defined in this script. If a\n confirmation is requested, seek confirmation, otherwise display any response\n text and engage any triggered functions.\n<END>",
... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the trigger_keyphrases API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
Th... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the trigger_keyphrases API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
Th... | Parse input text for keyphrases. If any keyphrases are found, respond with
text or by seeking confirmation or by engaging a function with optional
keyword arguments. Return text or True if triggered and return False if not
triggered. If confirmation is required, a confirmation object is returned,
encaps... | "Parse input text for keyphrases. If any keyphrases are found, respond with\n text or by seeking confirmation or by engaging a function with optional\n keyword arguments. Return text or True if triggered and return False if not\n triggered. If confirmation is required, a confirmation object is returned,\n e... | 13 | false | wdbm/megaparsex | trigger_keyphrases | 20,656 | |
LDU_FT/cronofy/pycronofy/all | LDU_FT | [
"<BEGIN>\n## `format_event_time`",
"Accepts either an ISO 8601 string, a dict with a time and tzid OR a datetime object.\n Must be in UTC format:",
" 2016-01-31T12:33:00Z\n 2016-01-31T12:33:00UTC\n 2016-01-31T12:33:00+00:00",
" https://en.wikipedia.org/wiki/ISO_8601",
" ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the all 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 all 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... | Return all results as a list by automatically fetching all pages.
:return: All results.
:rtype: ``list`` | "Return all results as a list by automatically fetching all pages.\n\n :return: All results.\n :rtype: ``list``" | 111 | false | cronofy/pycronofy | all | 20,657 | |
LDU_FT/Syndace/python-omemo/getTrustForJID | LDU_FT | [
"<BEGIN>\n## `coroutine`",
"Implementation of a coroutine.",
" Use as a decorator:\n @coroutine\n def foo():\n result = yield somePromise",
" The function passed should be a generator yielding instances of the Promise class\n (or compatible).\n The coroutine waits for the Promise to r... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the getTrustForJID 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 getTrustForJID 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... | All-in-one trust information for all devices of a bare jid.
The result is structured like this:
{
"active" : { device: int => trust_info }
"inactive" : { device: int => trust_info }
}
where trust_info is the structure returned by getTrustForDevice. | "All-in-one trust information for all devices of a bare jid.\n The result is structured like this:\n\n {\n \"active\" : { device: int => trust_info }\n \"inactive\" : { device: int => trust_info }\n }\n\n where trust_info is the structure returned by getTrustForDevice... | 45 | false | Syndace/python-omemo | getTrustForJID | 20,658 | |
LDU_FT/ic-labs/django-icekit/derive_and_set_name_fields_and_slug | LDU_FT | [
"<BEGIN>\n## `parse_region`",
"Parse Region parameter to determine the rectangular portion of the full\n image to be returned, informed by the actual image dimensions.\n Returns (x, y, width, height):\n - x,y are pixel offsets into the image from the upper left\n - width, height are pixel dime... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the derive_and_set_name_fields_and_slug API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates it... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the derive_and_set_name_fields_and_slug API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates it... | Derive subordinate name_* field values from the `name_full` field
unless these fields are set in their own right.
This method is called during `save()` | "Derive subordinate name_* field values from the `name_full` field\n unless these fields are set in their own right.\n\n This method is called during `save()`" | 562 | false | ic-labs/django-icekit | derive_and_set_name_fields_and_slug | 20,659 | |
LDU_FT/xigt/xigt/selections | LDU_FT | [
"<BEGIN>\n## `expand`",
"Expand a reference expression to individual spans.\n Also works on space-separated ID lists, although a sequence of space\n characters will be considered a delimiter.",
" >>> expand('a1')\n 'a1'\n >>> expand('a1[3:5]')\n 'a1[3:5]'\n >>> expand('a1[3:5+6:7]')\n 'a... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the selections 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 selections 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... | Split the expression into individual selection expressions. The
delimiters will be kept as separate items if keep_delimters=True.
Also works on space-separated ID lists, although a sequence of space
characters will be considered a delimiter.
>>> selections('a1')
['a1']
>>> selections('a1[3:5]')... | "Split the expression into individual selection expressions. The\n delimiters will be kept as separate items if keep_delimters=True.\n Also works on space-separated ID lists, although a sequence of space\n characters will be considered a delimiter.\n\n >>> selections('a1')\n ['a1']\n >>> selections('a... | 19 | false | xigt/xigt | selections | 20,660 | |
LDU_FT/edx/xblock-utils/merge_translation | LDU_FT | [
"<BEGIN>\n## `get_xblock_settings`",
"Gets XBlock-specific settigns for current XBlock",
" Returns default if settings service is not available.",
" Parameters:\n default - default value to be used in two cases:\n * No settings service is available\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the merge_translation 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 merge_translation 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... | Context wrapper which modifies the given language's translation catalog using the i18n service, if found. | "Context wrapper which modifies the given language's translation catalog using the i18n service, if found." | 56 | false | edx/xblock-utils | merge_translation | 20,661 | |
LDU_FT/scrapinghub/exporters/check_for_errors | LDU_FT | [
"<BEGIN>\n## `formatted_prefix`",
"Gets a dict with format info, and formats a prefix template with that info. For example:\n if our prefix template is:\n 'some_file_{groups[0]}_{file_number}'",
" And we have this method called with:",
" formatted_prefix(groups=[US], file_number=0)... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the check_for_errors 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 check_for_errors 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 config validation errors if raise_exception is False,
otherwise raises ConfigurationError with those errors in it.
Errors are represented as nested dicts (sections & options in them). | "Returns config validation errors if raise_exception is False,\n otherwise raises ConfigurationError with those errors in it.\n Errors are represented as nested dicts (sections & options in them)." | 90 | false | scrapinghub/exporters | check_for_errors | 20,662 | |
LDU_FT/openid/JWTConnect-Python-OidcService/valid_service_context | LDU_FT | [
"<BEGIN>\n## `request_object_encryption`",
"Created an encrypted JSON Web token with *msg* as body.",
" :param msg: The mesaqg\n :param service_context:\n :param kwargs:\n :return:\n<END>",
"<BEGIN>\n## `construct_request_uri`",
"Constructs a special redirect_uri to be used when communicating wi... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the valid_service_context 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 valid_service_context API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | Check if the client_secret has expired
:param service_context: A
:py:class:`oidcservice.service_context.ServiceContext` instance
:param when: A time stamp against which the expiration time is to be checked
:return: True if the client_secret is still valid | "Check if the client_secret has expired\n\n :param service_context: A\n :py:class:`oidcservice.service_context.ServiceContext` instance\n :param when: A time stamp against which the expiration time is to be checked\n :return: True if the client_secret is still valid" | 159 | false | openid/JWTConnect-Python-OidcService | valid_service_context | 20,663 | |
LDU_FT/neovim/pynvim/disable_logging | LDU_FT | [
"<BEGIN>\n## `connection_made`",
"Used to signal `asyncio.Protocol` of a successful connection.\n<END>",
"<BEGIN>\n## `data_received`",
"Used to signal `asyncio.Protocol` of incoming data.\n<END>",
"<BEGIN>\n## `pipe_data_received`",
"Used to signal `asyncio.SubprocessProtocol` of incoming data.\n<END>",
... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the disable_logging 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 disable_logging 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... | Disables logging statements in these lines whose logging level falls
between the specified minimum and maximum levels. | "Disables logging statements in these lines whose logging level falls\n between the specified minimum and maximum levels." | 139 | false | neovim/pynvim | disable_logging | 20,664 | |
LDU_FT/cimm-kzn/CGRtools/centers_list | LDU_FT | [
"<BEGIN>\n## `reset_query_marks`",
"set or reset hyb and neighbors marks to atoms.\n<END>",
"<BEGIN>\n## `implicify_hydrogens`",
"remove explicit hydrogen if possible",
" :return: number of removed hydrogens\n<END>",
"<BEGIN>\n## `explicify_hydrogens`",
"add explicit hydrogens to atoms",
" ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the centers_list 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 centers_list 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... | get a list of lists of atoms of reaction centers | "get a list of lists of atoms of reaction centers" | 122 | false | cimm-kzn/CGRtools | centers_list | 20,665 | |
LDU_FT/inspirehep/refextract/identify_and_tag_URLs | LDU_FT | [
"<BEGIN>\n## `process_reference_line`",
"After the phase of identifying and tagging citation instances\n in a reference line, this function is called to go through the\n line and the collected information about the recognised citations,\n and to transform the line into a string of MARC XML in wh... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the identify_and_tag_URLs 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 identify_and_tag_URLs API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | Given a reference line, identify URLs in the line, record the
information about them, and replace them with a "<cds.URL />" tag.
URLs are identified in 2 forms:
+ Raw: http://invenio-software.org/
+ HTML marked-up: <a href="http://invenio-software.org/">CERN Document
Server Softw... | "Given a reference line, identify URLs in the line, record the\n information about them, and replace them with a \"<cds.URL />\" tag.\n URLs are identified in 2 forms:\n + Raw: http://invenio-software.org/\n + HTML marked-up: <a href=\"http://invenio-software.org/\">CERN Document\n Se... | 301 | false | inspirehep/refextract | identify_and_tag_URLs | 20,666 | |
LDU_FT/theislab/anndata/make_index_unique | LDU_FT | [
"<BEGIN>\n## `read_csv`",
"Read ``.csv`` file.",
" Same as :func:`~anndata.read_text` but with default delimiter ``','``.",
" Parameters\n ----------\n filename\n Data file.\n delimiter\n Delimiter that separates data within text file. If ``None``, will split at\n arbitrary... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the make_index_unique 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 make_index_unique 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... | Makes the index unique by appending '1', '2', etc.
The first occurance of a non-unique value is ignored.
Parameters
----------
join
The connecting string between name and integer.
Examples
--------
>>> adata1 = sc.AnnData(np.ones((3, 2)), {'obs_names': ['a', 'b', 'c']})
>>> a... | "Makes the index unique by appending '1', '2', etc.\n\n The first occurance of a non-unique value is ignored.\n\n Parameters\n ----------\n join\n The connecting string between name and integer.\n\n Examples\n --------\n >>> adata1 = sc.AnnData(np.ones((3, 2)), {'obs_names': ['a', 'b', 'c']... | 143 | false | theislab/anndata | make_index_unique | 20,667 | |
LDU_FT/croscon/fleaker/app | LDU_FT | [
"<BEGIN>\n## `install`",
"Install Fleaker.",
" In a function so we can protect this file so it's only run when we\n explicitly invoke it and not, say, when py.test collects all Python\n modules.\n<END>",
"<BEGIN>\n## `python_value`",
"Return the JSON in the database as a ``dict``.",
" Retu... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the app 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 app 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... | Internal method that will supply the app to use internally.
Returns:
flask.Flask: The app to use within the component.
Raises:
RuntimeError: This is raised if no app was provided to the
component and the method is being called outside of an
appli... | "Internal method that will supply the app to use internally.\n\n Returns:\n flask.Flask: The app to use within the component.\n\n Raises:\n RuntimeError: This is raised if no app was provided to the\n component and the method is being called outside of an\n ... | 259 | false | croscon/fleaker | app | 20,668 | |
LDU_FT/cozy/python_cozy_management/generate_certificate | LDU_FT | [
"<BEGIN>\n## `rebuild_app`",
"Rebuild cozy apps with deletion of npm directory & new npm build\n<END>",
"<BEGIN>\n## `rebuild_all_apps`",
"Get all cozy apps & rebuild npm repository\n<END>",
"<BEGIN>\n## `restore`",
"Restore a Cozy\n backup_file: path to .tar.gz\n<END>",
"<BEGIN>\n## `generate_ce... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the generate_certificate 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 generate_certificate API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | Generate private key and certificate for https | "Generate private key and certificate for https" | 24 | false | cozy/python_cozy_management | generate_certificate | 20,669 | |
LDU_FT/cdumay/cdumay-rest-client/from_response | LDU_FT | [
"<BEGIN>\n## `from_status`",
"Try to create an error from status code",
" :param int status: HTTP status\n :param str message: Body content\n :param dict extra: Additional info\n :return: An error\n :rtype: cdumay_rest_client.errors.Error\n<END>",
"<BEGIN>\n## `from_response`",
"Try to create... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the from_response 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 from_response 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... | Try to create an error from a HTTP response
:param request.Response response: HTTP response
:param str url: URL attained
:return: An error
:rtype: cdumay_rest_client.errors.Error | "Try to create an error from a HTTP response\n\n :param request.Response response: HTTP response\n :param str url: URL attained\n :return: An error\n :rtype: cdumay_rest_client.errors.Error" | 15 | false | cdumay/cdumay-rest-client | from_response | 20,670 | |
LDU_FT/jaraco/jaraco.logging/get_filename | LDU_FT | [
"<BEGIN>\n## `log_level`",
"Return a log level for a string\r",
"\t>>> log_level('DEBUG') == logging.DEBUG\r\n\tTrue\r\n\t>>> log_level('30') == logging.WARNING\r\n\tTrue\n<END>",
"<BEGIN>\n## `add_arguments`",
"Add arguments to an ArgumentParser or OptionParser for purposes of\r\n\tgrabbing a logging level... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_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 extr... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_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 extr... | Return the appropriate filename for the given time
based on the defined period. | "Return the appropriate filename for the given time\r\n\t\tbased on the defined period." | 16 | false | jaraco/jaraco.logging | get_filename | 20,671 | |
LDU_FT/geminipy/geminipy/newAddress | LDU_FT | [
"<BEGIN>\n## `pubticker`",
"Send a request for latest ticker info, return the response.\n<END>",
"<BEGIN>\n## `book`",
"Send a request to get the public order book, return the response.",
" Arguments:\n symbol -- currency symbol (default 'btcusd')\n limit_bids -- limit the number of bid... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the newAddress 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 newAddress 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... | Send a request for a new cryptocurrency deposit address
with an optional label. Return the response.
Arguements:
currency -- a Gemini supported cryptocurrency (btc, eth)
label -- optional label for the deposit address | "Send a request for a new cryptocurrency deposit address\n with an optional label. Return the response.\n\n Arguements:\n currency -- a Gemini supported cryptocurrency (btc, eth)\n label -- optional label for the deposit address" | 31 | false | geminipy/geminipy | newAddress | 20,672 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.