text string | label int64 |
|---|---|
{'name': '_AppHandler._populate_staging@jupyterlab/commands.py', 'description': 'Set up the assets in the staging directory.', 'signature': 'def _populate_staging(self, name=None, version=None, static_url=None, clean=False): # noqa'}</s>{'name': 'watch_dev@jupyterlab/commands.py', 'description': 'Run watch mode in a g... | 0 |
{'name': 'ContentProcessor.add_markup@src/freetype/src/tools/docmaker/content.py', 'description': 'Add a new markup section.', 'signature': 'def add_markup(self):'}</s>{'name': 'index_key@src/freetype/src/tools/docmaker/utils.py', 'description': 'DOCSTRING', 'code': 'def index_key(s):\n return string.join(itertools.... | 0 |
{'name': 'processPEreads@amptk/process_illumina_folder.py', 'description': 'function for multiprocessing of the data, so take file list as input, need global forward/reverse list available', 'signature': 'def processPEreads(input, args=False):'}</s>{'name': 'SystemInfo@amptk/amptklib.py', 'description': 'DOCSTRING', 'c... | 0 |
{'name': 'ProcessFileData@tools/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 representing a li... | 0 |
{'name': 'InitializerListTestCase.test@lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/initializerlist/TestInitializerList.py', 'description': 'Test that that file and class static variables display correctly.', 'signature': 'def test(self):'}</s>VALID_PROCESS = "Got a valid... | 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': 'TBDeviceMqttClient.send_rpc_reply@tb_device_mqtt.py', 'description': 'Send RPC reply to ThingsBoard. The response will be sent to the RPC_RESPONSE_TOPIC with the request id.', 'signature': 'def send_rpc_reply(self, req_id, resp, quality_of_service=None, wait_for_publish=False):'}</s>{'name': 'RateLimit@tb_dev... | 0 |
{'name': '_n_choose_2@test/test_data.py', 'description': 'Calculates the number of 2-combinations of n elements.', 'signature': 'def _n_choose_2(n):'}</s>{'name': 'test_quadratic_features_single_column_input_explicit@test/test_data.py', 'description': 'Test that using a single-column matrix as input produces the expect... | 0 |
{'name': 'TypeErrorTests.test_keyword_builtin@didyoumean/didyoumean_sugg_tests.py', 'description': 'A few builtins (like int()) have a different error message.', 'signature': 'def test_keyword_builtin(self):'}</s>NOTADIR_IO = (common.NotDirIoError, "^Not a directory$") | 0 |
{'name': 'get_measures@gnocchi/rest/aggregates/processor.py', 'description': 'Get aggregated measures of multiple entities.\n\n:param storage: The storage driver.\n:param metrics_and_aggregations: List of metric+agg_method tuple\n measured to aggregate.\n:param from timestamp: The timest... | 0 |
{'name': 'batch_scale@scale/dataset.py', 'description': 'Batch-specific scale data', 'signature': 'def batch_scale(adata, chunk_size=CHUNK_SIZE):'}</s>{'name': 'load_files@scale/dataset.py', 'description': 'Load single cell dataset from files', 'code': 'def load_files(root):\n """\n Load single cell dataset from ... | 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': 'Fake.__init__@verif/input.py', 'description': 'A fake input\n\nobs A 1, 2, or 3D array of obsevations.\n If 3D assume the dimensions are (time,leadtime,location)\n If 2D assume the dimensions are (time,leadtime)\n If 1D assume the dimensions are (time)', 'signature': 'def __init__... | 0 |
{'name': 'InputsTest.test_faster_rcnn_resnet50_eval_input@object_detection/inputs_test.py', 'description': 'Tests the eval input function for FasterRcnnResnet50.', 'signature': 'def test_faster_rcnn_resnet50_eval_input(self, eval_batch_size=1):'}</s>INPUT_BUILDER_UTIL_MAP = {
'dataset_build': dataset_builder.build,... | 0 |
{'name': 'FileInfo.BaseName@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'File base name - text after the final slash, before the final period.', 'signature': 'def BaseName(self):'}</s>_CPP_HEADERS = frozenset([
# Legacy
'algobase.h',
'algo.h',
'alloc.h',
'builtinbuf.h',
'bvector.h',
... | 0 |
{'name': '_ctypes.strides_as@venv/Lib/site-packages/numpy/core/_internal.py', 'description': 'Return the strides tuple as an array of some other\nc-types type. For example: ``self.strides_as(ctypes.c_longlong)``.', 'signature': 'def strides_as(self, obj):'}</s>{'name': '_getfield_is_safe@venv/Lib/site-packages/numpy/co... | 0 |
{'name': 'eval_seq@track.py', 'description': 'Processes the video sequence given and provides the output of tracking result (write the results in video file)\n\nIt uses JDE model for getting information about the online targets present.\n\nParameters\n----------\nopt : Namespace\n Contains information passed as co... | 0 |
{'name': '_IsType@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Check if expression looks like a type name, returns true if so.\n\nArgs:\n clean_lines: A CleansedLines instance containing the file.\n nesting_state: A NestingState instance which maintains information about\n the current stac... | 0 |
{'name': 'QueueManager.connect_tcp_client@code/pymqi/__init__.py', 'description': "Connect immediately to the remote Queue Manager 'name', using\na TCP Client connection, with channnel 'channel' and the\nTCP connection string 'conn_name'. All other connection\noptons come from 'cd'.", 'signature': 'def connect_tcp_clie... | 0 |
{'name': '_AddMessageMethods@python/google/protobuf/internal/python_message.py', 'description': 'Adds implementations of all Message methods to cls.', 'signature': 'def _AddMessageMethods(message_descriptor, cls):'}</s>{'name': '_DecodeFixed32@python/google/protobuf/internal/decoder.py', 'description': 'Decode a fixed3... | 0 |
{'name': 'K@src/api/python/z3/z3.py', 'description': "Return a Z3 constant array expression.\n\n>>> a = K(IntSort(), 10)\n>>> a\nK(Int, 10)\n>>> a.sort()\nArray(Int, Int)\n>>> i = Int('i')\n>>> a[i]\nK(Int, 10)[i]\n>>> simplify(a[i])\n10", 'signature': 'def K(dom, v):'}</s>{'name': '_mk_fp_unary_pred@src/api/python/z3/... | 0 |
{'name': 'get_scheduler@SIM-CycleGAN/models/networks.py', 'description': "Return a learning rate scheduler\n\nParameters:\n optimizer -- the optimizer of the network\n opt (option class) -- stores all the experiment flags; needs to be a subclass of BaseOptions.\u3000\n opt.lr_pol... | 0 |
{'name': 'rel_err@oggm/utils/_funcs.py', 'description': 'Relative error. Ref should be non-zero', 'signature': 'def rel_err(ref, data):'}</s>_doc = "A netcdf file containing the model diagnostics (volume, mass balance, length...)." | 0 |
{'name': 'Reader.__init__@doc/sphinxext/numpy_ext/docscrape.py', 'description': " Parameters\n ----------\n data : str\n String with lines separated by '\n'.\n\n ", 'signature': 'def __init__(self, data):'}</s>{'name': 'header@doc/sphinxext/numpy_ext/docscrape.py', 'description': '... | 0 |
{'name': 'generate_builder@marshmallow_peewee/convert.py', 'description': 'Generate builder function for given marshmallow field.', 'signature': 'def generate_builder(ma_field_cls: type[fields.Field]) -> Callable:'}</s>{'name': 'convert_booleanfield@marshmallow_peewee/convert.py', 'description': 'DOCSTRING', 'code': 'd... | 0 |
{'name': 'render_quoted_form@hy/core/result_macros.py', 'description': 'Render a quoted form as a new hy Expression.\n\n`level` is the level of quasiquoting of the current form. We can\nunquote if level is 0.\n\nReturns a two-tuple (`expression`, `splice`).\n\nThe `splice` return value is used to mark `unquote-splice`d... | 0 |
{'name': 'PathwayPredictor.run@cameo/strain_design/pathway_prediction/pathway_predictor.py', 'description': 'Run pathway prediction for a desired product.\n\nParameters\n----------\nproduct : Metabolite, str\n Metabolite or id or name of metabolite to find production pathways for.\nmax_predictions : int, optional\n ... | 1 |
{'name': 'parse_tcsh_args@src/python_scripts/afnipy/lib_apqc_io.py', 'description': 'Parse arguments for tcsh scripter.\n\nInput\n-----\nargv : list of args (not including prog name)\n\nReturn\n------\n\niopts : an object with the argument values stored, including a\n self-"check_req()" method, as well.', 'signature... | 0 |
{'name': 'split_scopes@info_popup.py', 'description': 'Splits "foo, bar, baz" into ["foo", "bar", "baz"]', 'signature': 'def split_scopes(scopes):'}</s>{'name': 'get_qualified_symbol_at_point@sublime_haskell_common.py', 'description': 'DOCSTRING', 'code': 'def get_qualified_symbol_at_point(view, point):\n return get... | 0 |
{'name': 'convertBezToOutline@python/psautohint/ufoFont.py', 'description': 'Since the UFO outline element as no attributes to preserve,\nI can just make a new one.', 'signature': 'def convertBezToOutline(bezString):'}</s>kEndToken = "end" | 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': 'safe_dump@Others_Labs/code/Survey-Survey/yaml/__init__.py', 'description': 'Serialize a Python object into a YAML stream.\nProduce only basic YAML tags.\nIf stream is None, return the produced string instead.', 'signature': 'def safe_dump(data, stream=None, **kwds):'}</s>{'name': 'Token@Others_Labs/code/Surve... | 0 |
{'name': 'MailerLiteApi.__init__@mailerlite/api.py', 'description': 'Initialize a new mailerlite.api object.\n\nParameters\n----------\napi_key : str\n Your mailerlite api_key.', 'signature': 'def __init__(self, api_key=None):'}</s>{'name': 'patch@mailerlite/client.py', 'description': 'Handle PATCH requests.\n\nPara... | 0 |
{'name': 'TestCore.test_bad_schema@tests/test_core.py', 'description': 'Test illegal JSON schema', 'signature': 'def test_bad_schema(self, bad_schema):'}</s>{'name': 'Response@notifiers/core.py', 'description': 'A wrapper for the Notification response.\n\n:param status: Response status string. ``SUCCESS`` or ``FAILED``... | 0 |
{'name': '_NestingState.Update@tools/caffe-sphereface/scripts/cpp_lint.py', 'description': 'Update nesting state with current line.\n\nArgs:\n filename: The name of the current file.\n clean_lines: A CleansedLines instance containing the file.\n linenum: The number of the line to check.\n error: The function to cal... | 0 |
{'name': 'Device.close@src/LabJackPython.py', 'description': 'close()\n\nCloses the device.\n\nOn Windows, this method only sets the device handle to None but does\nnot close the device. Instead use the Close function from the\nLabJackPython module which closes all devices in the program, and is\nthe only device close ... | 0 |
{'name': 'qald_run@utils/data_preparation_rdf_type.py', 'description': "'\n\nIf the query contains only rdf constraint and no other triple, it will push the rdf type to the\nconstraint candidate and there will be no positive or negative path in the query.\n\n'path_id': [u'+25212']", 'signature': 'def qald_run(test = T... | 0 |
{'name': 'IEWindow.ie_window@browser/ie.py', 'description': '获取Internet Explorer_Server对应的ie窗口\n ', 'signature': 'def ie_window(self):'}</s>{'name': '_ITEMLIST@qt4c/wincontrols.py', 'description': 'DOCSTRING', 'base_classes': ['list'], 'methods': [{'name': '_ITEMLIST.__getitem__@qt4c/wincontrols.py', 'descriptio... | 0 |
{'name': 'Analyzer.value@sqf/analyzer.py', 'description': 'Given a single token, recursively evaluates and returns its value', 'signature': 'def value(self, token, namespace_name=None):'}</s>{'name': 'SQFWarning@sqf/exceptions.py', 'description': 'Something that the interpreter understands but that is a bad practice or... | 1 |
{'name': 'convert_inspirations@code/html/generate_static_website.py', 'description': ':param inspirations:\n:param entries:\n:return:', 'signature': 'def convert_inspirations(inspirations, entries):'}</s>screenshots_path = entries_path / 'screenshots' | 0 |
{'name': 'opcode_map_c@Ghidra/Processors/RISCV/scripts/binutil.py', 'description': 'CR |funct4 | cr0711 | cr0206 | op |\nCI |funct3 | cop1212 | cr0711 | cop0206 | op |\nCSS |funct3 | cop0712 | cr0206 | op |\nCIW |funct3 | cop0512 | cr0204s | op |\nCL |funct3 | cop1012 | cs0709s | cop0506 | cr0204s | op |\nCS ... | 0 |
{'name': 'upload_mirabuf@exporter/SynthesisFusionAddin/src/APS/APS.py', 'description': "uploads mirabuf file to a specific folder in an APS project\nthe folder and project must be created and valid\nif the file has already been created, it will use the APS versioning API to upload it as a new file version\n\nparameters... | 1 |
{'name': 'TestUtils.test_recentre_traj@grand/tests/test_utils.py', 'description': 'Test that the recentre_traj() function works', 'signature': 'def test_recentre_traj(self):'}</s>{'name': 'add_ghosts@grand/utils.py', 'description': "Function to add water molecules to a topology, as extras for GCMC\nThis is to avoid cha... | 0 |
{'name': 'MessageReceiver._message_received@uamqp/receiver.py', 'description': 'Callback run on receipt of every message. If there is\na user-defined callback, this will be called.\nAdditionally if the client is retrieving messages for a batch\nor iterator, the message will be added to an internal queue.\n\n:param mess... | 0 |
{'name': 'Linter.lint_one@bioconda_utils/lint/__init__.py', 'description': 'Run the linter on a single recipe\n\nArgs:\n recipe_name: Mames of recipe to lint\n fix: Whether checks should attempt to fix detected issues\n\nReturns:\n List of collected messages', 'signature': 'def lint_one(self, recipe_name: str, fix: ... | 0 |
{'name': 'test_write_error_without_response_sent@tests/_sync/test_connection.py', 'description': 'If a server fully closes the connection while the client is sending\nthe request, then client should raise an error.\n\nSee also the `test_write_error_with_response_sent` test above.', 'signature': 'def test_write_error_wi... | 0 |
{'name': 'CheckBraces@tools/cpplint.py', 'description': 'Looks for misplaced braces (e.g. at the end of line).\n\nArgs:\n filename: The name of the current file.\n clean_lines: A CleansedLines instance containing the file.\n linenum: The number of the line to check.\n error: The function to call with any errors fou... | 0 |
{'name': '_AddMessageMethods@python/google/protobuf/internal/python_message.py', 'description': 'Adds implementations of all Message methods to cls.', 'signature': 'def _AddMessageMethods(message_descriptor, cls):'}</s>{'name': '_ConsumeInteger@python/google/protobuf/text_format.py', 'description': "Consumes an integer... | 0 |
{'name': 'ProcessLine@third_party/cpplint/cpplint.py', 'description': 'Processes a single line in the file.\n\nArgs:\n filename: Filename of the file that is being processed.\n file_extension: The extension (dot not included) of the file.\n clean_lines: An array of strings, each representing a line of the file,\n ... | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQCMD_CHANGE_AUTH_INFO = 79 | 0 |
{'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': 'TarInfo.frombuf@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/distlib/_backport/tarfile.py', 'description': 'Construct a TarInfo object from a 512 byte bytes object.\n ', 'signature': 'def frombuf(cls, buf, encoding, errors):'}</s>PAX_FORMAT = 2 | 0 |
{'name': 'yscale_anchored_text@src/mplhep/plot.py', 'description': 'Automatically scale y-axis up to fit AnchoredText\n\nParameters\n----------\n ax : matplotlib.axes.Axes, optional\n Axes object (if None, last one is fetched or one is created)\n otol : float, optional\n Tolerance for overlap, defau... | 1 |
{'name': 'info@ascmhl/commands.py', 'description': 'Prints information from the ASC MHL history\n\n\x08', 'signature': 'def info(verbose, single_file, root_path):'}</s>{'name': 'MissingMHLManifestException@ascmhl/errors.py', 'description': 'DOCSTRING', 'base_classes': ['click.ClickException'], 'methods': [{'name': 'Mis... | 0 |
{'name': 'MemoryFindTestCase.test_memory_find@llvm-project/lldb/test/API/functionalities/memory/find/TestMemoryFind.py', 'description': "Test the 'memory find' command.", 'signature': 'def test_memory_find(self):'}</s>{'name': 'skipUnlessArch@llvm-project/lldb/packages/Python/lldbsuite/test/decorators.py', 'description... | 0 |
{'name': 'dict@ring/func/asyncio.py', 'description': ':class:`dict` interface for :mod:`asyncio`.\n\n:see: :func:`ring.func.sync.dict` for common description.', 'signature': 'def dict('}</s>{'name': 'interface_attrs@ring/func/base.py', 'description': 'DOCSTRING', 'code': 'def interface_attrs(**kwargs):\n if "return_... | 0 |
{'name': 'APIConnection.__init__@qingcloud/iaas/connection.py', 'description': '@param qy_access_key_id - the access key id\n@param qy_secret_access_key - the secret access key\n@param zone - the zone id to access\n@param host - the host to make the connection to\n@param port - the port to use when connect to host\n@pa... | 0 |
{'name': 'stream_decode_response_unicode@src/requests/utils.py', 'description': 'Stream decodes an iterator.', 'signature': 'def stream_decode_response_unicode(iterator, r):'}</s>{'name': 'guess_json_utf@src/requests/utils.py', 'description': ':rtype: str', 'code': 'def guess_json_utf(data):\n """\n :rtype: str\n... | 0 |
{'name': 'HostRecordV6.ipv6addrs@infoblox_client/objects.py', 'description': ':meta private:', 'signature': 'def ipv6addrs(self):'}</s>{'name': 'LicenseGridwide@infoblox_client/objects.py', 'description': "LicenseGridwide: Gridwide license object.\nCorresponds to WAPI object 'license:gridwide'\n\nThis object represents... | 0 |
{'name': 'Structure.add_field@msldap/external/bloodhoundpy/lib/cstruct.py', 'description': 'Add a field to this structure.\n\nArgs:\n name: The field name.\n type_: The field type.\n offset: The field offset.', 'signature': 'def add_field(self, name, type_, offset=None):'}</s>COLOR_BLUE = "[1;34m" | 0 |
{'name': 'QueueManager.connect_tcp_client@code/pymqi/__init__.py', 'description': "Connect immediately to the remote Queue Manager 'name', using\na TCP Client connection, with channnel 'channel' and the\nTCP connection string 'conn_name'. All other connection\noptons come from 'cd'.", 'signature': 'def connect_tcp_clie... | 0 |
{'name': 'draw_isobars@pymeteo/skewt.py', 'description': 'Plot isobars on axes\n\n:parameter axes: The axes to draw on\n:type axes: :py:class:`matplotlib.axes`\n\nThis function draws isobars at intervals of 2*dp.', 'signature': 'def draw_isobars(axes):'}</s>{'name': 'linear@pymeteo/interp.py', 'description': 'DOCSTRING... | 0 |
{'name': 'Instruction.encode@riscvmodel/isa.py', 'description': 'TODO: document', 'signature': 'def encode(self) -> int:'}</s>{'name': 'InstructionIType@riscvmodel/isa.py', 'description': 'I-type instructions are registers that use one source register and an\nimmediate to produce a new value for the destination registe... | 0 |
{'name': 'BIDSLayout.add_derivatives@src/bids/layout/layout.py', 'description': 'Add BIDS-Derivatives datasets to tracking.\n\nParameters\n----------\npath : str or list\n One or more paths to BIDS-Derivatives datasets.\n Each path can point to either a derivatives/ directory\n containing one or more pipeline ... | 0 |
{'name': 'TestReadFromDevice.test_read_at_params@xbee/thread/tests/test_ieee.py', 'description': 'read and parse an AT command with a parameter', 'signature': 'def test_read_at_params(self):'}</s>{'name': 'stringToBytes@xbee/python2to3.py', 'description': 'string -> bytes\n\nConverts a string into an appropriate bytes ... | 0 |
{'name': 'NDInputAttrTree._renameAttr@scripts/mpylib/ui/mpynode_designer.py', 'description': 'Triggered when the user renames an attribute using the UI', 'signature': 'def _renameAttr(self, item, col):'}</s>{'name': 'NDErrorLog@scripts/mpylib/ui/mpynode_designer.py', 'description': 'QObject to hold a Signal that can be... | 0 |
{'name': 'TestConfigBase.setUpClass@test/test_config.py', 'description': 'Test case class common fixture setup.', 'signature': 'def setUpClass(cls):'}</s>{'name': 'drop_db@aardvark/manage.py', 'description': 'Drops the database. ', 'code': 'def drop_db():\n """ Drops the database. """\n db.drop_all()'} | 0 |
{'name': 'SensorHandler.start_arm_timer@custom_components/alarmo/sensors.py', 'description': 'start timer for automatical arming', 'signature': 'def start_arm_timer(self, entity):'}</s>ATTR_FORCE = "force" | 0 |
{'name': 'CheckLanguage@tools/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 file.\n clean_lines: A ... | 0 |
{'name': '_generate_unique_filename@vendor/attr/_make.py', 'description': 'Create a "filename" suitable for a function being generated.', 'signature': 'def _generate_unique_filename(cls, func_name):'}</s>{'name': 'get_run_validators@vendor/attr/_config.py', 'description': 'Return whether or not validators are run.\n\n.... | 0 |
{'name': 'RobotBuilder.build_robot@onshape_to_robot/robot_builder.py', 'description': 'Add recursively body nodes to the robot description.', 'signature': 'def build_robot(self, body_id: int):'}</s>{'name': 'RobotBuilder@onshape_to_robot/robot_builder.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'n... | 1 |
{'name': 'ElementDetail.from_data@src/nitpick/blender.py', 'description': 'Create an element detail from dict data.', 'signature': 'def from_data(cls, index: int, data: ElementData, jmes_key: str) -> ElementDetail:'}</s>{'name': 'quoted_split@src/nitpick/blender.py', 'description': 'Split a string by a separator, but c... | 0 |
{'name': 'mat2d.set_row_strlabs@src/python_scripts/afnipy/lib_mat2d_base.py', 'description': 'input a list of strings; must match number of mat rows', 'signature': 'def set_row_strlabs(self, L):'}</s>{'name': 'python_ver_float@src/python_scripts/afnipy/afni_base.py', 'description': 'return the python version, as a floa... | 0 |
{'name': 'Request.get_response@spider/network/request.py', 'description': '获取带有selector功能的response\n@param save_cached: 保存缓存 方便调试时不用每次都重新下载\n@return:', 'signature': 'def get_response(self, save_cached=False):'}</s>TAB_REQUSETS = "{table_folder}:z_requsets" | 0 |
{'name': 'make_group_dict@ansible_extras/lookup_plugins/get_users.py', 'description': 'Create dictionary from group record.', 'signature': 'def make_group_dict(gid):'}</s>DOCUMENTATION = "
---
module: get_users
short_description:
- A module for gathering facts about Linux users.
description:
- This module gathe... | 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': '_main_worker@rio_rgbify/mbtiler.py', 'description': 'Util for setting global vars w/ a Pool', 'signature': 'def _main_worker(inpath, g_work_func, g_args):'}</s>{'name': '_tile_worker@rio_rgbify/mbtiler.py', 'description': 'For each tile, and given an open rasterio src, plus a`global_args` dictionary\nwith att... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQOT_TT_CHANNEL = 1020 | 0 |
{'name': 'TranscriptionEvaluationMixin.compute_wer@montreal_forced_aligner/transcription/transcriber.py', 'description': 'Evaluates the transcripts if there are reference transcripts\n\nRaises\n------\n:class:`~montreal_forced_aligner.exceptions.KaldiProcessingError`\n If there were any errors in running Kaldi binar... | 0 |
{'name': '_makeTags@scripts/pdns/lib/python2.7/site-packages/pkg_resources/_vendor/pyparsing.py', 'description': 'Internal helper to construct opening and closing tag expressions, given a tag name', 'signature': 'def _makeTags(tagStr, xml):'}</s>{'name': 'pyparsing_common@scripts/pdns/lib/python2.7/site-packages/pkg_re... | 0 |
{'name': 'DarwinLogEventBasedTestBase.do_test@lldb/packages/Python/lldbsuite/test/darwin_log.py', 'description': 'Runs the test inferior, returning collected events.\n\nThis method runs the test inferior to the first breakpoint hit.\nIt then adds a listener for structured data events, and collects\nall events from that... | 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>MQQMSTA_QUIESCING = 3 | 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>{'name': 'simxGet... | 0 |
{'name': 'PerImageEvaluation._compute_is_class_correctly_detected_in_image@alphaction/dataset/datasets/evaluation/ava/pascal_evaluation/per_image_evaluation.py', 'description': 'Compute CorLoc score for a single class.\n\nArgs:\n detected_boxes: A numpy array of shape [N, 4] representing detected box\n coordinate... | 1 |
{'name': 'define_D@upit/models/junyanz.py', 'description': "Create a discriminator\n\nParameters:\n input_nc (int) -- the number of channels in input images\n ndf (int) -- the number of filters in the first conv layer\n netD (str) -- the architecture's name: basic | n_layers | pixel\n n... | 1 |
{'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>MQCACF_APPL_TAG = 3058 | 0 |
{'name': 'Comment.get@AO3/comments.py', 'description': 'Request a web page and return a Response object', 'signature': 'def get(self, *args, **kwargs):'}</s>requester = Requester() | 1 |
{'name': 'find_intermediate_genes@cblaster/intermediate_genes.py', 'description': 'Main function called for finding intermediate genes.\n\nArgs:\n session (Session): cblaster Session object\n gene_distance (int): the extra distance around a cluster to collect genes from\n max_clusters (int): maximum amount of ... | 0 |
{'name': 'MaskedArray.__imul__@venv/Lib/site-packages/numpy/ma/core.py', 'description': 'Multiply self by other in-place.', 'signature': 'def __imul__(self, other):'}</s>ceil = _MaskedUnaryOperation(umath.ceil) | 0 |
{'name': 'template@3rdparty/mongo-c-driver-1.26.2/build/bottle.py', 'description': 'Get a rendered template as a string iterator.\nYou can use a name, a filename or a template string as first parameter.\nTemplate rendering arguments can be passed as dictionaries\nor directly (as keyword arguments).', 'signature': 'def ... | 0 |
{'name': 'dictOf@tests/_lib_vendors/pkg_resources/_vendor/pyparsing.py', 'description': 'Helper to easily and clearly define a dictionary by specifying the respective patterns\nfor the key and value. Takes care of defining the C{L{Dict}}, C{L{ZeroOrMore}}, and C{L{Group}} tokens\nin the proper order. The key pattern ... | 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>MQCMD_START_SMDSCONN = 197 | 0 |
{'name': 'test_gossip@test.py', 'description': 'Create a network of lightningd nodes and connect to it using 2 new nodes\n ', 'signature': 'def test_gossip(node_factory, bitcoind, impls):'}</s>{'name': 'test_reconnect@test.py', 'description': 'DOCSTRING', 'code': 'def test_reconnect(bitcoind, node_factory, impls):\n... | 0 |
{'name': 'SectionHeader.new_member@pcapng/blocks.py', 'description': "Helper method to create a block that's a member of this section", 'signature': 'def new_member(self, cls, **kwargs):'}</s>LINKTYPE_MTP3 = 141 | 0 |
{'name': 'GaussianDiffusion.p_mean_variance@src/modeling/diffusion/gaussian_diffusion.py', 'description': "Apply the model to get p(x_{t-1} | x_t), as well as a prediction of\nthe initial x, x_0.\n\n:param model: the model, which takes a signal and a batch of timesteps\n as input.\n:param x: the [N x C x .... | 1 |
{'name': 'YoloLoss.__init__@train/detector/yolo/backend/loss.py', 'description': '# Args\n grid_size : int\n batch_size : int\n anchors : list of floats\n nb_box : int\n nb_class : int\n true_boxes : Tensor instance', 'signature': 'def __init__(self,'}</s>{'name': '_Activator@train/detector/yolo/backe... | 1 |
{'name': 'create_train_input_fn@object_detection/inputs.py', 'description': 'Creates a train `input` function for `Estimator`.\n\nArgs:\n train_config: A train_pb2.TrainConfig.\n train_input_config: An input_reader_pb2.InputReader.\n model_config: A model_pb2.DetectionModel.\n\nReturns:\n `input_fn` for `Estimator`... | 0 |
{'name': 'convert_RNN@scratch/converters/modules/converters/mx2onnx_conv/onnx/mx2onnx/_op_translations.py', 'description': "Map MXNet's RNN operator attributes to onnx's RNN operator\nand return the created node.", 'signature': 'def convert_RNN(node, **kwargs):'}</s>{'name': 'transform_padding@scratch/converters/module... | 0 |
{'name': 'ProcessLine@compiler-rt/lib/sanitizer_common/scripts/cpplint.py', 'description': 'Processes a single line in the file.\n\nArgs:\n filename: Filename of the file that is being processed.\n file_extension: The extension (dot not included) of the file.\n clean_lines: An array of strings, each representing a l... | 0 |
{'name': 'loadPlugins@packstack/installer/run_setup.py', 'description': 'Load All plugins from ./plugins', 'signature': 'def loadPlugins():'}</s>INFO_ADDTIONAL_MSG = "Additional information:" | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.