text
string
label
int64
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQIACH_SSL_RETURN_CODE = 1533
0
{'name': 'fsn2text@Monika After Story/game/python-packages/mutagen/_senf/_fsnative.py', 'description': 'Args:\n path (fsnative): The path to convert\n strict (bool): Fail in case the conversion is not reversible\nReturns:\n `text`\nRaises:\n TypeError: In case no `fsnative` has been passed\n ValueError: ...
0
{'name': 'AutoCompleter.get_completions@autocomplete.py', 'description': 'Get all the completions related to the current file.', 'signature': 'def get_completions(self, view, locations):'}</s>{'name': 'view_is_haskell_source@sublime_haskell_common.py', 'description': 'DOCSTRING', 'code': 'def view_is_haskell_source(vie...
0
{'name': 'test_http_h1_small_request_small_reply_via@benchmarks/test/test_discovery.py', 'description': 'H1 test with small request and reply via injected Envoy.', 'signature': 'def test_http_h1_small_request_small_reply_via(inject_envoy_http_proxy_fixture,'}</s>{'name': 'assertCounterGreaterEqual@test/integration/asse...
0
{'name': 'model@english/adjoints_sensitivities_automatic_differentiation/adjoint_ode.py', 'description': "The Model is a forced oscillator given by the second order scalar valued\nlinear ODE y'' + c*y' + k*y = f * cos(w*t)\n\nwhere: y : Displacement y' : Velocity y'' : acceleration c : friction\ncoefficient k : spring ...
0
{'name': 'HTTPConnectionPool.is_same_host@src/ahip/connectionpool.py', 'description': 'Check if the given ``url`` is a member of the same host as this\nconnection pool.', 'signature': 'def is_same_host(self, url):'}</s>print_ = getattr(moves.builtins, "print", None)
0
{'name': 'Client.query@pymarketstore/client.py', 'description': 'execute QUERY to MarketStore server\n:param params: Params object used to query\n:return: QueryReply object', 'signature': 'def query(self, params: Params) -> QueryReply:'}</s>{'name': 'Client@pymarketstore/client.py', 'description': 'DOCSTRING', 'base_cl...
1
{'name': 'gen_graph@pyrgg/__main__.py', 'description': 'Generate a single graph.\n\n:param input_dict: input data\n:type input_dict: dict\n:param file_name: file name\n:type file_name: str\n:return: None', 'signature': 'def gen_graph(input_dict, file_name):'}</s>_description = "PyRGG is a user-friendly synthetic random...
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': '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': 'CheckComment@tools/caffe-sphereface/scripts/cpp_lint.py', 'description': 'Checks for common mistakes in TODO comments.\n\nArgs:\n comment: The text of the comment from the line in question.\n filename: The name of the current file.\n linenum: The number of the line to check.\n error: The function to call ...
0
{'name': 'DataContext.rebuild_db@disdat/data_context.py', 'description': "For this context, read in all pb's and rebuild tables.\nAll state is immutable.\n1.) Read in all HFrame PBs\n2.) Ensure that each HFrame PB is WEAKLY consistent -- file names corresponding to the\nframes are on disk (but we do not check their con...
0
{'name': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQRC_PRIORITY_ERROR = 2050
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQBPLOCATION_ABOVE = 1
0
{'name': '_check_em_conversion@unyt/unit_object.py', 'description': "Check to see if the units contain E&M units\n\nThis function supports unyt's ability to convert data to and from E&M\nelectromagnetic units. However, this support is limited and only very\nsimple unit expressions can be readily converted. This functio...
0
{'name': 'FancyPage.draw_background@rst2pdf/createpdf.py', 'description': 'Draws a background and/or foreground image\non each page which uses the template.\n\nCalculates the image one time, and caches\nit for reuse on every page in the template.\n\nHow the background is drawn depends on the\n--fit-background-mode opti...
0
{'name': 'add_stderr_logger@src/ahip/__init__.py', 'description': 'Helper for quickly adding a StreamHandler to the logger. Useful for\ndebugging.\n\nReturns the handler after adding it.', 'signature': 'def add_stderr_logger(level=logging.DEBUG):'}</s>{'name': 'InsecurePlatformWarning@src/ahip/exceptions.py', 'descript...
0
{'name': 'set_jwst_to_hst_keywords@grizli/jwst_utils.py', 'description': 'Make primary header look like an HST instrument\n\nParameters\n----------\ninput : str, `~astropy.io.fits.HDUList`\n Filename or FITS HDUList object to modify.\n\nreset : bool\n Reset original JWST keywords to their original values.\n\nverb...
0
{'name': 'cluster@modisco/cluster/phenograph/cluster.py', 'description': 'PhenoGraph clustering\n:param data: Numpy ndarray of data to cluster, or sparse matrix of k-nearest neighbor graph\n If ndarray, n-by-d array of n cells in d dimensions\n If sparse matrix, n-by-n adjacency matrix\n:param k: Number of neares...
0
{'name': 'WorkingSet.resolve@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pkg_resources/__init__.py', 'description': 'List all distributions needed to (recursively) meet `requirements`\n\n`requirements` must be a sequence of ``Requirement`` objects. `env`,\nif supplied, should be an ``Environment`` instance...
0
{'name': 'PVPCData.__init__@aiopvpc/pvpc_data.py', 'description': 'Set up API access.', 'signature': 'def __init__('}</s>{'name': 'make_price_sensor_attributes@aiopvpc/prices.py', 'description': 'Generate sensor attributes for hourly prices variables.', 'code': 'def make_price_sensor_attributes(\n sensor_key: str,\n...
0
{'name': 'FoundationTestCase2.test_more_expr_commands@tools/lldb/packages/Python/lldbsuite/test/lang/objc/foundation/TestObjCMethods2.py', 'description': 'More expression commands for objective-c.', 'signature': 'def test_more_expr_commands(self):'}</s>STOPPED_DUE_TO_SIGNAL = "Process state is stopped due to signal"
0
{'name': 'ProcessGlobalSuppresions@third_party/cpplint/cpplint.py', 'description': 'Updates the list of global error suppressions.\n\nParses any lint directives in the file that have global effect.\n\nArgs:\n lines: An array of strings, each representing a line of the file, with the\n last element being empty ...
1
{'name': 'GenericSimpleClauseState.getEntry@util/py_lib/seqan/dox/dox_parser.py', 'description': 'Returns the Entry for the brief clause.', 'signature': 'def getEntry(self):'}</s>{'name': 'ExtendsState@util/py_lib/seqan/dox/dox_parser.py', 'description': 'Handler for the @extends clause.', 'base_classes': ['GenericSimp...
0
{'name': 'test_skip_decorators@tests/test_coverage.py', 'description': 'Tests ignoring of property decorators', 'signature': 'def test_skip_decorators(ignore_setter, ignore_deleter, ignore_property, coverage):'}</s>{'name': 'test_should_report_for_multiple_files@tests/test_coverage.py', 'description': 'DOCSTRING', 'cod...
0
{'name': 'make_SEP_catalog@grizli/prep.py', 'description': "Make a catalog from drizzle products using the SEP implementation of SourceExtractor\n\nParameters\n----------\nroot : str\n Rootname of the FITS images to use for source extraction. This\n function is designed to work with the single-image products fro...
0
{'name': 'StandardRun.run_pipeline@selection_pipeline/standard_run.py', 'description': 'Run pipeline runs the pipeline for a standard run\n\n ', 'signature': 'def run_pipeline(self):'}</s>{'name': 'queue_jobs@selection_pipeline/standard_run_utilities.py', 'description': 'Creates a queue for running jobs\n\nUsing...
0
{'name': 'get_day_ratio@OnePy/utils/easy_func.py', 'description': '(S5, S10, S30, M1, M2, M4, M5) <- BAD Interval\nM10, M15, M30, H1, H2, H3, H4, H6, H8, H12', 'signature': 'def get_day_ratio(frequency: str):'}</s>{'name': 'dict_to_table@OnePy/utils/awesome_func.py', 'description': 'DOCSTRING', 'code': 'def dict_to_tab...
0
{'name': 'FloatValueChecker.CheckValue@python/google/protobuf/internal/type_checkers.py', 'description': 'Check and convert proposed_value to float.', 'signature': 'def CheckValue(self, proposed_value):'}</s>{'name': '_SimpleDecoder@python/google/protobuf/internal/decoder.py', 'description': "Return a constructor for a...
0
{'name': 'sniffPossibleFeed@src/feedvalidator/__init__.py', 'description': 'Use wild heuristics to detect something that might be intended as a feed.', 'signature': 'def sniffPossibleFeed(rawdata):'}</s>{'name': 'ValidLanguage@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['ValidValue'], 'm...
0
{'name': 'AGFusionDBBManager.fetch_refseq_table@agfusion/database.py', 'description': 'fetch RefSeq IDS', 'signature': 'def fetch_refseq_table(self):'}</s>ENSEMBL_MYSQL_TABLES = {"homo_sapiens": {}, "mus_musculus": {}}
0
{'name': '_NamespaceInfo.CheckEnd@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Check end of namespace comments.', 'signature': 'def CheckEnd(self, filename, clean_lines, linenum, error):'}</s>_regexp_compile_cache = {}
0
{'name': 'fpToFP@src/api/python/z3/z3.py', 'description': 'Create a Z3 floating-point conversion expression from other term sorts\nto floating-point.\n\nFrom a bit-vector term in IEEE 754-2008 format:\n>>> x = FPVal(1.0, Float32())\n>>> x_bv = fpToIEEEBV(x)\n>>> simplify(fpToFP(x_bv, Float32()))\n1\n\nFrom a floating-p...
0
{'name': 'add_stderr_logger@src/ahip/__init__.py', 'description': 'Helper for quickly adding a StreamHandler to the logger. Useful for\ndebugging.\n\nReturns the handler after adding it.', 'signature': 'def add_stderr_logger(level=logging.DEBUG):'}</s>{'name': 'SecurityWarning@src/ahip/exceptions.py', 'description': 'W...
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': 'ground_literal@pddlgym/structs.py', 'description': 'Given a lifted literal, create a ground\nliteral with the assignments mapping vars to\nobjects.\n\nParameters\n----------\nlifted_lit : Literal\nassignments : { TypedEntity : TypedEntity }\n Vars to objects.\n\nReturns\n-------\nground_lit : Literal', 'si...
0
{'name': 'Schema.query_type@pygraphy/introspection.py', 'description': 'The type that query operations will be rooted at.', 'signature': 'def query_type(self) -> Type:'}</s>{'name': 'Schema@pygraphy/introspection.py', 'description': 'DOCSTRING', 'base_classes': ['Object'], 'methods': [{'name': 'Schema.directives@pygrap...
1
{'name': '_import_xml@contrib/xml/xmlio.py', 'description': 'Returns the Tulip data structure contained in a parsed XML file.', 'signature': 'def _import_xml('}</s>T_TUPLE = "tuple"
1
{'name': 'ResnetUtilsTest.testAtrousValuesBottleneck@libs/networks/slim_nets/resnet_v2_test.py', 'description': 'Verify the values of dense feature extraction by atrous convolution.\n\nMake sure that dense feature extraction by stack_blocks_dense() followed by\nsubsampling gives identical results to feature extraction ...
1
{'name': 'CheckLanguage@ament_cpplint/ament_cpplint/cpplint.py', 'description': "Checks rules from the 'C++ language rules' section of cppguide.html.\n\nSome of these rules are hard to test (function overloading, using\nuint32 inappropriately), but we do the best we can.\n\nArgs:\n filename: The name of the current fi...
0
{'name': 'GA.__init__@modestpy/estim/ga/ga.py', 'description': "The population can be initialized in various ways:\n- if `init_pop` is None, one individual is initialized using\n initial guess from `est`\n- if `init_pop` contains less individuals than `pop_size`,\n then the rest is random\n- if `init_pop` == `pop_siz...
1
{'name': 'routsign2map@venv/Lib/site-packages/numpy/f2py/capi_maps.py', 'description': 'name,NAME,begintitle,endtitle\nrname,ctype,rformat\nroutdebugshowvalue', 'signature': 'def routsign2map(rout):'}</s>{'name': 'l_and@venv/Lib/site-packages/numpy/f2py/auxfuncs.py', 'description': 'DOCSTRING', 'code': "def l_and(*f):\...
0
{'name': 'GpioModule.start@pymetawear/modules/gpio.py', 'description': 'Switches the gpio to active mode.', 'signature': 'def start(self, pin=None):'}</s>{'name': 'data_handler@pymetawear/modules/base.py', 'description': 'DOCSTRING', 'code': "def data_handler(func):\n @wraps(func)\n def wrapper(data):\n fu...
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_objectpropert...
0
{'name': 'ParseArguments@tools/cpplint.py', 'description': 'Parses the command line arguments.\n\nThis may set the output format and verbosity level as side-effects.\n\nArgs:\n args: The command line arguments:\n\nReturns:\n The list of filenames to lint.', 'signature': 'def ParseArguments(args):'}</s>{'name': 'Check...
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': 'control_read_initial_values@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Read initial control values', 'signature': 'def control_read_initial_values(sniffer):'}</s>{'name': 'devices_cleared@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Devices have been cleared', 'code': 'def ...
0
{'name': 'test_python_to_cpp_to_python_from_thread@pybind11/tests/test_gil_scoped.py', 'description': 'Makes sure there is no GIL deadlock when running in a thread.\n\nIt runs in a separate process to be able to stop and assert if it deadlocks.', 'signature': 'def test_python_to_cpp_to_python_from_thread():'}</s>{'name...
0
{'name': 'testWriteXMLParametersGAFF@openmoltools/tests/test_forcefield_generators.py', 'description': 'Test writing XML parameters loaded from Amber GAFF parameter files ', 'signature': 'def testWriteXMLParametersGAFF():'}</s>{'name': 'gaffTemplateGenerator@openmoltools/forcefield_generators.py', 'description': 'OpenM...
0
{'name': 'test_tamper_index@pyFileFixity/tests/test_repair_ecc.py', 'description': 'recc: tamper index file and see if it can repair itself (hecc) ', 'signature': 'def test_tamper_index():'}</s>{'name': 'test_tamper_index_saecc@pyFileFixity/tests/test_repair_ecc.py', 'description': 'recc: tamper index file and see if i...
0
{'name': 'from_wei@eth_utils/currency.py', 'description': 'Takes a number of wei and converts it to any other ether unit.', 'signature': 'def from_wei(number: int, unit: str) -> Union[int, decimal.Decimal]:'}</s>{'name': 'is_integer@eth_utils/types.py', 'description': 'DOCSTRING', 'code': 'def is_integer(value: Any) ->...
0
{'name': 'create_yaml@hokusai/commands/review_app.py', 'description': 'create yaml for review app ', 'signature': 'def create_yaml(source_file, app_name):'}</s>{'name': 'clean_string@hokusai/lib/common.py', 'description': 'DOCSTRING', 'code': "def clean_string(str):\n return str.lower().replace('_', '-')"}
1
{'name': 'mkdirs@utils/util.py', 'description': "create empty directories if they don't exist\n\nParameters:\n paths (str list) -- a list of directory paths", 'signature': 'def mkdirs(paths):'}</s>{'name': 'expert_tensor_storage@utils/util.py', 'description': 'DOCSTRING', 'code': 'def expert_tensor_storage(experts, ...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQIA_MEDIA_IMAGE_SCHEDULING = 268
0
{'name': 'lift_blocks@maf/impl/naiveLiftUp.py', 'description': 'Lift the given blocks file to a new reference using the given pairwise alignments file.\n\nThe pairwise alignments must point from the old reference to the new.', 'signature': 'def lift_blocks(alignments, blocks, other_genome, output):'}</s>{'name': 'prune...
0
{'name': 'ClusterAction.start_clusters@qingcloud/iaas/actions/cluster.py', 'description': 'Start one or more clusters.\n@param clusters: the array of clusters IDs.', 'signature': 'def start_clusters(self, clusters,'}</s>ACTION_CREATE_ROUTERS = "CreateRouters"
0
{'name': 'generate_stps_from_gp@gp_query.py', 'description': "Generates a list of source target pairs from a given graph pattern.\n\nThe given graph pattern is immediately used as sparql query to quickly\ngenerate a list of source target pairs. Possible motivations for this:\n- evaluation: can the algorithm re-discover...
0
{'name': 'TranslationFromPretrainedBARTTask.load_dataset@fairseq/tasks/translation_from_pretrained_bart.py', 'description': 'Load a given dataset split.\n\nArgs:\n split (str): name of the split (e.g., train, valid, test)', 'signature': 'def load_dataset(self, split, epoch=1, combine=False, **kwargs):'}</s>{'name': ...
0
{'name': 'disabled_train@ldm/models/diffusion/ddpm.py', 'description': 'Overwrite model.train with this function to make sure train/eval mode\ndoes not change anymore.', 'signature': 'def disabled_train(self, mode=True):'}</s>{'name': 'count_params@ldm/util.py', 'description': 'DOCSTRING', 'code': 'def count_params(mod...
0
{'name': 'preprocess_for_train@preprocessing/densenet_preprocessing.py', 'description': 'Preprocesses the given image for training.\n\nNote that the actual resizing scale is sampled from\n [`resize_size_min`, `resize_size_max`].\n\nArgs:\n image: A `Tensor` representing an image of arbitrary size.\n output_height: T...
1
{'name': 'timedifference@code/link_coref.py', 'description': 'compute difference of time between two mentions', 'signature': 'def timedifference(pubdate,events,eventid1,eventid2):'}</s>{'name': 'findanytrigger@code/link_coref.py', 'description': 'force verb to be trigger, if not found trigger nearby ', 'code': 'def fin...
0
{'name': 'BuildFailureRecord.commit_and_push_changes@bioconda_utils/build_failure.py', 'description': 'Commit and push any changes, including removal of the record.', 'signature': 'def commit_and_push_changes(self):'}</s>{'name': 'changed_since_master@bioconda_utils/utils.py', 'description': "Return filenames changed s...
0
{'name': 'type_inference@06_prepare/data-wrangler/data_wrangler_antje.py', 'description': 'Core type inference logic\n\nArgs:\n df: spark dataframe\n\nReturns: dict a schema that maps from column name to mohave datatype', 'signature': 'def type_inference(df): # noqa: C901 # pylint: disable=R0912'}</s>spark = SparkS...
0
{'name': 'build_script_generator@tools/ipp_custom_library_tool_python/tool/generators.py', 'description': 'Generates script for building custom dynamic library\n:return: String that represents script', 'signature': 'def build_script_generator():'}</s>{'name': 'get_lines_from_file@tools/ipp_custom_library_tool_python/to...
0
{'name': 'bisect_bad@nix_bisect/bisect_runner.py', 'description': "Mark a commit as bad.\n\nWarning: This may have the side-effect of switching to a different\nrevision.\n\nUnfortunately we don't have control about that. In the future we may want\nto manage the refs and the bisect-log manually.", 'signature': 'def bise...
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': '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': 'sign@flask_unsign/session.py', 'description': "Signs a custom session value with a known secret\n:param value: Raw Python object (generally a dictionary) to serialize\n:param secret: Server secret key\n:param salt: Salt (default: 'cookie-session')\n:param legacy: Should the legacy timestamp generator be used?...
1
{'name': 'QueueManager._is_connected@code/pymqi/__init__.py', 'description': "Try pinging the queue manager in order to see whether the application\nis connected to it. Note that the method is merely a convienece wrapper\naround MQCMD_PING_Q_MGR, in particular, there's still possibility that\nthe app will disconnect be...
0
{'name': 'CollapsingMergeTree._get_date_rate_filter@src/django_clickhouse/engines.py', 'description': 'Generates datetime filter to speed up final queries, if date_col is present\n:param objects: Objects, which are inserted\n:param model_cls: Model class for which data is fetched\n:param db_alias: ClickHouse database a...
1
{'name': 'CSSParser.parse_pseudo_class_custom@SneakerBot 2019/venv/lib/python3.7/site-packages/soupsieve/css_parser.py', 'description': 'Parse custom pseudo class alias.\n\nCompile custom selectors as we need them. When compiling a custom selector,\nset it to `None` in the dictionary so we can avoid an infinite loop.',...
0
{'name': 'CheckHeaderFileIncluded@tools/cpplint.py', 'description': 'Logs an error if a source file does not include its header.', 'signature': 'def CheckHeaderFileIncluded(filename, include_state, error):'}</s>_UNSAFE_FUNC_PREFIX = "(?:[-+*/=%^&|(<]\s*|>\s+)"
0
{'name': 'plugin_loaded@xpath.py', 'description': 'When the plugin is loaded, clear all variables and cache xpaths for current view if applicable.', 'signature': 'def plugin_loaded():'}</s>{'name': 'getSGMLRegionsContainingCursors@xpath.py', 'description': 'Find the SGML region(s) that the cursor(s) are in for the spec...
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': 'sql_connection@_dbms_/__init__.py', 'description': 'Returns SQLite3 connection to db created at provided path.\n\nArgs:\n dbpath: Local db path for SQLite3 Database file.\n\nReturns:\n Local db connection object.', 'signature': "def sql_connection(dbpath='mydatabase.db'):"}</s>{'name': 'sender_of_messag...
0
{'name': 'Bottle.route@src/back/kite/bottle.py', 'description': "A decorator to bind a function to a request URL. Example::\n\n @app.route('/hello/:name')\n def hello(name):\n return 'Hello %s' % name\n\nThe ``:name`` part is a wildcard. See :class:`Router` for syntax\ndetails.\n\n:param path: Request path...
0
{'name': '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': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQQSGD_ALL = -1
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': 'default_params@tools/de-identification/Differential-Privacy-Synthetic-Data-Challenge-Algorithms/rmckenna/match3.py', 'description': 'Return default parameters to run this program\n\n:returns: a dictionary of default parameter settings for each command line argument', 'signature': 'def default_params():'}</s>{...
0
{'name': 'field@pyfields/core.py', 'description': 'Returns a class-level attribute definition. It allows developers to define an attribute without writing an\n`__init__` method. Typically useful for mixin classes.\n\nLaziness\n--------\nThe field will be lazily-defined, so if you create an instance of the class, the fi...
0
{'name': 'write_voc_results_file@libs/val_libs/voc_eval.py', 'description': ':param all_boxes: is a list. each item reprensent the detections of a img.\nthe detections is a array. shape is [-1, 6]. [category, score, xmin, ymin, xmax, ymax]\nNote that: if none detections in this img. that the detetions is : []\n\n:param...
0
{'name': 'copy_stock_metas@stock_pandas/meta/utils.py', 'description': 'Simply copy metadata from source to target', 'signature': 'def copy_stock_metas('}</s>{'name': 'update_info_size@stock_pandas/meta/utils.py', 'description': 'DOCSTRING', 'code': 'def update_info_size(\n info: ColumnInfo,\n source_length: int,...
0
{'name': 'ctypesArrayFill@pulp/apis/core.py', 'description': 'Creates a c array with ctypes from a python list\ntype is the type of the c array', 'signature': 'def ctypesArrayFill(myList, type=ctypes.c_double):'}</s>{'name': 'get_arch@pulp/apis/core.py', 'description': 'DOCSTRING', 'code': 'def get_arch():\n is_64bi...
0
{'name': 'Type.input_fields@pygraphy/introspection.py', 'description': 'INPUT_OBJECT only', 'signature': 'def input_fields(self) -> Optional[List[InputValue]]:'}</s>{'name': 'WithMetaSubSchema@pygraphy/introspection.py', 'description': 'DOCSTRING', 'base_classes': ['BaseSubscribableSchema'], 'methods': []}
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQIACF_SUB_TYPE = 1289
0
{'name': 'CSSParser.selector_iter@SneakerBot 2019/venv/lib/python3.7/site-packages/soupsieve/css_parser.py', 'description': 'Iterate selector tokens.', 'signature': 'def selector_iter(self, pattern):'}</s>QUIRKS_ATTR_IDENTIFIER = r'(?:(?:{esc}|(?!/\*)[^"\] \t\r\n\f])+?)'.format(esc=CSS_ESCAPES)
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': 'ToysCalculator.ntoysnull@src/hepstats/hypotests/calculators/basecalculator.py', 'description': 'Set the number of toys generated for the null hypothesis.\n\nArgs:\n n: number of toys', 'signature': 'def ntoysnull(self, n: int):'}</s>{'name': 'POIarray@src/hepstats/hypotests/parameters.py', 'description': '...
0
{'name': 'YoutubeDL._load_cookies@script.module.youtube.dl/lib/youtube_dl/YoutubeDL.py', 'description': 'Loads cookies from a `Cookie` header\n\nThis tries to work around the security vulnerability of passing cookies to every domain.\n\n@param data The Cookie header as a string to load the cookies from\n@param ...
0
{'name': 'GefHelpCommand.__rebuild@gef.py', 'description': 'Rebuild the documentation.', 'signature': 'def __rebuild(self) -> None:'}</s>{'name': 'gef_execute_external@gef.py', 'description': 'Execute an external command and return the result.', 'code': 'def gef_execute_external(command: Sequence[str], as_list: bool = ...
0
{'name': 'multihead_attention@tensor2tensor_envi/layers/common_attention.py', 'description': 'Multihead scaled-dot-product attention with input/output transformations.\n\nArgs:\n query_antecedent: a Tensor with shape [batch, length_q, channels]\n memory_antecedent: a Tensor with shape [batch, length_m, channels] or N...
0
{'name': 'Preset.__new__@ValveFileSystem/presets.py', 'description': 'locale should be one of either GLOBAL or LOCAL object references. tool is the toolname\nused to refer to all presets of that kind, while ext is the file extension used to\ndifferentiate between multiple preset types a tool may have', 'signature': 'd...
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': 'StatementSplitter.process@sqlparse/engine/statement_splitter.py', 'description': 'Process the stream', 'signature': 'def process(self, stream):'}</s>{'name': 'Having@sqlparse/sql.py', 'description': 'A HAVING clause.', 'base_classes': ['TokenList'], 'methods': []}
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCA_NAMES = 2020
0
{'name': 'Display.grab_server@Monika After Story/game/python-packages/Xlib/display.py', 'description': 'Disable processing of requests on all other client connections\nuntil the server is ungrabbed. Server grabbing should be avoided\nas much as possible.', 'signature': 'def grab_server(self, onerror = None):'}</s>Butto...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQCFUNC_MQPUT = b'PUT '
0
{'name': 'align@docs/conf.py', 'description': 'Conversion function for the "align" option.', 'signature': 'def align(argument):'}</s>html_static_path = []
0
{'name': 'ParserElement.addCondition@blockchain-env/lib/python3.7/site-packages/pkg_resources/_vendor/pyparsing.py', 'description': 'Add a boolean predicate function to expression\'s list of parse actions. See \nL{I{setParseAction}<setParseAction>} for function call signatures. Unlike C{setParseAction}, \nfunctions pas...
0