text
string
label
int64
{'name': 'skosify@skosify/skosify.py', 'description': 'Convert, extend, and check SKOS vocabulary.', 'signature': 'def skosify(*sources, **config):'}</s>{'name': 'mapping_match@skosify/skosify.py', 'description': 'Determine whether the given URI matches one of the given mappings.\n\nReturns True if a match was found, F...
0
{'name': 'iterate_comports@serial/tools/list_ports_windows.py', 'description': 'Return a generator that yields descriptions for serial ports', 'signature': 'def iterate_comports():'}</s>SPDRP_MFG = 11
1
{'name': 'REPL.run@hy/repl.py', 'description': 'Start running the REPL. Return 0 when done.', 'signature': 'def run(self):'}</s>{'name': 'unmangle@hy/reader/mangling.py', 'description': 'Stringify the argument and try to convert it to a pretty unmangled\nform. See :ref:`Hy\'s mangling rules <mangling>`. ::\n\n (hy.u...
0
{'name': 'Pattern.fix_repeating_arguments@classes/docopt.py', 'description': 'Fix elements that should accumulate/increment values.', 'signature': 'def fix_repeating_arguments(self):'}</s>{'name': 'OptionsShortcut@classes/docopt.py', 'description': 'Marker/placeholder for [options] shortcut.', 'base_classes': ['Optiona...
0
{'name': 'make_utxo@qa/rpc-tests/replace-by-fee.py', 'description': 'Create a txout with a given amount and scriptPubKey\n\nMines coins as needed.\n\nconfirmed - txouts created will be confirmed in the blockchain;\n unconfirmed otherwise.', 'signature': 'def make_utxo(node, amount, confirmed=True, scriptPubK...
0
{'name': 'DataWriter.get_output_checkpoints@streaming/python/raystreaming/runtime/transfer.py', 'description': 'Get output offsets of all downstream channels\nReturns:\n a list contains current msg_id of each downstream channel', 'signature': 'def get_output_checkpoints(self) -> List[int]:'}</s>{'name': '_to_native_...
0
{'name': 'OAuth2WebServerFlow.step2_exchange@third_party/oauth2client/client.py', 'description': 'Exhanges a code for OAuth2Credentials.\n\nArgs:\n code: string or dict, either the code as a string, or a dictionary\n of the query parameters to the redirect_uri, which contains\n the code.\n http: httplib2.Http, ...
0
{'name': '_BuildVendorBootImage@tools/releasetools/common.py', 'description': "Build a vendor boot image from the specified sourcedir.\n\nTake a ramdisk, dtb, and vendor_cmdline from the input (in 'sourcedir'), and\nturn them into a vendor boot image.\n\nReturn the image data, or None if sourcedir does not appear to co...
0
{'name': 'CheckForNonConstReference@llvm-12.0.0-project/compiler-rt/lib/sanitizer_common/scripts/cpplint.py', 'description': 'Check for non-const references.\n\nSeparate from CheckLanguage since it scans backwards from current\nline, instead of scanning forward.\n\nArgs:\n filename: The name of the current file.\n cl...
0
{'name': 'html_escape@src/back/kite/bottle.py', 'description': 'Escape HTML special characters ``&<>`` and quotes ``\'"``. ', 'signature': 'def html_escape(string):'}</s>{'name': 'RouteError@src/back/kite/bottle.py', 'description': 'This is a base class for all routing related exceptions ', 'base_classes': ['BottleExce...
0
{'name': 'OpticalProduct._sun_earth_distance@eoreader/products/optical/optical_product.py', 'description': "Correction for the Sun-Earth distance variation\n\nUses ephem's function according to Maxar documentation:\nhttps://resources.maxar.com/white-papers/radiometric-use-of-worldview-legion-1-and-worldview-legion-2-im...
0
{'name': 'do_setup@versioneer.py', 'description': 'Main VCS-independent setup function for installing Versioneer.', 'signature': 'def do_setup():'}</s>{'name': 'do_vcs_install@versioneer.py', 'description': 'Git-specific installation logic for Versioneer.\n\nFor Git, this means creating/changing .gitattributes to mark ...
1
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQZNS_VERSION_1 = 1
0
{'name': '_CommitPicker_from_uri@python-sdk/pachyderm_sdk/api/pfs/_additions.py', 'description': 'Parses the following format:\n [project/]repo@branch-or-commit\nwhere @branch-or-commit can take the form:\n @branch\n @branch=commit\n @commit\nAdditionally @branch-or-commit can be augmented in the following ...
0
{'name': 'run_playbooks@kayobe/ansible.py', 'description': 'Run a Kayobe Ansible playbook.', 'signature': 'def run_playbooks(parsed_args, playbooks,'}</s>ENVIRONMENT_ENV = "KAYOBE_ENVIRONMENT"
0
{'name': 'run_UCR_alignment@examples/UCR_alignment.py', 'description': 'Run an example of the full training pipline for DTAN on a UCR dataset.\nAfter training:\n - The model checkpoint (based on minimal validation loss) at checkpoint dir.\n - Plots alignment, within class, for train and test set.\n\nArgs:\n ar...
1
{'name': 'test_numpy_ref_mutators@bindings/python/ext/pybind11/tests/test_eigen_matrix.py', 'description': 'Tests numpy mutating Eigen matrices (for returned Eigen::Ref<...>s)', 'signature': 'def test_numpy_ref_mutators():'}</s>m = pytest.importorskip("pybind11_tests.eigen_matrix")
1
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQIA_MSG_MARK_BROWSE_INTERVAL = 68
0
{'name': 'TestDataGeneratorFactory.GetInstance@webrtc-lib/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/test_data_generation_factory.py', 'description': 'Creates an TestDataGenerator instance given a class object.\n\nArgs:\n test_data_generators_class: TestDataGenerator class object (no...
0
{'name': 'Model.val_step@argus/model/model.py', 'description': "Perform a single validation step.\n\nThe method is used by :class:`argus.engine.Engine`.\nThe validation step includes input and target tensor transferring to\nthe model device, forward pass, loss evaluation, and the val batch\nprediction treating with a p...
0
{'name': 'addLevelName@Monika After Story/game/python-packages/logging/__init__.py', 'description': "Associate 'levelName' with 'level'.\n\nThis is used when converting levels to text during message formatting.", 'signature': 'def addLevelName(level, levelName):'}</s>{'name': 'currentframe@Monika After Story/game/pytho...
0
{'name': 'crs_reproject_cmd@cjio/cjio.py', 'description': 'Reproject to a new EPSG.\nThe current CityJSON must have an EPSG defined \n(which can be done with function epsg_assign).', 'signature': 'def crs_reproject_cmd(epsg):'}</s>{'name': 'print_cmd_info@cjio/cjio.py', 'description': 'DOCSTRING', 'code': 'def print_cm...
0
{'name': 'WaterNetworkModel.remove_msx_model@wntr/network/model.py', 'description': 'Remove an msx model from the network', 'signature': 'def remove_msx_model(self):'}</s>{'name': 'CurveRegistry@wntr/network/model.py', 'description': 'A registry for curves.', 'base_classes': ['Registry'], 'methods': [{'name': 'CurveReg...
0
{'name': 'logs@hokusai/cli/review_app.py', 'description': 'Get container logs', 'signature': 'def logs(app_name, timestamps, follow, tail, previous, label, verbose):'}</s>{'name': 'run@hokusai/cli/review_app.py', 'description': 'Launch a new container and run a command', 'code': 'def run(app_name, container_command, tt...
0
{'name': 'Section.__setitem__@BlDevCube/lib.bflb_configobj.pyc.py', 'description': "Correctly set a value.\n\nMaking dictionary values Section instances.\n(We have to special case 'Section' instances - which are also dicts)\n\nKeys must be strings.\nValues need only be strings (or lists of strings) if\n``main.stringify...
0
{'name': '_read_geometry_fs@brainspace/vtk_interface/io_support/freesurfer_support.py', 'description': 'Adapted from nibabel. Add ascii support.', 'signature': 'def _read_geometry_fs(ipth, is_ascii=False):'}</s>{'name': 'vtkFSReader@brainspace/vtk_interface/io_support/freesurfer_support.py', 'description': 'VTK-like Fr...
0
{'name': 'find_output@test/functional/test_framework/util.py', 'description': 'Return index to output of txid with value amount\nRaises exception if there is none.', 'signature': 'def find_output(node, txid, amount):'}</s>logger = logging.getLogger("TestFramework.utils")
0
{'name': 'lint@scripts/build.py', 'description': 'Run all linters and type checkers in order of importance - returns the first non-zero exit code or zero.', 'signature': 'def lint(*, fix: bool = False) -> None:'}</s>{'name': 'flynt@scripts/build.py', 'description': 'Run flynt to enforce the use of f-strings.', 'code': ...
0
{'name': 'Queue.get@code/pymqi/__init__.py', 'description': "Return a message from the queue. If the queue is not already\nopen, it is opened now with the option 'MQOO_INPUT_AS_Q_DEF'.\n\nmaxLength, if present, specifies the maximum length for the\nmessage. If the message received exceeds maxLength, then the\nbehavior ...
0
{'name': 'get_username@slackcli/names.py', 'description': 'Same as `username` but does not raise.', 'signature': 'def get_username(slack_id, default=None):'}</s>{'name': 'Singleton@slackcli/names.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': 'Singleton.instance@slackcli/names.py', 'descripti...
0
{'name': 'is_x86_64@gef.py', 'description': 'Checks if current target is x86-64', 'signature': 'def is_x86_64() -> bool:'}</s>{'name': 'HexdumpWordCommand@gef.py', 'description': 'Display SIZE lines of hexdump as WORD from the memory location pointed by ADDRESS.', 'base_classes': ['HexdumpCommand'], 'methods': [{'name'...
0
{'name': 'save@2018/Pwn/feedback/Admin/exploit.py', 'description': 'libc leak + unsortedbin attack ', 'signature': 'def save():'}</s>libc = ELF("./libc.so")
1
{'name': 'PCFExecute.__init__@code/pymqi/__init__.py', 'description': "PCFExecute(name = '')\n\nConnect to the Queue Manager 'name' (default value '') ready\nfor a PCF command. If name is a QueueManager instance, it is\nused for the connection, otherwise a new connection is made ", 'signature': 'def __init__(self, name...
0
{'name': 'YAML.__init__@strictyaml/ruamel/main.py', 'description': "_kw: not used, forces keyword arguments in 2.7 (in 3 you can do (*, safe_load=..)\ntyp: 'rt'/None -> RoundTripLoader/RoundTripDumper, (default)\n 'safe' -> SafeLoader/SafeDumper,\n 'unsafe' -> normal/unsafe Loader/Dumper\n 'base' ->...
0
{'name': 'run_model_on_ep@onnxruntime/python/tools/tensorrt/perf/benchmark.py', 'description': 'Benchmarks and/or validates the given model on the given EP.\n\n:param args: The command-line arguments to this script.\n:param model_name: The name of the model to run.\n:param model_info: A dictionary that contains paths t...
0
{'name': 'QueueManager.put1@code/pymqi/__init__.py', 'description': "Put the single message in string buffer 'msg' on the queue\nusing the MQI PUT1 call. This encapsulates calls to MQOPEN,\nMQPUT and MQCLOSE. put1 is the optimal way to put a single\nmessage on a queue.\n\nqDesc identifies the Queue either by name (if i...
0
{'name': 'ButtonTypedI2c.name@grove/button/button_i2c.py', 'description': 'Get the device name or specified button name\n\nArgs:\n index(int): optional, the index number of button to get name.\n if not specified, return the device name.\n\nReturns:\n (string): the name of the device or pecified but...
0
{'name': 'ExtrinsicReceipt.triggered_events@substrateinterface/base.py', 'description': 'Gets triggered events for submitted extrinsic. block_hash where extrinsic is included is required, manually\nset block_hash or use `wait_for_inclusion` when submitting extrinsic\n\nReturns\n-------\nlist', 'signature': 'def trigger...
0
{'name': 'load_yaml_dict@src/conda_devenv/devenv.py', 'description': 'Loads the given devenv.yml file, recursively processing it, using the selectors for the given\nplatform -- when not given, use the current platform.', 'signature': 'def load_yaml_dict('}</s>{'name': 'UsageError@src/conda_devenv/devenv.py', 'descripti...
0
{'name': 'gf_poly_eval@reedsolo6.py', 'description': "Evaluates a polynomial in GF(2^p) given the value for x. This is based on Horner's scheme for maximum efficiency.", 'signature': 'def gf_poly_eval(poly, x):'}</s>{'name': 'rs_forney_syndromes@reedsolo6.py', 'description': 'DOCSTRING', 'code': "def rs_forney_syndrome...
0
{'name': 'MikrotikTrackerCoordinator.__init__@custom_components/mikrotik_router/coordinator.py', 'description': 'Initialize MikrotikTrackerCoordinator.', 'signature': 'def __init__('}</s>CONF_SENSOR_SIMPLE_QUEUES = "sensor_simple_queues"
0
{'name': 'create_autospec@Contents/Libraries/Shared/mock.py', 'description': "Create a mock object using another object as a spec. Attributes on the\nmock will use the corresponding attribute on the `spec` object as their\nspec.\n\nFunctions or methods being mocked will have their arguments checked\nto check that they ...
0
{'name': 'process_assignments_and_deletions@da/compiler/incgen.py', 'description': 'Generate stub and hook for assignments and deletions.\n\nThis should be called after the query parameters have been accumulated.', 'signature': 'def process_assignments_and_deletions(state):'}</s>STUB_ASSIGN_JB_SET = " def {1}(_{0}): ...
0
{'name': 'TestMoleculeMatcher.test_molecule_graph_to_smiles@tests/condense/test_molecule.py', 'description': 'Test converting a molecule graph to SMILES string.', 'signature': 'def test_molecule_graph_to_smiles(self):'}</s>{'name': 'filter_molecular_components@robocrys/condense/component.py', 'description': 'Separate l...
0
{'name': 'transform_relations@skosify/skosify.py', 'description': 'Transform YSO-style concept relations into SKOS equivalents.', 'signature': 'def transform_relations(rdf, relationmap):'}</s>{'name': 'find_reachable@skosify/skosify.py', 'description': 'Return the set of reachable resources starting from the given reso...
0
{'name': 'Form.init@src/nagare/renderers/html.py', 'description': 'Initialisation.\n\nIn:\n - ``renderer`` -- the current renderer', 'signature': 'def init(self, renderer):'}</s>NAGARE_VERSION = metadata.distribution('nagare').version
0
{'name': 'open_rasterio@rioxarray/_io.py', 'description': 'Open a file with rasterio (experimental).\n\nThis should work with any file that rasterio can open (most often:\ngeoTIFF). The x and y coordinates are generated automatically from the\nfile\'s geoinformation and refer to the center of the pixel.\n\n.. versionad...
1
{'name': '_init@Engine/lib/assimp/port/PyAssimp/pyassimp/core.py', 'description': "Custom initialize() for C structs, adds safely accessible member functionality.\n\n:param target: set the object which receive the added methods. Useful when manipulating\npointers, to skip the intermediate 'contents' deferencing.", 'sig...
0
{'name': 'CSSParser.parse_selectors@SneakerBot 2019/venv/lib/python3.7/site-packages/soupsieve/css_parser.py', 'description': 'Parse selectors.', 'signature': 'def parse_selectors(self, iselector, index=0, flags=0):'}</s>CSS_READ_WRITE = CSSParser( ''' html|*:is( textarea, input:is( ...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQCFSTATUS_NEVER_USED = 21
0
{'name': 'fillAvailableBlenderDists@BlendNet/addon.py', 'description': 'Cached blender dists list for the UI interface', 'signature': 'def fillAvailableBlenderDists(scene = None, context = None):'}</s>manager_info_timer = None
0
{'name': 'install_python@python/virtualenv/virtualenv.py', 'description': 'Install just the base environment, no distutils patches etc', 'signature': 'def install_python(home_dir, lib_dir, inc_dir, bin_dir, site_packages, clear, symlink=True):'}</s>{'name': 'find_wheels@python/virtualenv/virtualenv.py', 'description': ...
0
{'name': 'generate@code/html/generate_static_website.py', 'description': 'Regenerates the whole static website given an already imported set of entries, inspirations and developers.\nThese datasets must be valid for each other, i.e. each inspiration listed in entries must also have an\nentry in inspirations and the sam...
0
{'name': 'test_main_svgs_folder@tests/fonts2svg_test.py', 'description': "Confirm that 'SVG_FOLDER_NAME' is created when output folder is not\nprovided.", 'signature': 'def test_main_svgs_folder(fixtures_dir, tmp_path):'}</s>SVG_FOLDER_NAME = "SVGs"
1
{'name': 'X509.save@src/M2Crypto/X509.py', 'description': 'Saves X.509 certificate to a file. Default output\nformat is PEM.\n\n:param filename: Name of the file the cert will be saved to.\n\n:param format: Controls what output format is used to save the cert.\n Either FORMAT_PEM or FORMAT_DER to save in ...
1
{'name': 'overlap_NM@nonrad/nonrad.py', 'description': 'Compute the overlap between two displaced harmonic oscillators.\n\nThis function computes the overlap integral between two harmonic\noscillators with frequencies w1, w2 that are displaced by DQ for the\nquantum numbers n1, n2. The integral is computed using the tr...
0
{'name': 'Client.sleep@src/engineio/client.py', 'description': 'Sleep for the requested amount of time.', 'signature': 'def sleep(self, seconds=0):'}</s>{'name': 'ContentTooLongError@src/engineio/exceptions.py', 'description': 'DOCSTRING', 'base_classes': ['EngineIOError'], 'methods': []}
0
{'name': 'CustomMainWidget.addToList@src/gui/main_widget.py', 'description': 'Adds mod data to the list', 'signature': 'def addToList('}</s>URL_GIT = "https://github.com/Systemcluster/The-Witcher-3-Mod-manager.git"
0
{'name': 'PackageIndex.process_index@venv/Lib/site-packages/setuptools/package_index.py', 'description': 'Process the contents of a PyPI page', 'signature': 'def process_index(self, url, page):'}</s>{'name': 'Environment@venv/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py', 'description': 'Searchable snapshot ...
0
{'name': 'update_network_info@core/networking.py', 'description': 'Updates the network info in global_state.', 'signature': 'def update_network_info():'}</s>db = SqliteDatabase( db_path, pragmas={'journal_mode': 'wal'} )
0
{'name': 'lineno@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Returns current line number within a string, counting newlines as line separators.\nThe first line is number 1.\n\nNote: the default parsing behavior is to expand tabs in the input string\nbefore starting the parsing process. See ...
0
{'name': 'Iface.removeSupervisors@jstorm-on-yarn/src/main/gen-py/JstormAM/JstormAM.py', 'description': 'Parameters:\n - number', 'signature': 'def removeSupervisors(self, number):'}</s>{'name': 'TopologyInitialStatus@jstorm-core/src/main/py/storm/ttypes.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': []...
0
{'name': 'gen_from_list@model_mommy/random_gen.py', 'description': "Makes sure all values of the field are generated from the list L\nUsage:\nfrom mommy import Mommy\nclass KidMommy(Mommy):\n attr_mapping = {'some_field':gen_from_list([A, B, C])}", 'signature': 'def gen_from_list(L):'}</s>{'name': 'gen_string@model_mo...
0
{'name': 'QueueManager._is_connected@code/pymqi/__init__.py', 'description': "Try pinging the queue manager in order to see whether the application\nis connected to it. Note that the method is merely a convienece wrapper\naround MQCMD_PING_Q_MGR, in particular, there's still possibility that\nthe app will disconnect be...
0
{'name': 'QueueManager.connect_with_options@code/pymqi/__init__.py', 'description': "connect_with_options(name [, opts=cnoopts][ ,cd=mqcd][ ,sco=mqsco])\n connect_with_options(name, cd, [sco])\n\nConnect immediately to the Queue Manager 'name', using the\noptional MQCNO Options opts, the optional MQCD connection\ndes...
0
{'name': 'count_nac@kb_python/count.py', 'description': 'Generates RNA velocity matrices for single-cell RNA seq.\n\nArgs:\n index_path: Path to kallisto index\n t2g_path: Path to transcript-to-gene mapping\n cdna_t2c_path: Path to cDNA transcripts-to-capture file\n intron_t2c_path: Path to intron transcrip...
1
{'name': 'DenseFunctionalData.covariance@FDApy/representation/functional_data.py', 'description': "Compute an estimate of the covariance function.\n\nThis function computes an estimate of the covariance surface of a\nDenseFunctionalData object. As the curves are sampled on a common grid,\nwe consider the sample covaria...
0
{'name': 'Simplifier.using_params@src/api/python/z3/z3.py', 'description': 'Return a simplifier that uses the given configuration options', 'signature': 'def using_params(self, *args, **keys):'}</s>{'name': 'AstVector@src/api/python/z3/z3.py', 'description': 'A collection (vector) of ASTs.', 'base_classes': ['Z3PPObjec...
0
{'name': 'simxGetVisionSensorImage@7_Demo_youBotPickAndPlace/code/vrep/VREP_RemoteAPIs/sim.py', 'description': 'Please have a look at the function description/documentation in the CoppeliaSim user manual', 'signature': 'def simxGetVisionSensorImage(clientID, sensorHandle, options, operationMode):'}</s>sim_pathproperty_...
0
{'name': 'est_res@wfdb/io/_signal.py', 'description': 'Estimate the resolution of each signal in a multi-channel signal in\nbits. Maximum of 32 bits.\n\nParameters\n----------\nsignals : ndarray, list\n A 2d numpy array representing a uniform multichannel signal, or\n a list of 1d numpy arrays representing multip...
0
{'name': 'App.save_state@jupylet/app.py', 'description': 'Save the state of given game objects to disk.\n\nArgs:\n name (str): If explicit path is not given, `name` will be used\n to automatically generate a filename.\n path (str, optional): An explicit path to use for file.\n *args: A list of object im...
0
{'name': 'CheckStyle@tools/cpplint.py', 'description': "Checks rules from the 'C++ style rules' section of cppguide.html.\n\nMost of these rules are hard to test (naming, comment style), but we\ndo what we can. In particular we check for 2-space indents, line lengths,\ntab usage, spaces inside code, etc.\n\nArgs:\n f...
0
{'name': 'na_cmp@pint_pandas/testsuite/test_pandas_extensiontests.py', 'description': 'Binary operator for comparing NA values.', 'signature': 'def na_cmp():'}</s>{'name': 'all_data@pint_pandas/testsuite/test_pandas_extensiontests.py', 'description': 'DOCSTRING', 'code': 'def all_data(request, data, data_missing):\n ...
0
{'name': 'JavaObjectMarshaller.write_object@javaobj/v1/marshaller.py', 'description': 'Writes an object header to the serialization stream\n\n:param obj: Not yet used\n:param parent: Not yet used', 'signature': 'def write_object(self, obj, parent=None):'}</s>__version__ = ".".join(str(x) for x in __version_info__)
0
{'name': 'FileInfo.RepositoryName@third_party/cpplint/cpplint.py', 'description': 'FullName after removing the local path to the repository.\n\nIf we have a real absolute path name here we can try to do something smart:\ndetecting the root of the checkout and truncating /path/to/checkout from\nthe name so that we get h...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQIA_PROXY_SUB = 199
0
{'name': 'writeFileTree@fwtool.py', 'description': 'Writes a list of UnixFiles to the disk, unpacking known archive files', 'signature': 'def writeFileTree(files, path):'}</s>{'name': 'unpackBootloader@fwtool.py', 'description': 'DOCSTRING', 'code': "def unpackBootloader(file, outDir, mtime):\n print('Extracting bootlo...
0
{'name': 'View.save_pick_properties@picasso/gui/render.py', 'description': "Saves picks' properties in a given channel to path.\n\nProperties include number of locs, mean and std of all locs\ndtypes (x, y, photons, etc) and others.\n\nParameters\n----------\npath : str \n Path for saving picks' properties.\nchannel ...
0
{'name': 'Topic.__init__@code/pymqi/__init__.py', 'description': "Associate a Topic instance with the QueueManager object 'queue_manager'\nand optionally open the Topic.\n\nIf topic_desc is passed ignore topic_string and topic_name.\n\nIf open_opts is passed, it specifies topic open options, and\nthe topic is opened im...
0
{'name': 'qa@tasks.py', 'description': 'Run a quality report', 'signature': 'def qa(ctx):'}</s>{'name': 'all@tasks.py', 'description': 'Run tests, reports and packaging', 'code': 'def all(ctx):\n """Run tests, reports and packaging"""\n pass'}
0
{'name': 'LoggedOutSaveModificationsTestCase.test_delete@automated_logging/tests/test_save.py', 'description': 'test if deletion is working correctly and records all the changes\n:return:', 'signature': 'def test_delete(self):'}</s>{'name': 'LoggedOutSaveModificationsTestCase@automated_logging/tests/test_save.py', 'des...
1
{'name': 'CARFACCell.__init__@python/tf/carfac.py', 'description': 'Initializes a CAR cell.\n\nArgs:\n car_params: CARParams defining the CAR step of this cell.\n ihc_params: IHCParams defining the IHC step of this cell.\n agc_params: AGCParams defining the AGC step of this cell.\n num_ears: Number of simulated ear...
0
{'name': 'ProcessFileData@third_party/cpplint/cpplint.py', 'description': 'Performs lint checks and reports any errors to the given error function.\n\nArgs:\n filename: Filename of the file that is being processed.\n file_extension: The extension (dot not included) of the file.\n lines: An array of strings, each rep...
0
{'name': '_update_encoding_job@python/src/batch_encoding.py', 'description': 'This checks the status of the associated encoding of the encoding job and would update the\nencoding job in the repository.\n\n@param job The encoding job to update', 'signature': 'def _update_encoding_job(job):'}</s>{'name': '_count_queued_e...
0
{'name': 'TorchRNNClassifier.build_graph@torch_rnn_classifier.py', 'description': 'The core computation graph. This is called by `fit`, which sets\nthe `self.model` attribute.\n\nReturns\n-------\nTorchRNNModel', 'signature': 'def build_graph(self):'}</s>{'name': 'TorchRNNClassifierModel@torch_rnn_classifier.py', 'desc...
1
{'name': 'And@src/api/python/z3/z3.py', 'description': "Create a Z3 and-expression or and-probe.\n\n>>> p, q, r = Bools('p q r')\n>>> And(p, q, r)\nAnd(p, q, r)\n>>> P = BoolVector('p', 5)\n>>> And(P)\nAnd(p__0, p__1, p__2, p__3, p__4)", 'signature': 'def And(*args):'}</s>{'name': 'is_distinct@src/api/python/z3/z3.py',...
0
{'name': 'EMQ.aggregation_fit@quapy/method/aggregative.py', 'description': 'Trains the aggregation function of EMQ. This comes down to recalibrating the posterior probabilities\nir requested.\n\n:param classif_predictions: a :class:`quapy.data.base.LabelledCollection` containing,\n as instances, the posterior probab...
0
{'name': 'event_loop_policy@pytest_asyncio/plugin.py', 'description': 'Return an instance of the policy used to create asyncio event loops.', 'signature': 'def event_loop_policy() -> AbstractEventLoopPolicy:'}</s>_T = TypeVar("_T")
0
{'name': 'Asizer._sizer@pyFileFixity/lib/profilers/visual/pympler/asizeof.py', 'description': 'Size an object, recursively.\n ', 'signature': 'def _sizer(self, obj, deep, sized):'}</s>_claskeys = {}
0
{'name': 'take_calibration_image@versions/speed-camera 13.2/speed-cam.py', 'description': 'Create a calibration image for determining value of IMG_VIEW_FT variable\nCreate calibration hash marks', 'signature': 'def take_calibration_image(speed, filename, cal_image):'}</s>speed_CSV_filepath = os.path.join(baseDir, baseF...
0
{'name': 'DateTimeParser._build_datetime@arrow/parser.py', 'description': 'Build a datetime object from a dictionary of date parts.\n\n:param parts: A dictionary containing the date parts extracted from a date string.\n:type parts: dict\n:return: A datetime object representing the date and time.\n:rtype: datetime.datet...
0
{'name': 'QueueManager.connect_with_options@code/pymqi/__init__.py', 'description': "connect_with_options(name [, opts=cnoopts][ ,cd=mqcd][ ,sco=mqsco])\n connect_with_options(name, cd, [sco])\n\nConnect immediately to the Queue Manager 'name', using the\noptional MQCNO Options opts, the optional MQCD connection\ndes...
0
{'name': 'GDAL2Tiles.open_input@auxiliary/gdal2customtiles/legacy/gdal2tiles_3.5.2.py', 'description': 'Initialization of the input raster, reprojection if necessary', 'signature': 'def open_input(self) -> None:'}</s>{'name': 'options_post_processing@auxiliary/gdal2customtiles/legacy/gdal2tiles_3.5.2.py', 'description'...
0
{'name': 'sparseness@torchnmf/metrics.py', 'description': 'The sparseness measure proposed in\n`Non-negative Matrix Factorization with Sparseness Constraints\n<https://www.jmlr.org/papers/volume5/hoyer04a/hoyer04a.pdf>`__, can be caculated as:\n\n.. math::\n f(x) = \\frac{\\sqrt{N} - \\frac{\\sum_{n=0}^{N-1} |x_n|}{...
0
{'name': 'convert_generation_model@onnxruntime/python/tools/transformers/convert_generation.py', 'description': 'Convert model according to command line arguments.\n\nArgs:\n args (argparse.Namespace): arguments parsed from command line', 'signature': 'def convert_generation_model('}</s>{'name': 'test_gpt_model@onnx...
0
{'name': 'Queue.get@code/pymqi/__init__.py', 'description': "Return a message from the queue. If the queue is not already\nopen, it is opened now with the option 'MQOO_INPUT_AS_Q_DEF'.\n\nmaxLength, if present, specifies the maximum length for the\nmessage. If the message received exceeds maxLength, then the\nbehavior ...
0
{'name': 'ip_address@venv/Lib/site-packages/pip-19.0.3-py3.8.egg/pip/_vendor/ipaddress.py', 'description': "Take an IP string/int and return an object of the correct type.\n\nArgs:\n address: A string or integer, the IP address. Either IPv4 or\n IPv6 addresses may be supplied; integers less than 2**32 will\n ...
0
{'name': '_strip_html_media@ankipandas/util/checksum.py', 'description': 'Strip HTML but keep media filenames', 'signature': 'def _strip_html_media(s):'}</s>{'name': 'field_checksum@ankipandas/util/checksum.py', 'description': '32 bit unsigned number from first 8 digits of sha1 hash.\nApply this to the first field to t...
0
{'name': 'render@skein/_version.py', 'description': 'Render the given version pieces into the requested style.', 'signature': 'def render(pieces, style):'}</s>HANDLERS = {}
0
{'name': 'get_sampler@cr8/metrics.py', 'description': "Return a sampler constructor\n\n>>> get_sampler('all')\n<class 'cr8.metrics.All'>\n\n>>> get_sampler('reservoir')\n<class 'cr8.metrics.UniformReservoir'>\n\n>>> get_sampler('reservoir:100')\nfunctools.partial(<class 'cr8.metrics.UniformReservoir'>, size=100)", 'sig...
1