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/jeffh/sniffer/set_up | LDU_FT | [
"<BEGIN>\n## `_import`",
"A messy way to import library-specific classes.\n TODO: I should really make a factory class or something, but I'm lazy.\n Plus, factories remind me a lot of java...\n<END>",
"<BEGIN>\n## `exec_from_dir`",
"Runs the scent.py file from the given directory (cwd if None given).",
... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the set_up API.
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 set_up API.
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 ... | Sets properties right before calling run.
``test_args`` The arguments to pass to the test runner.
``clear`` Boolean. Set to True if we should clear console before
running the tests.
``debug`` Boolean. Set to True if we want to print debugging
... | "Sets properties right before calling run.\n\n ``test_args`` The arguments to pass to the test runner.\n ``clear`` Boolean. Set to True if we should clear console before\n running the tests.\n ``debug`` Boolean. Set to True if we want to print debugging\n ... | 54 | false | jeffh/sniffer | set_up | 32,673 | |
LDU_FT/kavdev/ldap-groups/remove_child | LDU_FT | [
"<BEGIN>\n## `_get_valididty`",
"Determines whether this AD Group is valid.\r",
" :returns: True and \"\" if this group is valid or False and a string description\r\n with the reason why it isn't valid otherwise.\n<END>",
"<BEGIN>\n## `get_attribute`",
"Gets the passed attribute of t... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the remove_child API.
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 remove_child API.
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... | Attempts to remove a child from the AD group.
:param group_lookup_attribute_value: The value for the LDAP_GROUPS_GROUP_LOOKUP_ATTRIBUTE.
:type group_lookup_attribute_value: str
:raises: **GroupDoesNotExist** if the provided group doesn't exist in the active directory.
... | "Attempts to remove a child from the AD group.\r\n\r\n :param group_lookup_attribute_value: The value for the LDAP_GROUPS_GROUP_LOOKUP_ATTRIBUTE.\r\n :type group_lookup_attribute_value: str\r\n\r\n :raises: **GroupDoesNotExist** if the provided group doesn't exist in the active directory.\r\n ... | 59 | false | kavdev/ldap-groups | remove_child | 32,674 | |
LDU_FT/jspricke/python-abook/append_vobject | LDU_FT | [
"<BEGIN>\n## `abook2vcf`",
"Command line tool to convert from Abook to vCard\n<END>",
"<BEGIN>\n## `vcf2abook`",
"Command line tool to convert from vCard to Abook\n<END>",
"<BEGIN>\n## `append_vobject`",
"Appends an address to the Abook addressbook\n vcard -- vCard to append\n filename -- un... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the append_vobject API.
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 append_vobject API.
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... | Appends an address to the Abook addressbook
vcard -- vCard to append
filename -- unused
return the new UID of the appended vcard | "Appends an address to the Abook addressbook\n vcard -- vCard to append\n filename -- unused\n return the new UID of the appended vcard" | 20 | false | jspricke/python-abook | append_vobject | 32,675 | |
LDU_FT/utek/pyseaweed/delete_file | LDU_FT | [
"<BEGIN>\n## `get_file`",
"Get file from WeedFS.",
" Returns file content. May be problematic for large files as content is\n stored in memory.",
" Args:\n **fid**: File identifier <volume_id>,<file_name_hash>",
" Returns:\n Content of the file with provided... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the delete_file API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the delete_file API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | Delete file from WeedFS
:param string fid: File ID | "Delete file from WeedFS\n\n :param string fid: File ID" | 67 | false | utek/pyseaweed | delete_file | 32,676 | |
LDU_FT/rndusr/torf/filepaths | LDU_FT | [
"<BEGIN>\n## `files`",
"Yield relative file paths specified in :attr:`metainfo`",
" Each paths starts with :attr:`name`.",
" Note that the paths may not exist. See :attr:`filepaths` for existing\n files.\n<END>",
"<BEGIN>\n## `filepaths`",
"Yield absolute paths to existing files in :a... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the filepaths API.
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 filepaths API.
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 list of absolute, sorted file paths
path: Path to file or directory
exclude: List of file name patterns to exclude
hidden: Whether to include hidden files
empty: Whether to include empty files
Raise PathNotFoundError if path doesn't exist. | "Return list of absolute, sorted file paths\n\n path: Path to file or directory\n exclude: List of file name patterns to exclude\n hidden: Whether to include hidden files\n empty: Whether to include empty files\n\n Raise PathNotFoundError if path doesn't exist." | 89 | false | rndusr/torf | filepaths | 32,677 | |
LDU_FT/dmort27/panphon/sonority_from_fts | LDU_FT | [
"<BEGIN>\n## `fts`",
"Return features corresponding to segment as list of (value,\n feature) tuples",
" Args:\n segment (unicode): segment for which features are to be returned as\n Unicode string",
" Returns:\n list: None if `segment` c... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the sonority_from_fts API.
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 sonority_from_fts API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The... | Given a segment as features, returns the sonority on a scale of 1
to 9.
Args:
seg (list): collection of (value, feature) pairs representing
a segment (vowel or consonant)
Returns:
int: sonority of `seg` between 1 and 9 | "Given a segment as features, returns the sonority on a scale of 1\n to 9.\n\n Args:\n seg (list): collection of (value, feature) pairs representing\n a segment (vowel or consonant)\n\n Returns:\n int: sonority of `seg` between 1 and 9" | 112 | false | dmort27/panphon | sonority_from_fts | 32,678 | |
LDU_FT/quasipedia/swaggery/init | LDU_FT | [
"<BEGIN>\n## `operations`",
"Decorator for marking Resource methods as HTTP operations.",
" This decorator does a number of different things:\n - It transfer onto itself docstring and annotations from the decorated\n method, so as to be \"transparent\" with regards to introspection.\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... | Initialise a WSGI application to be loaded by uWSGI. | "Initialise a WSGI application to be loaded by uWSGI." | 67 | false | quasipedia/swaggery | init | 32,679 | |
LDU_FT/ababic/django-cogwheels/get_module | LDU_FT | [
"<BEGIN>\n## `_set_prefix`",
"Called by ``__init()__`` to set the object's ``_prefix`` attribute,\n which determines the prefix app users must use when overriding\n settings associated with this helper. For example:",
" If the ``_prefix`` attribute were to be set to \"YOURAPP\", and there\n... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_module API.
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_module API.
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 a Python module referenced by an app setting where the value is
expected to be a valid, absolute Python import path, defined as a
string (e.g. "myproject.app.custom_module").
:param setting_name:
The name of the app setting for which a value is required.
:type settin... | "Returns a Python module referenced by an app setting where the value is\n expected to be a valid, absolute Python import path, defined as a\n string (e.g. \"myproject.app.custom_module\").\n\n :param setting_name:\n The name of the app setting for which a value is required.\n :ty... | 55 | false | ababic/django-cogwheels | get_module | 32,680 | |
LDU_FT/timothyb0912/pylogit/calc_acceleration_abc | LDU_FT | [
"<BEGIN>\n## `get_dataframe_from_data`",
"Parameters\n ----------\n data : string or pandas dataframe.\n If string, data should be an absolute or relative path to a CSV file\n containing the long format data for this choice model. Note long format\n has one row per available alternative... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the calc_acceleration_abc 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 calc_acceleration_abc API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | Calculates the acceleration constant for the approximate bootstrap
confidence (ABC) intervals.
Parameters
----------
empirical_influence : 2D ndarray.
Should have one row for each observation. Should have one column for
each parameter in the parameter vector being estimated. Elements sh... | "Calculates the acceleration constant for the approximate bootstrap\n confidence (ABC) intervals.\n\n Parameters\n ----------\n empirical_influence : 2D ndarray.\n Should have one row for each observation. Should have one column for\n each parameter in the parameter vector being estimated. Ele... | 871 | false | timothyb0912/pylogit | calc_acceleration_abc | 32,681 | |
LDU_FT/raiden-network/raiden/handle_request_parsing_error | LDU_FT | [
"<BEGIN>\n## `events_for_onchain_secretreveal`",
"Emits the event for revealing the secret on-chain if the transfer\n can not be settled off-chain.\n<END>",
"<BEGIN>\n## `handle_inittarget`",
"Handles an ActionInitTarget state change.\n<END>",
"<BEGIN>\n## `handle_offchain_secretreveal`",
"Validates an... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the handle_request_parsing_error 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 handle_request_parsing_error API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its concl... | This handles request parsing errors generated for example by schema
field validation failing. | "This handles request parsing errors generated for example by schema\n field validation failing." | 1,120 | true | raiden-network/raiden | handle_request_parsing_error | 32,682 | |
LDU_FT/ehansis/ozelot/run | LDU_FT | [
"<BEGIN>\n## `_query`",
"Base query for an url and xpath",
" Args:\n url (str): URL to search\n xpath (str): xpath to search (may be ``None``)\n<END>",
"<BEGIN>\n## `get`",
"Get a URL via the cache.",
" If the URL exists in the cache, return the cached value. Otherwise ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the run API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted doc... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the run API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted doc... | Load table data to :class:`EuroStatsValue` objects | "Load table data to :class:`EuroStatsValue` objects" | 203 | false | ehansis/ozelot | run | 32,683 | |
LDU_FT/openvax/varcode/get_codons | LDU_FT | [
"<BEGIN>\n## `translate_codon`",
"Translate a single codon into a single amino acid or stop '*'",
" Parameters\n ----------\n codon : str\n Expected to be of length 3\n aa_pos : int\n Codon/amino acid offset into the protein (starting from 0)\n<END>",
"<BEGIN>\n## `translate`",
"Tr... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_codons API.
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_codons API.
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 indices of first and last reference codons affected by the variant,
as well as the actual sequence of the mutated codons which replace those
reference codons.
Parameters
----------
variant : Variant
trimmed_cdna_ref : str
Trimmed reference cDNA nucleotides affected by the varia... | "Returns indices of first and last reference codons affected by the variant,\n as well as the actual sequence of the mutated codons which replace those\n reference codons.\n\n Parameters\n ----------\n variant : Variant\n\n trimmed_cdna_ref : str\n Trimmed reference cDNA nucleotides affected by... | 344 | false | openvax/varcode | get_codons | 32,684 | |
LDU_FT/linkedin/Zopkio/pause | LDU_FT | [
"<BEGIN>\n## `make_machine_mapping`",
"Convert the machine list argument from a list of names into a mapping of logical names to\n physical hosts. This is similar to the _parse_configs function but separated to provide the\n opportunity for extension and additional checking of machine access\n<END>",
"<BEGIN>... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the pause API.
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 pause API.
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... | Issues a sigstop for the specified process
:Parameter unique_id: the name of the process | "Issues a sigstop for the specified process\n\n :Parameter unique_id: the name of the process" | 85 | false | linkedin/Zopkio | pause | 32,685 | |
LDU_FT/pyBookshelf/bookshelf/_create_server_rackspace | LDU_FT | [
"<BEGIN>\n## `apt_install_from_url`",
"installs a pkg from a url\n p pkg_name: the name of the package to install\n p url: the full URL for the rpm package\n<END>",
"<BEGIN>\n## `apt_add_key`",
"trust a new PGP key related to a apt-repository\n<END>",
"<BEGIN>\n## `is_package_installed`",
"c... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _create_server_rackspace API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusio... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _create_server_rackspace API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusio... | Creates Rackspace Instance and saves it state in a local json file | "Creates Rackspace Instance and saves it state in a local json file" | 88 | false | pyBookshelf/bookshelf | _create_server_rackspace | 32,686 | |
LDU_FT/obriencj/python-javatools/compile_struct | LDU_FT | [
"<BEGIN>\n## `compare`",
"yields EVENT,ENTRY pairs describing the differences between left\n and right, which are filenames for a pair of zip files\n<END>",
"<BEGIN>\n## `compare_zips`",
"yields EVENT,ENTRY pairs describing the differences between left\n and right ZipFile instances\n<END>",
"<BEGIN>\n... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the compile_struct API.
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 compile_struct API.
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... | returns a struct.Struct instance compiled from fmt. If fmt has
already been compiled, it will return the previously compiled
Struct instance from the cache. | "returns a struct.Struct instance compiled from fmt. If fmt has\n already been compiled, it will return the previously compiled\n Struct instance from the cache." | 357 | false | obriencj/python-javatools | compile_struct | 32,687 | |
LDU_FT/SoftwareDefinedBuildings/XBOS/uuids | LDU_FT | [
"<BEGIN>\n## `fillPelicanHole`",
"Fill a hole in a Pelican thermostat's data stream.",
" Arguments:\n site -- The thermostat's Pelican site name\n username -- The Pelican username for the site\n password -- The Pelican password for the site\n tstat_name -- The name of the thermost... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the uuids API.
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 uuids API.
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... | Using the given where-clause, finds all UUIDs that match
Arguments:
[where]: the where clause (e.g. 'path like "keti"', 'SourceName = "TED Main"')
[archiver]: if specified, this is the archiver to use. Else, it will run on the first archiver passed
into the constructor for t... | "Using the given where-clause, finds all UUIDs that match\n\n Arguments:\n [where]: the where clause (e.g. 'path like \"keti\"', 'SourceName = \"TED Main\"')\n [archiver]: if specified, this is the archiver to use. Else, it will run on the first archiver passed\n into the constru... | 305 | false | SoftwareDefinedBuildings/XBOS | uuids | 32,688 | |
LDU_FT/empirical-org/Quill-NLP-Tools-and-Datasets/detect_missing_verb | LDU_FT | [
"<BEGIN>\n## `_verbs_with_subjects`",
"Given a spacy document return the verbs that have subjects\n<END>",
"<BEGIN>\n## `mangle_agreement`",
"Given a correct sentence, return a sentence or sentences with a subject\n verb agreement error\n<END>",
"<BEGIN>\n## `_build_trigram_indices`",
"Build a dictiona... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the detect_missing_verb 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 detect_missing_verb 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... | Return True if the sentence appears to be missing a main verb | "Return True if the sentence appears to be missing a main verb" | 70 | false | empirical-org/Quill-NLP-Tools-and-Datasets | detect_missing_verb | 32,689 | |
LDU_FT/dead-beef/markovchain/random_link | LDU_FT | [
"<BEGIN>\n## `create_arg_parser`",
"Create command subparsers.",
" Parameters\n ----------\n parent : `argparse.ArgumentParser`\n Command parser.\n<END>",
"<BEGIN>\n## `read`",
"Read data files and update a generator.",
" Parameters\n ----------\n fnames : `list` of `str`\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the random_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 extra... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the random_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 extra... | Get a random link.
Parameters
----------
dataset : `object`
Dataset from `self.get_dataset()`.
state : `object`
Link source.
backward : `bool`, optional
Link direction.
Raises
------
ValueError
If link coun... | "Get a random link.\n\n Parameters\n ----------\n dataset : `object`\n Dataset from `self.get_dataset()`.\n state : `object`\n Link source.\n backward : `bool`, optional\n Link direction.\n\n Raises\n ------\n ValueError\n ... | 323 | false | dead-beef/markovchain | random_link | 32,690 | |
LDU_FT/openeemeter/eeweather/load_cz2010_hourly_temp_data | LDU_FT | [
"<BEGIN>\n## `get_lat_long_climate_zones`",
"Get climate zones that contain lat/long coordinates.",
" Parameters\n ----------\n latitude : float\n Latitude of point.\n longitude : float\n Longitude of point.",
" Returns\n -------\n climate_zones: dict of str\n Region ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the load_cz2010_hourly_temp_data 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 load_cz2010_hourly_temp_data API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its concl... | Load hourly CZ2010 temperature data from start date to end date (inclusive).
This is the primary convenience method for loading hourly CZ2010 temperature data.
Parameters
----------
start : datetime.datetime
The earliest date from which to load data.
end : datetime.... | "Load hourly CZ2010 temperature data from start date to end date (inclusive).\n\n This is the primary convenience method for loading hourly CZ2010 temperature data.\n\n Parameters\n ----------\n start : datetime.datetime\n The earliest date from which to load data.\n end : ... | 68 | false | openeemeter/eeweather | load_cz2010_hourly_temp_data | 32,691 | |
LDU_FT/apriha/lineage/_read_ftdna | LDU_FT | [
"<BEGIN>\n## `detect_build`",
"Detect build of SNPs.",
" Use the coordinates of common SNPs to identify the build / assembly of a genotype file\n that is being loaded.",
" Notes\n -----\n rs3094315 : plus strand in 36, 37, and 38\n rs11928389 : plus strand in 36, minus strand in 37 and 38\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _read_ftdna API.
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 _read_ftdna API.
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... | Read and parse Family Tree DNA (FTDNA) file.
https://www.familytreedna.com
Parameters
----------
file : str
path to file
Returns
-------
pandas.DataFrame
individual's genetic data normalized for use with `lineage`
str
... | "Read and parse Family Tree DNA (FTDNA) file.\n\n https://www.familytreedna.com\n\n Parameters\n ----------\n file : str\n path to file\n\n Returns\n -------\n pandas.DataFrame\n individual's genetic data normalized for use with `lineage`\n s... | 183 | false | apriha/lineage | _read_ftdna | 32,692 | |
LDU_FT/horazont/aioopenssl/write | LDU_FT | [
"<BEGIN>\n## `create_starttls_connection`",
"Create a connection which can later be upgraded to use TLS.",
" .. versionchanged:: 0.4",
" The `local_addr` argument was added.",
" :param loop: The event loop to use.\n :type loop: :class:`asyncio.BaseEventLoop`\n :param protocol_factory: Fac... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the write API.
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 write API.
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... | Write data to the transport. This is an invalid operation if the stream
is not writable, that is, if it is closed. During TLS negotiation, the
data is buffered. | "Write data to the transport. This is an invalid operation if the stream\n is not writable, that is, if it is closed. During TLS negotiation, the\n data is buffered." | 26 | false | horazont/aioopenssl | write | 32,693 | |
LDU_FT/SpriteLink/NIPAP/edit_pool | LDU_FT | [
"<BEGIN>\n## `_serve_file`",
"Call Paste's FileApp (a WSGI application) to serve the file\n at the specified path\n<END>",
"<BEGIN>\n## `extract_prefix_attr`",
"Extract prefix attributes from arbitary dict.\n<END>",
"<BEGIN>\n## `extract_pool_attr`",
"Extract pool attributes from arbitary dict.\n<E... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the edit_pool API.
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 edit_pool API.
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... | Update pool given by `spec` with attributes `attr`.
* `auth` [BaseAuth]
AAA options.
* `spec` [pool_spec]
Specifies what pool to edit.
* `attr` [pool_attr]
Attributes to update and their new values.
This is the documentati... | "Update pool given by `spec` with attributes `attr`.\n\n * `auth` [BaseAuth]\n AAA options.\n * `spec` [pool_spec]\n Specifies what pool to edit.\n * `attr` [pool_attr]\n Attributes to update and their new values.\n\n This is the d... | 454 | false | SpriteLink/NIPAP | edit_pool | 32,694 | |
LDU_FT/NiklasRosenstein-Python/nr-deprecated/cancel | LDU_FT | [
"<BEGIN>\n## `skip`",
"Must be called from within `__enter__()`. Performs some magic to have a\n #ContextSkipped exception be raised the moment the with context is entered.\n The #ContextSkipped must then be handled in `__exit__()` to suppress the\n propagation of the exception.",
" > Important: This functi... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the cancel API.
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 cancel API.
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 ... | Cancel all futures queued in the pool. If *cancel_running* is True,
futures that are currently running in the pool are cancelled as well. | "Cancel all futures queued in the pool. If *cancel_running* is True,\n futures that are currently running in the pool are cancelled as well." | 305 | false | NiklasRosenstein-Python/nr-deprecated | cancel | 32,695 | |
LDU_FT/owncloud/pyocclient/_check_ocs_status | LDU_FT | [
"<BEGIN>\n## `get_expiration`",
"Returns the expiration date.",
" :returns: expiration date\n :rtype: datetime object\n<END>",
"<BEGIN>\n## `login`",
"Authenticate to ownCloud.\n This will create a session on the server.",
" :param user_id: user id\n :param password: pas... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _check_ocs_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... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _check_ocs_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... | Checks the status code of an OCS request
:param tree: response parsed with elementtree
:param accepted_codes: list of statuscodes we consider good. E.g. [100,102] can be used to accept a POST
returning an 'already exists' condition
:raises: HTTPResponseError if the http status is... | "Checks the status code of an OCS request\n\n :param tree: response parsed with elementtree\n :param accepted_codes: list of statuscodes we consider good. E.g. [100,102] can be used to accept a POST\n returning an 'already exists' condition\n :raises: HTTPResponseError if the http sta... | 139 | false | owncloud/pyocclient | _check_ocs_status | 32,696 | |
LDU_FT/javipalanca/spade/subscribe | LDU_FT | [
"<BEGIN>\n## `set_available`",
"Sets the agent availability to True.",
" Args:\n show (aioxmpp.PresenceShow, optional): the show state of the presence (Default value = None)\n<END>",
"<BEGIN>\n## `set_presence`",
"Change the presence broadcast by the client.\n If the client is current... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the subscribe API.
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 subscribe API.
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... | Asks for subscription
Args:
peer_jid (str): the JID you ask for subscriptiion | "Asks for subscription\n\n Args:\n peer_jid (str): the JID you ask for subscriptiion" | 153 | false | javipalanca/spade | subscribe | 32,697 | |
LDU_FT/exxeleron/qPython/sendAsync | LDU_FT | [
"<BEGIN>\n## `read`",
"Reads and optionally parses a single message.",
" :Parameters:\n - `source` - optional data buffer to be read, if not specified data is \n read from the wrapped stream\n :Options:\n - `raw` (`boolean`) - indicates whether read data should parsed or ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the sendAsync API.
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 sendAsync API.
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... | Performs an asynchronous query and returns **without** retrieving of
the response.
In typical use case, `query` is the name of the function to call and
`parameters` are its parameters. When `parameters` list is empty, the
query can be an arbitrary q expression (e.g. ``0 +/ ti... | "Performs an asynchronous query and returns **without** retrieving of \n the response.\n \n In typical use case, `query` is the name of the function to call and \n `parameters` are its parameters. When `parameters` list is empty, the \n query can be an arbitrary q expression (e.g. ``0... | 127 | false | exxeleron/qPython | sendAsync | 32,698 | |
LDU_FT/djaodjin/djaodjin-deployutils/start_of_day | LDU_FT | [
"<BEGIN>\n## `filter`",
"Adds user and remote_addr to the record.\n<END>",
"<BEGIN>\n## `package_theme`",
"Package resources and templates for a multi-tier environment\n into a zip file.",
" Templates are pre-compiled into ``*build_dir*/*app_name*/templates``.\n Compilation means {% assets '*path*'... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the start_of_day API.
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 start_of_day API.
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... | Returns the local (user timezone) start of day, that's,
time 00:00:00 for a given datetime | "Returns the local (user timezone) start of day, that's,\n time 00:00:00 for a given datetime" | 82 | false | djaodjin/djaodjin-deployutils | start_of_day | 32,699 | |
LDU_FT/ucsb-cs/submit/merge_users | LDU_FT | [
"<BEGIN>\n## `compute_diff`",
"Associate the diff (if exists) with the TestCaseResult.",
" Return whether or not the outputs match.\n<END>",
"<BEGIN>\n## `json_exception`",
"Always return json content in the body of Exceptions to xhr requests.\n<END>",
"<BEGIN>\n## `merge_users`",
"Merge a non-umail ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the merge_users API.
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 merge_users API.
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... | Merge a non-umail account with a umail account. | "Merge a non-umail account with a umail account." | 102 | false | ucsb-cs/submit | merge_users | 32,700 | |
LDU_FT/readbeyond/aeneas/add_fragment | LDU_FT | [
"<BEGIN>\n## `pretty_print`",
"Return a Unicode string pretty print of the log entries.",
" :param bool as_list: if ``True``, return a list of Unicode strings,\n one for each entry, instead of a Unicode string\n :param bool show_datetime: if ``True``, show the date and ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the add_fragment API.
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 add_fragment API.
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... | Add the given text fragment as the first or last child of the root node
of the text file tree.
:param fragment: the text fragment to be added
:type fragment: :class:`~aeneas.textfile.TextFragment`
:param bool as_last: if ``True`` append fragment, otherwise prepend it | "Add the given text fragment as the first or last child of the root node\n of the text file tree.\n\n :param fragment: the text fragment to be added\n :type fragment: :class:`~aeneas.textfile.TextFragment`\n :param bool as_last: if ``True`` append fragment, otherwise prepend it" | 1,097 | true | readbeyond/aeneas | add_fragment | 32,701 | |
LDU_FT/aio-libs/aiohttp-security/forget | LDU_FT | [
"<BEGIN>\n## `permits`",
"Check user permissions.\n Return True if the identity is allowed the permission in the\n current context, else return False.\n<END>",
"<BEGIN>\n## `remember`",
"Remember identity into response.",
" The action is performed by identity_policy.remember()",
" Usua... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the forget API.
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 forget API.
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 ... | Forget previously remembered identity.
Usually it clears cookie or server-side storage to forget user
session. | "Forget previously remembered identity.\n\n Usually it clears cookie or server-side storage to forget user\n session." | 21 | false | aio-libs/aiohttp-security | forget | 32,702 | |
LDU_FT/senaite/senaite.lims/icon_cache_key | LDU_FT | [
"<BEGIN>\n## `getViewletByName`",
"Viewlets allow through-the-web customizations.",
" Through-the-web customization magic is managed by five.customerize.\n We need to think of this when looking up viewlets.",
" @return: Viewlet registration object\n<END>",
"<BEGIN>\n## `setupViewletByNa... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the icon_cache_key API.
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 icon_cache_key API.
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... | Generates a cache key for the icon lookup
Includes the virtual URL to handle multiple HTTP/HTTPS domains
Example: http://senaite.local/clients?modified=1512033263370 | "Generates a cache key for the icon lookup\n\n Includes the virtual URL to handle multiple HTTP/HTTPS domains\n Example: http://senaite.local/clients?modified=1512033263370" | 32 | false | senaite/senaite.lims | icon_cache_key | 32,703 | |
LDU_FT/Neurosim-lab/netpyne/probConn | LDU_FT | [
"<BEGIN>\n## `add_scalebar`",
"Add scalebars to axes\n Adds a set of scale bars to *ax*, matching the size to the ticks of the plot\n and optionally hiding the x and y axes\n - ax : the axis to attach ticks to\n - matchx,matchy : if True, set size of scale bars to spacing between ticks\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the probConn API.
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 probConn API.
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... | Generates connections between all pre and post-syn cells based on probability values | "Generates connections between all pre and post-syn cells based on probability values" | 234 | false | Neurosim-lab/netpyne | probConn | 32,704 | |
LDU_FT/tkem/uritools/geturi | LDU_FT | [
"<BEGIN>\n## `urijoin`",
"Convert a URI reference relative to a base URI to its target URI\n string.\n<END>",
"<BEGIN>\n## `uridefrag`",
"Remove an existing fragment component from a URI reference string.\n<END>",
"<BEGIN>\n## `geturi`",
"Return the recombined version of the original URI as a string.\n... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the geturi API.
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 geturi API.
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 recombined version of the original URI as a string. | "Return the recombined version of the original URI as a string." | 45 | false | tkem/uritools | geturi | 32,705 | |
LDU_FT/PyFilesystem/pyfilesystem2/files | LDU_FT | [
"<BEGIN>\n## `install`",
"Install an opener.",
" Arguments:\n opener (`Opener`): an `Opener` instance, or a callable that\n returns an opener instance.",
" Note:\n May be used as a class decorator. For example::\n registry = Registry()\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the files API.
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 files API.
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... | Walk a filesystem, yielding absolute paths to files.
Arguments:
fs (FS): A filesystem instance.
path (str): A path to a directory on the filesystem.
Yields:
str: absolute path to files on the filesystem found
recursively within the given directory. | "Walk a filesystem, yielding absolute paths to files.\n\n Arguments:\n fs (FS): A filesystem instance.\n path (str): A path to a directory on the filesystem.\n\n Yields:\n str: absolute path to files on the filesystem found\n recursively within the given directo... | 320 | false | PyFilesystem/pyfilesystem2 | files | 32,706 | |
LDU_FT/PierreRust/apigpio/set_servo_pulsewidth | LDU_FT | [
"<BEGIN>\n## `u2i`",
"Converts a 32 bit unsigned number to signed.",
" uint32:= an unsigned 32 bit number",
" ...\n print(u2i(4294967272))\n -24\n print(u2i(37))\n 37\n ...\n<END>",
"<BEGIN>\n## `_u2i`",
"Converts a 32 bit unsigned number to signed. If the number\n is negative it ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the set_servo_pulsewidth 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 set_servo_pulsewidth API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | Starts (500-2500) or stops (0) servo pulses on the GPIO.
user_gpio:= 0-31.
pulsewidth:= 0 (off),
500 (most anti-clockwise) - 2500 (most clockwise).
The selected pulsewidth will continue to be transmitted until
changed by a subsequent call to set_servo_pulsewidth.
... | "Starts (500-2500) or stops (0) servo pulses on the GPIO.\n user_gpio:= 0-31.\n pulsewidth:= 0 (off),\n 500 (most anti-clockwise) - 2500 (most clockwise).\n The selected pulsewidth will continue to be transmitted until\n changed by a subsequent call to set_servo_pulsewid... | 102 | false | PierreRust/apigpio | set_servo_pulsewidth | 32,707 | |
LDU_FT/jamescooke/flake8-aaa/mark_bl | LDU_FT | [
"<BEGIN>\n## `do_command_line`",
"Currently a small stub to create an instance of Checker for the passed\n ``infile`` and run its test functions through linting.",
" Args:\n infile",
" Returns:\n int: Number of flake8 errors raised.\n<END>",
"<BEGIN>\n## `run`",
"Yields:\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the mark_bl API.
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 mark_bl API.
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... | Mark unprocessed lines that have no content and no string nodes
covering them as blank line BL.
Returns:
Number of blank lines found with no stringy parent node. | "Mark unprocessed lines that have no content and no string nodes\n covering them as blank line BL.\n\n Returns:\n Number of blank lines found with no stringy parent node." | 66 | false | jamescooke/flake8-aaa | mark_bl | 32,708 | |
LDU_FT/computational-metabolomics/msp2db/_make_sql_compatible | LDU_FT | [
"<BEGIN>\n## `create_db`",
"Create an empty SQLite database for library spectra.",
" Example:\n >>> from msp2db.db import create_db\n >>> db_pth = 'library.db'\n >>> create_db(file_pth=db_pth)",
" Args:\n file_pth (str): File path for SQLite database\n<END>",
"<BEGIN>\n## `... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _make_sql_compatible 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 _make_sql_compatible API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | Convert any python list of lists (or tuples) so that the strings are formatted correctly for insertion into
Args:
ll (list): List of lists (or tuples) | "Convert any python list of lists (or tuples) so that the strings are formatted correctly for insertion into\n\n Args:\n ll (list): List of lists (or tuples)" | 79 | false | computational-metabolomics/msp2db | _make_sql_compatible | 32,709 | |
LDU_FT/racker/torment/up | LDU_FT | [
"<BEGIN>\n## `up`",
"Start the specified docker-compose services.",
" Parameters\n ----------",
" :``services``: a list of docker-compose service names to start (must be\n defined in docker-compose.yml)",
" Return Value(s)\n ---------------",
" The integer status of ``d... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the up API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted docu... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the up API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted docu... | Start the specified docker-compose services.
Parameters
----------
:``services``: a list of docker-compose service names to start (must be
defined in docker-compose.yml)
Return Value(s)
---------------
The integer status of ``docker-compose up``. | "Start the specified docker-compose services.\n\n Parameters\n ----------\n\n :``services``: a list of docker-compose service names to start (must be\n defined in docker-compose.yml)\n\n Return Value(s)\n ---------------\n\n The integer status of ``docker-compose up``." | 117 | false | racker/torment | up | 32,710 | |
LDU_FT/wavycloud/pyboto3/create_change_set | LDU_FT | [
"<BEGIN>\n## `create_endpoint`",
"Creates an endpoint using the provided settings.\n See also: AWS API Documentation",
" :example: response = client.create_endpoint(\n EndpointIdentifier='string',\n EndpointType='source'|'target',\n EngineName='string',\n Username='string',\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the create_change_set API.
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 create_change_set API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The... | Creates a list of changes that will be applied to a stack so that you can review the changes before executing them. You can create a change set for a stack that doesn't exist or an existing stack. If you create a change set for a stack that doesn't exist, the change set shows all of the resources that AWS CloudFormatio... | "Creates a list of changes that will be applied to a stack so that you can review the changes before executing them. You can create a change set for a stack that doesn't exist or an existing stack. If you create a change set for a stack that doesn't exist, the change set shows all of the resources that AWS CloudFormati... | 3,657 | true | wavycloud/pyboto3 | create_change_set | 32,711 | |
LDU_FT/twitterdev/twitter-python-ads-sdk/preview | LDU_FT | [
"<BEGIN>\n## `content_type`",
"Returns the content-type value determined by file extension.\n<END>",
"<BEGIN>\n## `__init_chunked_upload`",
"Initialization for a multi-chunk upload.\n<END>",
"<BEGIN>\n## `__upload_chunk`",
"Uploads a single chunk of a multi-chunk upload.\n<END>",
"<BEGIN>\n## `save`",
... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the preview API.
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 preview API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted... | Returns an HTML preview of a tweet, either new or existing. | "Returns an HTML preview of a tweet, either new or existing." | 74 | false | twitterdev/twitter-python-ads-sdk | preview | 32,712 | |
LDU_FT/DAI-Lab/Copulas/_brentq_cdf | LDU_FT | [
"<BEGIN>\n## `get_lower_bound`",
"Compute the lower bound to integrate cumulative density.",
" Returns:\n float: lower bound for cumulative density integral.\n<END>",
"<BEGIN>\n## `get_column_names`",
"Return iterable containing columns for the given array X.",
" Args:\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _brentq_cdf API.
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 _brentq_cdf API.
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... | Helper function to compute percent_point.
As scipy.stats.gaussian_kde doesn't provide this functionality out of the box we need
to make a numerical approach:
- First we scalarize and bound cumulative_distribution.
- Then we define a function `f(x) = cdf(x) - value`, where value is the ... | "Helper function to compute percent_point.\n\n As scipy.stats.gaussian_kde doesn't provide this functionality out of the box we need\n to make a numerical approach:\n\n - First we scalarize and bound cumulative_distribution.\n - Then we define a function `f(x) = cdf(x) - value`, where value ... | 278 | false | DAI-Lab/Copulas | _brentq_cdf | 32,713 | |
LDU_FT/deginner/mq-client/close_channel | LDU_FT | [
"<BEGIN>\n## `_on_message`",
"Invoked by pika when a message is delivered from RabbitMQ. The\n channel is passed for your convenience. The basic_deliver object that\n is passed in carries the exchange, routing key, delivery tag and\n a redelivered flag for the message. The properties passed in is an\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the close_channel API.
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 close_channel API.
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... | Invoke this command to close the channel with RabbitMQ by sending
the Channel.Close RPC command. | "Invoke this command to close the channel with RabbitMQ by sending\n the Channel.Close RPC command." | 61 | false | deginner/mq-client | close_channel | 32,714 | |
LDU_FT/rkhleics/wagtailmodeladmin/edit_view | LDU_FT | [
"<BEGIN>\n## `process_request`",
"Ignore unnecessary actions for static file requests, posts, or ajax\n requests. We're only interested in redirecting following a 'natural'\n request redirection to the `wagtailadmin_explore_root` or\n `wagtailadmin_explore` views.\n<END>",
"<BEGIN>\n## `get... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the edit_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.
The extract... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the edit_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.
The extract... | Instantiates a class-based view to provide 'edit' functionality for the
assigned model, or redirect to Wagtail's edit view if the assigned
model extends 'Page'. The view class used can be overridden by changing
the 'edit_view_class' attribute. | "Instantiates a class-based view to provide 'edit' functionality for the\n assigned model, or redirect to Wagtail's edit view if the assigned\n model extends 'Page'. The view class used can be overridden by changing\n the 'edit_view_class' attribute." | 52 | false | rkhleics/wagtailmodeladmin | edit_view | 32,715 | |
LDU_FT/mazi76erX2/mention-python/data | LDU_FT | [
"<BEGIN>\n## `params`",
"Parameters used in the url of the API call and for authentication.",
" :return: parameters used in the url.\n :rtype: dict\n<END>",
"<BEGIN>\n## `data`",
"Parameters passed to the API containing the details to create a new\n alert.",
" :return: paramet... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the data API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted do... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the data API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted do... | Parameters passed to the API containing the details to update a
alert.
:return: parameters to create new alert.
:rtype: dict | "Parameters passed to the API containing the details to update a\n alert.\n\n :return: parameters to create new alert.\n :rtype: dict" | 18 | false | mazi76erX2/mention-python | data | 32,716 | |
LDU_FT/alexcouper/captainhook/filter_python_files | LDU_FT | [
"<BEGIN>\n## `run`",
"Look for pdb.set_trace() commands in python files.\n<END>",
"<BEGIN>\n## `checks`",
"An iterator of valid checks that are in the installed checkers package.",
" yields check name, check module\n<END>",
"<BEGIN>\n## `files_to_check`",
"Validate the commit diff.",
" Make copi... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the filter_python_files 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 filter_python_files 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... | Get all python files from the list of files. | "Get all python files from the list of files." | 29 | false | alexcouper/captainhook | filter_python_files | 32,717 | |
LDU_FT/Nekroze/partpy/has_space | LDU_FT | [
"<BEGIN>\n## `pretty_print`",
"Print the previous and current line with line numbers and\n a carret under the current character position.",
" Will also print a message if one is given to this exception.\n<END>",
"<BEGIN>\n## `parse`",
"Run the parser over the entire sourestring and return the ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the has_space API.
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 has_space API.
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 boolean if self.pos + length < working string length. | "Returns boolean if self.pos + length < working string length." | 80 | false | Nekroze/partpy | has_space | 32,718 | |
LDU_FT/gersolar/stations/register_measurements | LDU_FT | [
"<BEGIN>\n## `wrap_around_re`",
"Same as wrap_around but works with regular expression based\n wildcards to map which methods are going to be used.\n<END>",
"<BEGIN>\n## `_with_wrap`",
"with_wrap wraps the execution of method inside given\n generator. When the method is called, the generator is invoked\... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the register_measurements API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the register_measurements API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | Register the measurements if it has measurements and close the configuration, if it hasen't got measurements clean the temporal file on disk.
Keyword arguments:
f -- open memory file
end -- datetime of the moment when the configuration go inactive
between -- time between integral_measurements in seconds
... | "Register the measurements if it has measurements and close the configuration, if it hasen't got measurements clean the temporal file on disk.\n\n\t\t\tKeyword arguments:\n\t\t\tf -- open memory file\n\t\t\tend -- datetime of the moment when the configuration go inactive\n\t\t\tbetween -- time between integral_measurem... | 31 | false | gersolar/stations | register_measurements | 32,719 | |
LDU_FT/cameronmaske/celery-once/import_backend | LDU_FT | [
"<BEGIN>\n## `parse_url`",
"Parse the argument url and return a redis connection.\n Two patterns of url are supported:\n * redis://host:port[/db][?options]\n * redis+socket:///path/to/redis.sock[?options]\n A ValueError is raised if the URL is not recognized.\n<END>",
"<BEGIN>\n## `raise_or_... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the import_backend API.
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 import_backend API.
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... | Imports and initializes the Backend class. | "Imports and initializes the Backend class." | 21 | false | cameronmaske/celery-once | import_backend | 32,720 | |
LDU_FT/wavycloud/pyboto3/modify_target_group | LDU_FT | [
"<BEGIN>\n## `create_endpoint`",
"Creates an endpoint using the provided settings.\n See also: AWS API Documentation",
" :example: response = client.create_endpoint(\n EndpointIdentifier='string',\n EndpointType='source'|'target',\n EngineName='string',\n Username='string',\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the modify_target_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.
T... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the modify_target_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.
T... | Modifies the health checks used when evaluating the health state of the targets in the specified target group.
To monitor the health of the targets, use DescribeTargetHealth .
See also: AWS API Documentation
Examples
This example changes the configuration of the health checks used to evaluate the ... | "Modifies the health checks used when evaluating the health state of the targets in the specified target group.\n To monitor the health of the targets, use DescribeTargetHealth .\n See also: AWS API Documentation\n \n Examples\n This example changes the configuration of the health checks used to evaluat... | 3,657 | true | wavycloud/pyboto3 | modify_target_group | 32,721 | |
LDU_FT/LasLabs/python-five9/__check_field | LDU_FT | [
"<BEGIN>\n## `search`",
"Search for a record on the remote and return the results.",
" Args:\n five9 (five9.Five9): The authenticated Five9 remote.\n filters (dict): A dictionary of search parameters, keyed by the\n name of the field to search. This should conform to ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the __check_field API.
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 __check_field API.
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... | Raises a KeyError if the field doesn't exist. | "Raises a KeyError if the field doesn't exist." | 74 | false | LasLabs/python-five9 | __check_field | 32,722 | |
LDU_FT/koordinates/python-client/set_metadata | LDU_FT | [
"<BEGIN>\n## `create`",
"Create single permission for the given object.",
" :param Permission permission: A single Permission object to be set.\n<END>",
"<BEGIN>\n## `set`",
"Set the object permissions. If the parent object already has permissions, they will be overwritten.",
" :param [] per... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the set_metadata API.
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 set_metadata API.
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... | Set the XML metadata on a layer draft version.
:param file fp: file-like object to read the XML metadata from.
:raises NotAllowed: if the version is already published. | "Set the XML metadata on a layer draft version.\n\n :param file fp: file-like object to read the XML metadata from.\n :raises NotAllowed: if the version is already published." | 178 | false | koordinates/python-client | set_metadata | 32,723 | |
LDU_FT/Azure/azure-uamqp-python/receive_messages | LDU_FT | [
"<BEGIN>\n## `_close_received`",
"Callback called when a connection CLOSE frame is received.\n This callback will process the received CLOSE error to determine if\n the connection is recoverable or whether it should be shutdown.\n :param error: The error information from the close\n f... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the receive_messages API.
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 receive_messages API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ... | Receive messages. This function will run indefinitely, until the client
closes either via timeout, error or forced interruption (e.g. keyboard interrupt).
If the receive client is configured with `auto_complete=True` then the messages that
have not been settled on completion of the provided cal... | "Receive messages. This function will run indefinitely, until the client\n closes either via timeout, error or forced interruption (e.g. keyboard interrupt).\n\n If the receive client is configured with `auto_complete=True` then the messages that\n have not been settled on completion of the provide... | 299 | false | Azure/azure-uamqp-python | receive_messages | 32,724 | |
LDU_FT/Kentzo/Power/get_providing_power_source_type | LDU_FT | [
"<BEGIN>\n## `add_observer`",
"Adds weak ref to an observer.",
" @param observer: Instance of class registered with PowerManagementObserver\n @raise TypeError: If observer is not registered with PowerManagementObserver abstract class\n<END>",
"<BEGIN>\n## `startThread`",
"Spawns new NSThread t... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_providing_power_source_type API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its co... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_providing_power_source_type API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its co... | Returns GetSystemPowerStatus().ACLineStatus
@raise: WindowsError if any underlying error occures. | "Returns GetSystemPowerStatus().ACLineStatus\n\n @raise: WindowsError if any underlying error occures." | 44 | false | Kentzo/Power | get_providing_power_source_type | 32,725 | |
LDU_FT/Capitains/Nautilus/init_blueprint | LDU_FT | [
"<BEGIN>\n## `r_cts`",
"Actual main route of CTS APIs. Transfer typical requests through the ?request=REQUESTNAME route",
" :return: Response\n<END>",
"<BEGIN>\n## `cts_error`",
"Create a CTS Error reply",
" :param error_name: Name of the error\n :param message: Message of the Error\n... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the init_blueprint API.
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 init_blueprint API.
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... | Properly generates the blueprint, registering routes and filters and connecting the app and the blueprint
:return: Blueprint of the extension
:rtype: Blueprint | "Properly generates the blueprint, registering routes and filters and connecting the app and the blueprint\n\n :return: Blueprint of the extension\n :rtype: Blueprint" | 110 | false | Capitains/Nautilus | init_blueprint | 32,726 | |
LDU_FT/cggh/scikit-allel/moving_hudson_fst | LDU_FT | [
"<BEGIN>\n## `mean_pairwise_difference`",
"Calculate for each variant the mean number of pairwise differences\n between chromosomes sampled from within a single population.",
" Parameters\n ----------",
" ac : array_like, int, shape (n_variants, n_alleles)\n Allele counts array.\n an : a... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the moving_hudson_fst API.
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 moving_hudson_fst API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The... | Estimate average Fst in moving windows over a single chromosome/contig,
following the method of Hudson (1992) elaborated by Bhatia et al. (2013).
Parameters
----------
ac1 : array_like, int, shape (n_variants, n_alleles)
Allele counts array from the first population.
ac2 : array_like, int, ... | "Estimate average Fst in moving windows over a single chromosome/contig,\n following the method of Hudson (1992) elaborated by Bhatia et al. (2013).\n\n Parameters\n ----------\n ac1 : array_like, int, shape (n_variants, n_alleles)\n Allele counts array from the first population.\n ac2 : array_lik... | 1,142 | true | cggh/scikit-allel | moving_hudson_fst | 32,727 | |
LDU_FT/lsanomaly/lsanomaly/predict_proba | LDU_FT | [
"<BEGIN>\n## `median_kneighbour_distance`",
"Calculate the median kneighbor distance.",
" Find the distance between a set of random datapoints and\n their kth nearest neighbours. This is a heuristic for setting the\n kernel length scale.\n<END>",
"<BEGIN>\n## `pair_distance_centile`",
"Calculate ce... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the predict_proba API.
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 predict_proba API.
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... | Calculate posterior probabilities of test data.
Parameters
----------
X : array
Test data, of dimension N times d (rows are examples, columns
are data dimensions)
Returns:
-------
y_prob : array
An array of dimension N times n_inlier_... | "Calculate posterior probabilities of test data.\n\n Parameters\n ----------\n X : array\n Test data, of dimension N times d (rows are examples, columns\n are data dimensions)\n\n Returns:\n -------\n y_prob : array\n An array of dimension N tim... | 29 | false | lsanomaly/lsanomaly | predict_proba | 32,728 | |
LDU_FT/Grunny/zap-cli/set_enabled_scanners | LDU_FT | [
"<BEGIN>\n## `list_scanners`",
"Get a list of scanners and whether or not they are enabled.\n<END>",
"<BEGIN>\n## `list_policies`",
"Get a list of policies and whether or not they are enabled.\n<END>",
"<BEGIN>\n## `enable_policies`",
"Set the enabled policies to use in a scan.",
" When you enable a ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the set_enabled_scanners 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 set_enabled_scanners API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | Set only the provided scanners by group and/or IDs and disable all others. | "Set only the provided scanners by group and/or IDs and disable all others." | 63 | false | Grunny/zap-cli | set_enabled_scanners | 32,729 | |
LDU_FT/vladimarius/pyap/_get_addresses | LDU_FT | [
"<BEGIN>\n## `parse`",
"Returns a list of addresses found in text\n together with parsed address parts\n<END>",
"<BEGIN>\n## `_combine_results`",
"Combine results from different parsed parts:\n we look for non-empty results in values like\n 'postal_code_b' or 'postal_code_c' and s... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _get_addresses API.
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_addresses API.
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... | Returns a list of addresses found in text | "Returns a list of addresses found in text" | 11 | false | vladimarius/pyap | _get_addresses | 32,730 | |
LDU_FT/line/line-bot-sdk-python/as_json_dict | LDU_FT | [
"<BEGIN>\n## `get`",
"GET request.",
" :param str url: Request url\n :param dict headers: (optional) Request headers\n :param dict params: (optional) Request query parameter\n :param bool stream: (optional) get content as stream\n :param timeout: (optional), How long to wait f... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the as_json_dict API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extr... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the as_json_dict API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extr... | Return dictionary from this object.
:return: dict | "Return dictionary from this object.\n\n :return: dict" | 135 | false | line/line-bot-sdk-python | as_json_dict | 32,731 | |
LDU_FT/pymc-devs/pymc/step | LDU_FT | [
"<BEGIN>\n## `moral_graph`",
"moral_graph(model,format='raw', prog='dot', path=None)",
" Draws the moral graph for this model and writes it to path with filename name.\n Returns the pydot 'dot' object for further user manipulation.",
" GraphViz and PyDot must be installed to use this function.",
" ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the step API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted do... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the step API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted do... | The default step method applies if the variable is floating-point
valued, and is not being proposed from its prior. | "The default step method applies if the variable is floating-point\n valued, and is not being proposed from its prior." | 1,025 | true | pymc-devs/pymc | step | 32,732 | |
LDU_FT/jazzband/django-axes/get_cool_off_iso8601 | LDU_FT | [
"<BEGIN>\n## `get_cool_off`",
"Return the login cool off time interpreted from settings.AXES_COOLOFF_TIME.",
" The return value is either None or timedelta.",
" Notice that the settings.AXES_COOLOFF_TIME is either None, timedelta, or integer of hours,\n and this function offers a unified _timedelta o... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_cool_off_iso8601 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_cool_off_iso8601 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 datetime.timedelta translated to ISO 8601 formatted duration for use in e.g. cool offs. | "Return datetime.timedelta translated to ISO 8601 formatted duration for use in e.g. cool offs." | 94 | false | jazzband/django-axes | get_cool_off_iso8601 | 32,733 | |
LDU_FT/FNNDSC/pftree/inputReadCallback | LDU_FT | [
"<BEGIN>\n## `walklevel`",
"It works just like os.walk, but you can pass it a level parameter\n that indicates how deep the recursion will go.\n If depth is -1 (or less than 0), the full depth is walked.\n<END>",
"<BEGIN>\n## `tree_probe`",
"Perform an os walk down a file system tree, starting f... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the inputReadCallback API.
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 inputReadCallback API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The... | Test for inputReadCallback
This method does not actually "read" the input files,
but simply returns the passed file list back to
caller | "Test for inputReadCallback\n\n This method does not actually \"read\" the input files,\n but simply returns the passed file list back to \n caller" | 25 | false | FNNDSC/pftree | inputReadCallback | 32,734 | |
LDU_FT/galactics/beyond/get_propagator | LDU_FT | [
"<BEGIN>\n## `create_station`",
"Create a ground station instance",
" Args:\n name (str): Name of the station",
" latlonalt (tuple of float): coordinates of the station, as follow:",
" * Latitude in degrees\n * Longitude in degrees\n * Altitude to sea level ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_propagator API.
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_propagator API.
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... | Retrieve a named propagator
Args:
name (str): Name of the desired propagator
Return:
Propagator class | "Retrieve a named propagator\n\n Args:\n name (str): Name of the desired propagator\n Return:\n Propagator class" | 297 | false | galactics/beyond | get_propagator | 32,735 | |
LDU_FT/mnick/scikit-tensor/ttv | LDU_FT | [
"<BEGIN>\n## `asalsan`",
"ASALSAN algorithm to compute the three-way DEDICOM decomposition\n of a tensor",
" See\n ---\n .. [1] Brett W. Bader, Richard A. Harshman, Tamara G. Kolda\n \"Temporal analysis of semantic graphs using ASALSAN\"\n 7th International Conference on Data Mining, 200... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the ttv API.
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 ttv API.
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... | Tensor times vector product
Parameters
----------
v : 1-d array or tuple of 1-d arrays
Vector to be multiplied with tensor.
modes : array_like of integers, optional
Modes in which the vectors should be multiplied.
without : boolean, optional
I... | "Tensor times vector product\n\n Parameters\n ----------\n v : 1-d array or tuple of 1-d arrays\n Vector to be multiplied with tensor.\n modes : array_like of integers, optional\n Modes in which the vectors should be multiplied.\n without : boolean, optional\n ... | 114 | false | mnick/scikit-tensor | ttv | 32,736 | |
LDU_FT/sjwood/pydvdid/_get_video_ts_file_paths | LDU_FT | [
"<BEGIN>\n## `update`",
"Enumerates the bytes of the supplied bytearray and updates the CRC-64.\n No return value.\n<END>",
"<BEGIN>\n## `_construct_lookup_table`",
"Precomputes a CRC-64 lookup table seeded from the supplied polynomial.\n No return value.\n<END>",
"<BEGIN>\n## `compute`"... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _get_video_ts_file_paths 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_video_ts_file_paths API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusio... | Returns a sorted list of paths for files contained in th VIDEO_TS folder of the specified
DVD path. | "Returns a sorted list of paths for files contained in th VIDEO_TS folder of the specified\n DVD path." | 19 | false | sjwood/pydvdid | _get_video_ts_file_paths | 32,737 | |
LDU_FT/jgrassler/mkdocs-pandoc/convert | LDU_FT | [
"<BEGIN>\n## `flatten_pages`",
"Recursively flattens pages data structure into a one-dimensional data structure\n<END>",
"<BEGIN>\n## `convert`",
"User-facing conversion method. Returns pandoc document as a list of\n lines.\n<END>",
"<BEGIN>\n## `run`",
"Filter method: Passes all blocks through con... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the convert API.
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 convert API.
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... | User-facing conversion method. Returns pandoc document as a list of
lines. | "User-facing conversion method. Returns pandoc document as a list of\n lines." | 10 | false | jgrassler/mkdocs-pandoc | convert | 32,738 | |
LDU_FT/ga4gh/ga4gh-client/search_genotype_phenotype | LDU_FT | [
"<BEGIN>\n## `_run_search_request`",
"Runs the specified request at the specified object_name and\n instantiates an object of the specified class. We yield each object in\n listAttr. If pages of results are present, repeat this process\n until the pageToken is null.\n<END>",
"<BEGIN>\n## `... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the search_genotype_phenotype API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusi... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the search_genotype_phenotype API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusi... | Returns an iterator over the GeneotypePhenotype associations from
the server | "Returns an iterator over the GeneotypePhenotype associations from\n the server" | 104 | false | ga4gh/ga4gh-client | search_genotype_phenotype | 32,739 | |
LDU_FT/dcaune/perseus-lib-python-common/_replace_placeholder | LDU_FT | [
"<BEGIN>\n## `convert_image_to_rgb_mode`",
"Convert the specified image instance to RGB mode.",
" @param image: a Python Library Image (PIL) instance to convert its\n pixel format to RGB, discarding the alpha channel.",
" @param fill_color: color to be used to fill transparent pixels when\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _replace_placeholder 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 _replace_placeholder 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 the string obtained by replacing the specified placeholders by
its corresponding value.
@param sql_statement: the string expression of a SQL statement to
replace placeholders with their corresponding values.
@param variable: the variable to use to replace the corresponding
... | "Return the string obtained by replacing the specified placeholders by\n its corresponding value.\n\n\n @param sql_statement: the string expression of a SQL statement to\n replace placeholders with their corresponding values.\n\n @param variable: the variable to use to replace the corres... | 498 | false | dcaune/perseus-lib-python-common | _replace_placeholder | 32,740 | |
LDU_FT/maaku/python-bitcoin/target_from_compact | LDU_FT | [
"<BEGIN>\n## `script`",
"Returns a Script object representing a contract script portion of a\n payment to the destination.\n<END>",
"<BEGIN>\n## `compress_amount`",
"\\\n Compress 64-bit integer values, preferring a smaller size for whole\n numbers (base-10), so as to achieve run-length encoding ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the target_from_compact 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 target_from_compact 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... | \
Extract a full target from its compact representation, undoing the
transformation x=compact_from_target(t). See compact_from_target() for
more information on this 32-bit floating point format. | "\\\n Extract a full target from its compact representation, undoing the\n transformation x=compact_from_target(t). See compact_from_target() for\n more information on this 32-bit floating point format." | 55 | false | maaku/python-bitcoin | target_from_compact | 32,741 | |
LDU_FT/pudo/jsongraph/add | LDU_FT | [
"<BEGIN>\n## `base_uri`",
"Resolution base for JSON schema. Also used as the default\n graph ID for RDF.\n<END>",
"<BEGIN>\n## `resolver`",
"Resolver for JSON Schema references. This can be based around a\n file or HTTP-based resolution base URI.\n<END>",
"<BEGIN>\n## `store`",
"Backend stor... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the add API.
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 add API.
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... | Stage ``data`` as a set of statements, based on the given
``schema`` definition. | "Stage ``data`` as a set of statements, based on the given\n ``schema`` definition." | 52 | false | pudo/jsongraph | add | 32,742 | |
LDU_FT/instacart/lore/set_installed_packages | LDU_FT | [
"<BEGIN>\n## `foreground`",
"Color the text of the content",
" :param color: pick a constant, any constant\n :type color: int\n :param content: Whatever you want to say...\n :type content: unicode\n :return: ansi string\n :rtype: unicode\n<END>",
"<BEGIN>\n## `rgb`",
"Colors a content usin... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the set_installed_packages API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the set_installed_packages API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.... | Idempotently caches the list of packages installed in the virtualenv.
Can be run safely before the virtualenv is created, and will be rerun
afterwards. | "Idempotently caches the list of packages installed in the virtualenv.\n Can be run safely before the virtualenv is created, and will be rerun\n afterwards." | 69 | false | instacart/lore | set_installed_packages | 32,743 | |
LDU_FT/Komnomnomnom/swigibpy/reqHistoricalData | LDU_FT | [
"<BEGIN>\n## `placeOrder`",
"placeOrder(EClient self, OrderId id, Contract contract, Order order)\n<END>",
"<BEGIN>\n## `reqMktDepth`",
"reqMktDepth(EClient self, TickerId id, Contract contract, int numRows, TagValueListSPtr const & mktDepthOptions)\n<END>",
"<BEGIN>\n## `exerciseOptions`",
"exerciseOptio... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the reqHistoricalData API.
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 reqHistoricalData API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The... | reqHistoricalData(EClientSocketBase self, TickerId id, Contract contract, IBString const & endDateTime, IBString const & durationStr, IBString const & barSizeSetting, IBString const & whatToShow, int useRTH, int formatDate, TagValueListSPtr const & chartOptions) | "reqHistoricalData(EClientSocketBase self, TickerId id, Contract contract, IBString const & endDateTime, IBString const & durationStr, IBString const & barSizeSetting, IBString const & whatToShow, int useRTH, int formatDate, TagValueListSPtr const & chartOptions)" | 81 | false | Komnomnomnom/swigibpy | reqHistoricalData | 32,744 | |
LDU_FT/fusepy/fusepy/read | LDU_FT | [
"<BEGIN>\n## `fuse_exit`",
"This will shutdown the FUSE mount and cause the call to FUSE(...) to\n return, similar to sending SIGINT to the process.",
" Flags the native FUSE session as terminated and will cause any running FUSE\n event loops to exit on the next opportunity. (see fuse.c::fuse_exit)\n<E... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the read API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted do... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the read API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted do... | Read data
Valid replies:
reply_buf
reply_err | "Read data\n\n Valid replies:\n reply_buf\n reply_err" | 68 | false | fusepy/fusepy | read | 32,745 | |
LDU_FT/houtianze/bypy/syncdown | LDU_FT | [
"<BEGIN>\n## `human_time`",
"DocTests:\n\t>>> human_time(0) == ''\n\tTrue\n\t>>> human_time(122.1) == '2m2s'\n\tTrue\n\t>>> human_time(133) == '2m13s'\n\tTrue\n\t>>> human_time(12345678) == '20W2D21h21m18s'\n\tTrue\n<END>",
"<BEGIN>\n## `limit_unit`",
"DocTests:\n\t>>> limit_unit('1m2s', 1) == '1m'\n\tTrue\n\... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the syncdown API.
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 syncdown API.
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... | Usage: syncdown [remotedir] [localdir] [deletelocal] - \
sync down from the remote directory to the local directory
remotedir - the remote directory at Baidu Yun (after app's directory) to sync from. \
if not specified, it defaults to the root directory
localdir - the local directory to sync to if not specified, it... | "Usage: syncdown [remotedir] [localdir] [deletelocal] - \\\nsync down from the remote directory to the local directory\n remotedir - the remote directory at Baidu Yun (after app's directory) to sync from. \\\nif not specified, it defaults to the root directory\n localdir - the local directory to sync to if not specif... | 55 | false | houtianze/bypy | syncdown | 32,746 | |
LDU_FT/pymc-devs/pymc/logp_plus_loglike | LDU_FT | [
"<BEGIN>\n## `moral_graph`",
"moral_graph(model,format='raw', prog='dot', path=None)",
" Draws the moral graph for this model and writes it to path with filename name.\n Returns the pydot 'dot' object for further user manipulation.",
" GraphViz and PyDot must be installed to use this function.",
" ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the logp_plus_loglike API.
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 logp_plus_loglike API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The... | The summed log-probability of all stochastic variables that depend on
self.stochastics, and self.stochastics. | "The summed log-probability of all stochastic variables that depend on\n self.stochastics, and self.stochastics." | 1,025 | true | pymc-devs/pymc | logp_plus_loglike | 32,747 | |
LDU_FT/aaugustin/websockets/read_data_frame | LDU_FT | [
"<BEGIN>\n## `ensure_open`",
"Check that the WebSocket connection is open.",
" Raise :exc:`~websockets.exceptions.ConnectionClosed` if it isn't.\n<END>",
"<BEGIN>\n## `transfer_data`",
"Read incoming messages and put them in a queue.",
" This coroutine runs in a task until the closing handsh... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the read_data_frame API.
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 read_data_frame API.
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... | Read a single data frame from the connection.
Process control frames received before the next data frame.
Return ``None`` if a close frame is encountered before any data frame. | "Read a single data frame from the connection.\n\n Process control frames received before the next data frame.\n\n Return ``None`` if a close frame is encountered before any data frame." | 346 | false | aaugustin/websockets | read_data_frame | 32,748 | |
LDU_FT/tkf/python-epc/connect | LDU_FT | [
"<BEGIN>\n## `register_function`",
"Register function to be called from EPC client.",
" :type function: callable\n :arg function: Function to publish.\n :type name: str\n :arg name: Name by which function is published.",
" This method returns the given `functio... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the connect API.
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 connect API.
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... | Connect to server and start serving registered functions.
:type socket_or_address: tuple or socket object
:arg socket_or_address: A ``(host, port)`` pair to be passed
to `socket.create_connection`, or
a socket object. | "Connect to server and start serving registered functions.\n\n :type socket_or_address: tuple or socket object\n :arg socket_or_address: A ``(host, port)`` pair to be passed\n to `socket.create_connection`, or\n a socket object." | 37 | false | tkf/python-epc | connect | 32,749 | |
LDU_FT/lucapinello/Haystack/scansum | LDU_FT | [
"<BEGIN>\n## `sample_wr`",
"Chooses k random elements (with replacement) from a population\n<END>",
"<BEGIN>\n## `summary`",
"m.summary() -- Return a text string one-line summary of motif and its metrics\n<END>",
"<BEGIN>\n## `minimal_raw_seqs`",
"m.minimal_raw_seqs() -- Return minimal list of seqs that r... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the scansum API.
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 scansum API.
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... | m.scansum(seq,threshold = -1000) -- Sum of scores over every window in the sequence. Returns
total, number of matches above threshold, average score, sum of exp(score) | "m.scansum(seq,threshold = -1000) -- Sum of scores over every window in the sequence. Returns\n total, number of matches above threshold, average score, sum of exp(score)" | 87 | false | lucapinello/Haystack | scansum | 32,750 | |
LDU_FT/maxweisspoker/simplebitcoinfuncs/validatepubkey | LDU_FT | [
"<BEGIN>\n## `sign`",
"Returns a DER-encoded signature from a input of a hash and private\n key, and optionally a K value.",
" Hash and private key inputs must be 64-char hex strings,\n k input is an int/long.",
" >>> h = 'f7011e94125b5bba7f62eb25efe23339eb1637539206c87df3ee61b5ec6b023e'\n >>> ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the validatepubkey API.
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 validatepubkey API.
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... | Returns input key if it's a valid hex public key, or False
otherwise.
Input must be hex string, not bytes or integer/long or anything
else. | "Returns input key if it's a valid hex public key, or False\n otherwise.\n\n Input must be hex string, not bytes or integer/long or anything\n else." | 91 | false | maxweisspoker/simplebitcoinfuncs | validatepubkey | 32,751 | |
LDU_FT/sammchardy/python-kucoin/get_withdrawal_quotas | 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_withdrawal_quotas 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_withdrawal_quotas API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | Get withdrawal quotas for a currency
https://docs.kucoin.com/#get-withdrawal-quotas
:param currency: Name of currency
:type currency: string
.. code:: python
quotas = client.get_withdrawal_quotas('ETH')
:returns: ApiResponse
.. code:: python
... | "Get withdrawal quotas for a currency\n\n https://docs.kucoin.com/#get-withdrawal-quotas\n\n :param currency: Name of currency\n :type currency: string\n\n .. code:: python\n\n quotas = client.get_withdrawal_quotas('ETH')\n\n :returns: ApiResponse\n\n .. code:: pytho... | 271 | false | sammchardy/python-kucoin | get_withdrawal_quotas | 32,752 | |
LDU_FT/pedrotgn/pyactor/result | LDU_FT | [
"<BEGIN>\n## `set_context`",
"This function initializes the context of execution deciding which\n type of threads are being used: classic python threads or green\n threads, provided by Gevent.",
" This should be called first of all in every execution, otherwise,\n the library would not work.",
" ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the result API.
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 result API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extracted ... | Returns the result of the call that the future represents.
:param timeout: The number of seconds to wait for the result
if the future has not been completed. None, the default,
sets no limit.
:returns: The result of the call that the future represents.
:raises: TimeoutEr... | "Returns the result of the call that the future represents.\n\n :param timeout: The number of seconds to wait for the result\n if the future has not been completed. None, the default,\n sets no limit.\n :returns: The result of the call that the future represents.\n :raises: Ti... | 102 | false | pedrotgn/pyactor | result | 32,753 | |
LDU_FT/celery/cell/spawn | LDU_FT | [
"<BEGIN>\n## `main`",
"Implement the actor main loop by waiting forever for messages.\n<END>",
"<BEGIN>\n## `send`",
"Call method on agent listening to ``routing_key``.",
" See :meth:`call_or_cast` for a full list of supported\n arguments.",
" If the keyword argument `nowait` is false... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the spawn API.
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 spawn API.
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... | Spawn a new actor on a celery worker by sending
a remote command to the worker.
:param cls: the name of the :class:`~.cell.actors.Actor` class or its
derivative.
:keyword kwargs: The keyword arguments to pass on to
actor __init__ (a :class:`dict`)
... | "Spawn a new actor on a celery worker by sending\n a remote command to the worker.\n\n :param cls: the name of the :class:`~.cell.actors.Actor` class or its\n derivative.\n\n :keyword kwargs: The keyword arguments to pass on to\n actor __init__ (a :class:`... | 82 | false | celery/cell | spawn | 32,754 | |
LDU_FT/zhanglab/psamm/create_metabolic_model | LDU_FT | [
"<BEGIN>\n## `_combine_transfers`",
"Combine multiple pair transfers into one.\n<END>",
"<BEGIN>\n## `parse_compound_file`",
"Iterate over the compound entries in the given file\n<END>",
"<BEGIN>\n## `parse_compound`",
"Parse a compound specification.",
" If no compartment is specified in the string,... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the create_metabolic_model 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 create_metabolic_model API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.... | Create a :class:`psamm.metabolicmodel.MetabolicModel`. | "Create a :class:`psamm.metabolicmodel.MetabolicModel`." | 584 | false | zhanglab/psamm | create_metabolic_model | 32,755 | |
LDU_FT/locationlabs/mockredis/_aggregate_func | LDU_FT | [
"<BEGIN>\n## `_execute_lua`",
"Sets KEYS and ARGV alongwith redis.call() function in lua globals\n and executes the lua redis script\n<END>",
"<BEGIN>\n## `_import_lua`",
"Import lua and dependencies.",
" :param load_dependencies: should Lua library dependencies be loaded?\n :raises: Ru... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _aggregate_func API.
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 _aggregate_func API.
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 a suitable aggregate score function. | "Return a suitable aggregate score function." | 76 | false | locationlabs/mockredis | _aggregate_func | 32,756 | |
LDU_FT/codelv/enaml-native-cli/is_settings_linked | LDU_FT | [
"<BEGIN>\n## `find_commands`",
"Finds commands by finding the subclasses of Command\n<END>",
"<BEGIN>\n## `link`",
"Link the package in the current directory.\n<END>",
"<BEGIN>\n## `is_settings_linked`",
"Returns true if the \"include ':<project>'\" line exists in the file\n<END>",
"<BEGIN>\n## `is_buil... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the is_settings_linked 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 is_settings_linked 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... | Returns true if the "include ':<project>'" line exists in the file | "Returns true if the \"include ':<project>'\" line exists in the file" | 36 | false | codelv/enaml-native-cli | is_settings_linked | 32,757 | |
LDU_FT/mogproject/mog-commons-python/print_safe | LDU_FT | [
"<BEGIN>\n## `_detect_encoding`",
"Detect the default encoding for the terminal's output.\n :return: string: encoding string\n<END>",
"<BEGIN>\n## `_get_restore_function`",
"Return the binary function for restoring terminal attributes.\n :return: function (signal, frame) => None:\n<END>",
"<BE... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the print_safe API.
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 print_safe API.
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... | Print unicode or bytes universally.
:param str_or_bytes: string
:param encoding: encoding
:param output: output file handler
:param errors: error handling scheme. Refer to codecs.register_error. | "Print unicode or bytes universally.\n\n :param str_or_bytes: string\n :param encoding: encoding\n :param output: output file handler\n :param errors: error handling scheme. Refer to codecs.register_error." | 49 | false | mogproject/mog-commons-python | print_safe | 32,758 | |
LDU_FT/IBM/pyxcli/_create_mirror | 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 _create_mirror API.
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 _create_mirror API.
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... | creates a mirror and returns a mirror object.
resource_type must be 'vol' or 'cg',
target name must be a valid target from target_list,
mirror type must be 'sync' or 'async',
slave_resource_name would be the slave_vol or slave_cg name | "creates a mirror and returns a mirror object.\r\n resource_type must be 'vol' or 'cg',\r\n target name must be a valid target from target_list,\r\n mirror type must be 'sync' or 'async',\r\n slave_resource_name would be the slave_vol or slave_cg name" | 48 | false | IBM/pyxcli | _create_mirror | 32,759 | |
LDU_FT/keras-rl/keras-rl/on_episode_end | LDU_FT | [
"<BEGIN>\n## `fit`",
"Trains the agent on the given environment.",
" # Arguments\n env: (`Env` instance): Environment that the agent interacts with. See [Env](#env) for details.\n nb_steps (integer): Number of training steps to be performed.\n action_repetition (integer):... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the on_episode_end API.
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 on_episode_end API.
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... | Compute and print metrics at the end of each episode | "Compute and print metrics at the end of each episode" | 113 | false | keras-rl/keras-rl | on_episode_end | 32,760 | |
LDU_FT/thisfred/val/_translate_composite | LDU_FT | [
"<BEGIN>\n## `_build_type_validator`",
"Build a validator that only checks the type of a value.\n<END>",
"<BEGIN>\n## `_build_static_validator`",
"Build a validator that checks if the data is equal to an exact value.\n<END>",
"<BEGIN>\n## `_build_callable_validator`",
"Build a validator that checks the re... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _translate_composite 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 _translate_composite API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | Translate a composite teleport value into a val subschema. | "Translate a composite teleport value into a val subschema." | 28 | false | thisfred/val | _translate_composite | 32,761 | |
LDU_FT/ivanprjcts/sdklib/find_element_by_xpath | LDU_FT | [
"<BEGIN>\n## `parse`",
"Parse the given XML input and convert it into a dictionary.",
" `xml_input` can either be a `string` or a file-like object.",
" If `xml_attribs` is `True`, element attributes are put in the dictionary\n among regular child elements, using `@` as a prefix to avoid collisions. I... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the find_element_by_xpath 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_element_by_xpath API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
... | Finds an element by xpath.
:param xpath: The xpath locator of the element to find.
:return:
See html5lib xpath expressions `here <https://docs.python.org/2/library/xml.etree.elementtree.html#supported-xpath-syntax>`_ | "Finds an element by xpath.\n\n :param xpath: The xpath locator of the element to find.\n :return:\n\n See html5lib xpath expressions `here <https://docs.python.org/2/library/xml.etree.elementtree.html#supported-xpath-syntax>`_" | 125 | false | ivanprjcts/sdklib | find_element_by_xpath | 32,762 | |
LDU_FT/slightlynybbled/tk_tools/add_row | LDU_FT | [
"<BEGIN>\n## `to_absolute`",
"Converts coordinates provided with reference to the center \\\n of the canvas (0, 0) to absolute coordinates which are used \\\n by the canvas object in which (0, 0) is located in the top \\\n left of the object.",
" :param x: x value in pixels\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the add_row API.
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 add_row API.
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... | Add a row of buttons each with their own callbacks to the
current widget. Each element in `data` will consist of a
label and a command.
:param data: a list of tuples of the form ('label', <callback>)
:return: None | "Add a row of buttons each with their own callbacks to the\n current widget. Each element in `data` will consist of a\n label and a command.\n :param data: a list of tuples of the form ('label', <callback>)\n :return: None" | 106 | false | slightlynybbled/tk_tools | add_row | 32,763 | |
LDU_FT/hvishwanath/libpaas/getInstance | LDU_FT | [
"<BEGIN>\n## `getInstance`",
"Returns a singleton instance of the class\n<END>",
"<BEGIN>\n## `_verify_or_create_domain`",
"Verify that a domain with the name self.domain exists. Else create it.\n :return:\n<END>",
"<BEGIN>\n## `getInstance`",
"Returns a singleton instance of the class\n<END>",
"... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the getInstance API.
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 getInstance API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extra... | Returns a singleton instance of the class | "Returns a singleton instance of the class" | 10 | false | hvishwanath/libpaas | getInstance | 32,764 | |
LDU_FT/vtraag/leidenalg/slices_to_layers | LDU_FT | [
"<BEGIN>\n## `find_partition`",
"Detect communities using the default settings.",
" This function detects communities given the specified method in the\n ``partition_type``. This should be type derived from\n :class:`VertexPartition.MutableVertexPartition`, e.g.\n :class:`ModularityVertexPartition` or :clas... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the slices_to_layers API.
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 slices_to_layers API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The ... | Convert a coupling graph of slices to layers of graphs.
This function converts a graph of slices to layers so that they can be used
with this package. This function assumes that the slices are represented by
nodes in ``G_coupling``, and stored in the attribute ``slice_attr``. In other
words, ``G_coupling.vs[sl... | "Convert a coupling graph of slices to layers of graphs.\n\n This function converts a graph of slices to layers so that they can be used\n with this package. This function assumes that the slices are represented by\n nodes in ``G_coupling``, and stored in the attribute ``slice_attr``. In other\n words, ``G_coupling... | 202 | false | vtraag/leidenalg | slices_to_layers | 32,765 | |
LDU_FT/benhoff/vexbot/start | LDU_FT | [
"<BEGIN>\n## `main`",
"`kwargs`:",
" `configuration_filepath`: filepath for the `ini` configuration\n<END>",
"<BEGIN>\n## `get_addresses`",
"parses a raw list from zmq to get back the components that are the address\n messages are broken by the addresses in the beginning and then the\n message,... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the start API.
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 start API.
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... | Start the internal control loop. Potentially blocking, depending on
the value of `_run_control_loop` set by the initializer. | "Start the internal control loop. Potentially blocking, depending on\n the value of `_run_control_loop` set by the initializer." | 68 | false | benhoff/vexbot | start | 32,766 | |
LDU_FT/openid/python-openid/getNextService | LDU_FT | [
"<BEGIN>\n## `queryURL`",
"Build a URL to query the proxy resolver.",
" @param xri: An XRI to resolve.\n @type xri: unicode",
" @param service_type: The service type to resolve, if you desire\n service endpoint selection. A service type is a URI.\n @type service_type: s... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the getNextService API.
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 getNextService API.
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... | Return the next authentication service for the pair of
user_input and session. This function handles fallback.
@param discover: a callable that takes a URL and returns a
list of services
@type discover: str -> [service]
@return: the next available service | "Return the next authentication service for the pair of\n user_input and session. This function handles fallback.\n\n\n @param discover: a callable that takes a URL and returns a\n list of services\n\n @type discover: str -> [service]\n\n\n @return: the next available service" | 828 | false | openid/python-openid | getNextService | 32,767 | |
LDU_FT/astroswego/plotypus/get_lightcurve | LDU_FT | [
"<BEGIN>\n## `Lomb_Scargle`",
"Returns the period of *data* according to the\n `Lomb-Scargle periodogram <https://en.wikipedia.org/wiki/Least-squares_spectral_analysis#The_Lomb.E2.80.93Scargle_periodogram>`_.",
" **Parameters**",
" data : array-like, shape = [n_samples, 2] or [n_samples, 3]\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the get_lightcurve API.
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_lightcurve API.
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_lightcurve(data, copy=False, name=None, predictor=None, periodogram=Lomb_Scargle, sigma_clipping=mad, scoring='r2', scoring_cv=3, scoring_processes=1, period=None, min_period=0.2, max_period=32, coarse_precision=1e-5, fine_precision=1e-9, period_processes=1, sigma=20, shift=None, min_phase_cover=0.0, n_phases=100, ... | "get_lightcurve(data, copy=False, name=None, predictor=None, periodogram=Lomb_Scargle, sigma_clipping=mad, scoring='r2', scoring_cv=3, scoring_processes=1, period=None, min_period=0.2, max_period=32, coarse_precision=1e-5, fine_precision=1e-9, period_processes=1, sigma=20, shift=None, min_phase_cover=0.0, n_phases=100,... | 152 | false | astroswego/plotypus | get_lightcurve | 32,768 | |
LDU_FT/lucapinello/Haystack/_compute_ll | LDU_FT | [
"<BEGIN>\n## `sample_wr`",
"Chooses k random elements (with replacement) from a population\n<END>",
"<BEGIN>\n## `summary`",
"m.summary() -- Return a text string one-line summary of motif and its metrics\n<END>",
"<BEGIN>\n## `minimal_raw_seqs`",
"m.minimal_raw_seqs() -- Return minimal list of seqs that r... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _compute_ll API.
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 _compute_ll API.
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... | m._compute_ll() -- [utility] Compute the log-likelihood matrix from the count matrix | "m._compute_ll() -- [utility] Compute the log-likelihood matrix from the count matrix" | 87 | false | lucapinello/Haystack | _compute_ll | 32,769 | |
LDU_FT/CI-WATER/mapkit/rasterToWKB | LDU_FT | [
"<BEGIN>\n## `getAsKmlGrid`",
"Creates a KML file with each cell in the raster represented by a polygon. The result is a vector grid representation of the raster.\n Note that pixels with values between -1 and 0 are omitted as no data values. Also note that this method only works on the first band.\n ... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the rasterToWKB API.
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 rasterToWKB API.
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... | Accepts a raster file and converts it to Well Known Binary text using the raster2pgsql
executable that comes with PostGIS. This is the format that rasters are stored in a
PostGIS database. | "Accepts a raster file and converts it to Well Known Binary text using the raster2pgsql\n executable that comes with PostGIS. This is the format that rasters are stored in a\n PostGIS database." | 62 | false | CI-WATER/mapkit | rasterToWKB | 32,770 | |
LDU_FT/Unidata/siphon/_get_data | LDU_FT | [
"<BEGIN>\n## `open_store_variable`",
"Turn CDMRemote variable into something like a numpy.ndarray.\n<END>",
"<BEGIN>\n## `get_attrs`",
"Get the global attributes from underlying data set.\n<END>",
"<BEGIN>\n## `get_dimensions`",
"Get the dimensions from underlying data set.\n<END>",
"<BEGIN>\n## `_find_... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _get_data API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extract... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the _get_data API.
Each documentation is for a function and enclosed between special markers: <BEGIN> indicates the start of a documentation, and <END> indicates its conclusion.
The extract... | Process the IGRA2 text file for observations at site_id matching time.
Return:
-------
:class: `pandas.DataFrame` containing the body data.
:class: `pandas.DataFrame` containing the header data. | "Process the IGRA2 text file for observations at site_id matching time.\n\n Return:\n -------\n :class: `pandas.DataFrame` containing the body data.\n :class: `pandas.DataFrame` containing the header data." | 309 | false | Unidata/siphon | _get_data | 32,771 | |
LDU_FT/alexras/pylsdj/save_srm | LDU_FT | [
"<BEGIN>\n## `import_from_file`",
"Import this instrument's settings from the given file. Will\n automatically add the instrument's synth and table to the song's\n synths and tables if needed.",
" Note that this may invalidate existing instrument accessor objects.",
" :param index:... | You are an expert Python programmer. Understand the multiple natural language documentations and identify the one that describes the save_srm API.
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 save_srm API.
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... | Save a project in .srm format to the target file.
:param filename: the name of the file to which to save | "Save a project in .srm format to the target file.\n\n :param filename: the name of the file to which to save" | 63 | false | alexras/pylsdj | save_srm | 32,772 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.