text
string
label
int64
{'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': 'NDWatchVarsWidget@scripts/mpylib/ui/mpynode_designer.py', 'description': 'DOCSTRING', 'base_classes': [...
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': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQRT_EXPIRY = 2
0
{'name': '_BuildBootableImage@tools/releasetools/common.py', 'description': "Build a bootable image from the specified sourcedir.\n\nTake a kernel, cmdline, and optionally a ramdisk directory from the input (in\n'sourcedir'), and turn them into a boot image. 'two_step_image' indicates if\nwe are building a two-step spe...
0
{'name': 'read_pw_output@mcu/qe/qe_io.py', 'description': 'Read the output generated by pw.x', 'signature': 'def read_pw_output(filename): '}</s>{'name': 'read_projwfc_output@mcu/qe/qe_io.py', 'description': "Read the output generated by projwfc.x\n\nOutput:\n\n out['site'] : site #\n out['species'] ...
0
{'name': 'GroupFLT.subtract_median_filter@grizli/multifit.py', 'description': 'Remove a median filter calculated along the dispersion axis.\n\nParameters\n----------\nfilter_size : int\n Size of the median filter.\n\nfilter_central : int\n Mask the central `filter_central` pixels of the filter.\n\nrevert : bool\n...
0
{'name': 'get_cmdclass@versioneer.py', 'description': 'Get the custom setuptools subclasses used by Versioneer.\n\nIf the package uses a different cmdclass (e.g. one from numpy), it\nshould be provide as an argument.', 'signature': 'def get_cmdclass(cmdclass: Optional[Dict[str, Any]] = None):'}</s>{'name': 'git_get_key...
0
{'name': 'PyJWK.__init__@jwt/api_jwk.py', 'description': "A class that represents a `JSON Web Key <https://www.rfc-editor.org/rfc/rfc7517>`_.\n\n:param jwk_data: The decoded JWK data.\n:type jwk_data: dict[str, typing.Any]\n:param algorithm: The key algorithm. If not specified, the key's ``alg`` will be used.\n:type al...
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>MQCMDL_LEVEL_221 = 221
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': 'multi_threaded_tiling@auxiliary/gdal2customtiles/legacy/gdal2tiles_3.5.2.py', 'description': ...
0
{'name': 'ExchangeRates._parse@pycbrf/rates/basic.py', 'description': 'Parse raw XML strings to the dict of BetaExchangeRates', 'signature': 'def _parse(cls, data: bytes, *, locale_en: bool) -> Dict[str, Union[datetime, Dict[Currency, ExchangeRate]]]:'}</s>{'name': 'ExchangeRate@pycbrf/rates/basic.py', 'description': '...
1
{'name': '__listAllUE9Unix@src/LabJackPython.py', 'description': 'Private listAll function for use on unix and mac machines to find UE9s.\n ', 'signature': 'def __listAllUE9Unix(connectionType):'}</s>LJ_chTDAC_SERIAL_NUMBER = 5120
0
{'name': 'PDFDocument.read_xref_from@pdfminer3/pdfdocument.py', 'description': 'Reads XRefs from the given location.', 'signature': 'def read_xref_from(self, parser, start, xrefs):'}</s>{'name': 'PDFXRefStream@pdfminer3/pdfdocument.py', 'description': 'DOCSTRING', 'base_classes': ['PDFBaseXRef'], 'methods': [{'name': '...
1
{'name': 'SlackClient.get_all@limbo/slack.py', 'description': 'Return all objects in an api_method, handle pagination, and pass\nkwargs on to the method being called.\n\nFor example, "users.list" returns an object like:\n\n{\n "members": [{<member_obj>}, {<member_obj_2>}],\n "response_metadata": {\n "next_...
1
{'name': 'test_model_from_data@tests/mlmc/test_MLMCSimulator.py', 'description': 'Executes simulate() with models and inputs created from files\nto ensure there are no exceptions while performing basic functionality.', 'signature': 'def test_model_from_data(data_input, models_from_data):'}</s>{'name': 'filename_2d_5_c...
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': 'ModbusClient.read_discrete_inputs@pyModbusTCP/client.py', 'description': 'Modbus function READ_DISCRETE_INPUTS (0x02).\n\n:param bit_addr: bit address (0 to 65535)\n:type bit_addr: int\n:param bit_nb: number of bits to read (1 to 2000)\n:type bit_nb: int\n:returns: bits list or None if error\n:rtype: list of ...
0
{'name': 'IPDatabase.export_cadence@ipstools/ipstools/IPDatabase.py', 'description': 'Exports analyze scripts to be used for ASIC synthesis in Cadence RTL Compiler.\n\n :param script_path: The path where the Makefiles are collected\n :type script_path: str\n\n :param target_tech: Target si...
0
{'name': 'pointer_image@datoviz/__init__.py', 'description': 'Return a NumPy array of uint8 with shape (height, width, n_channels=3) from an ndpointer\nreferring to a C pointer to a buffer of RGB uint8 values.', 'signature': 'def pointer_image(rgb, width, height, n_channels=3):'}</s>SHADER_GEOMETRY = 8
0
{'name': 'CosS3Client.ci_auditing_image_batch@qcloud_cos/cos_client.py', 'description': "图片同步批量审核接口 https://cloud.tencent.com/document/product/436/63593\n\n:param Bucket(string): 存储桶名称.\n:param Input(dict array): 需要审核的图片信息,每个array元素为dict类型,支持的参数如下:\n Object: 存储在 COS 存储桶中的图片文件名称,例如在目录 test 中的文件 image....
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>MQIA_ACCOUNTING_CONN_OVERRIDE = 136
0
{'name': 'Serial._update_dtr_state@serial/serialwin32.py', 'description': 'Set terminal status line: Data Terminal Ready', 'signature': 'def _update_dtr_state(self):'}</s>{'name': 'to_bytes@serial/serialutil.py', 'description': 'convert a sequence to a bytes type', 'code': 'def to_bytes(seq):\n """convert a sequence...
0
{'name': 'IterateProtocol.__call__@quapy/protocol.py', 'description': 'Yields one sample from the initial list at a time\n\n:return: yields a tuple `(sample, prev) at a time, where `sample` is a set of instances\n and in which `prev` is an `nd.array` with the class prevalence values', 'signature': 'def __call__(self...
0
{'name': 'GlyphsBuilder._fake_designspace@Lib/glyphsLib/builder/builders.py', 'description': 'Build a fake designspace with the given UFOs as sources, so that all\nbuilder functions can rely on the presence of a designspace.', 'signature': 'def _fake_designspace(self, ufos):'}</s>{'name': 'pairwise@Lib/glyphsLib/util.p...
0
{'name': 'compile@mako/codegen.py', 'description': 'Generate module source code given a parsetree node,\nuri, and optional source filename', 'signature': 'def compile(node,'}</s>{'name': 'TemplateLookupException@mako/exceptions.py', 'description': 'DOCSTRING', 'base_classes': ['MakoException'], 'methods': []}
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': 'combine_logs@tests/other/stresstest.py', 'description': 'write all lines (iterable) into a single log file.', 'signature': 'def combine_logs(combinedlog, iterable, mode="wb"):'}</s>{'name': 'iter_lognames@tests/other/stresstest.py', 'description': 'Generator for log file names based on a rotation scheme', 'co...
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': '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': '_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': 'run@TDScanner/sqlmap/thirdparty/bottle/bottle.py', 'description': 'Start a server instance. This method blocks until the server terminates.\n\n:param app: WSGI application or target string supported by\n :func:`load_app`. (default: :func:`default_app`)\n:param server: Server adapter to use. See :data:`s...
0
{'name': 'Circuit.id@discopy/quantum/circuit.py', 'description': 'The identity circuit on a given domain.\n\nParameters:\n dom : The domain (and codomain) of the identity,\n or ``qubit ** dom`` if ``dom`` is an ``int``.', 'signature': 'def id(cls, dom: int | Ty = None):'}</s>HAS_NO_ATTRIBUTE = "{!r} object ...
0
{'name': 'test_provides@integration_tests/tests/tests/test_main.py', 'description': 'articles -> w/o provide (get age value from service b)\narticlesWithAuthorAgeProvide -> w/ provide (get age value from service c)\n\n:return:', 'signature': 'def test_provides():'}</s>{'name': 'test_avoid_duplication_of_key_decorator@i...
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': 'fpToSBV@src/api/python/z3/z3.py', 'd...
0
{'name': 'ConnectToNetwork@gmacpyutil/gmacpyutil/airport.py', 'description': 'Attempt to connect to a network.\n\nIf one of |GUEST_NETWORKS| is available nearby, will connect to that.\nOtherwise, will offer a list of networks to connect to.\nArgs:\n withcancelbutton: True to add a Cancel button to the Wi-Fi picker dia...
0
{'name': 'Testrpca.test_auto_rpca@deicode/q2/tests/test_method.py', 'description': 'Tests the basic validity of the actual auto_rpca().', 'signature': 'def test_auto_rpca(self):'}</s>{'name': 'create_test_table@deicode/q2/tests/test_method.py', 'description': 'DOCSTRING', 'code': "def create_test_table():\n _, test_...
0
{'name': 'device_removed@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'A device is removed', 'signature': 'def device_removed(notification):'}</s>{'name': 'follow_address@tools/ble_sniffer/extcap/nrf_sniffer_ble.py', 'description': 'Add LE address to device list', 'code': 'def follow_address(sniffer, pa...
0
{'name': 'clip_small_contribution_pixel@icnn/utils.py', 'description': 'clip pixels with small contribution', 'signature': 'def clip_small_contribution_pixel(img, grad, pct=1):'}</s>{'name': 'clip_extreme_value@icnn/utils.py', 'description': 'clip the pixels with extreme values', 'code': "def clip_extreme_value(img, pc...
0
{'name': 'TestNoApiKeyOrder.test_get_ip_whitelist@api-sdk/test.py', 'description': '获取ip白名单 ', 'signature': 'def test_get_ip_whitelist(self):'}</s>{'name': 'TestDpsOrder@api-sdk/test.py', 'description': '私密代理 ', 'base_classes': ['TestBase2'], 'methods': [{'name': 'TestDpsOrder.test_get_proxy@api-sdk/test.py', 'descript...
0
{'name': 'Condition.statistics@src/anyio/_core/_synchronization.py', 'description': 'Return statistics about the current state of this condition.\n\n.. versionadded:: 3.0', 'signature': 'def statistics(self) -> ConditionStatistics:'}</s>{'name': 'LockAdapter@src/anyio/_core/_synchronization.py', 'description': 'DOCSTRI...
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': '_get_delocate_generator_header@delocate/delocating.py', 'description': "Return Delocate's version info to be appended to the WHEEL metadata.", 'signature': 'def _get_delocate_generator_header() -> tuple[str, str]:'}</s>{'name': 'write_pkg_info@delocate/pkginfo.py', 'description': 'Write to a PKG-INFO or METAD...
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': 'TodoistAPI.query@todoist/api.py', 'description': 'DEPRECATED: query endpoint is deprecated for a long time and this\nmethod will be removed in the next major version of todoist-python', 'signature': 'def query(self, queries, **kwargs):'}</s>{'name': 'SectionsManager@todoist/managers/sections.py', 'description...
0
{'name': 'lldp@src/lldp.py', 'description': 'LLDP general function\n:param url: Base URL\n:param cookie: Cookie Value\n:param kwargs:\n keyword info: Type of Info which has to be retrieve - "local", "remote" or "global" values are supported\n:return: return the sub-function result\n:Example:\n\nresult = cli(base_url...
0
{'name': '__reassign_times@librosa/core/spectrum.py', 'description': 'Time reassignments based on a spectrogram representation.\n\nThe reassignment vector is calculated using equation 5.23 in Flandrin,\nAuger, & Chassande-Mottin 2002::\n\n t_reassigned = t + np.real(S_th/S_h)\n\nwhere ``S_h`` is the complex STFT cal...
0
{'name': 'Win32Serial.setRTS@stino/pyarduino/base/pyserial/serialwin32.py', 'description': 'Set terminal status line: Request To Send', 'signature': 'def setRTS(self, level=1):'}</s>LPCVOID = c_void_p
0
{'name': 'MatchListener.exitObservationExpressionStartStop@stix2matcher/matcher.py', 'description': 'Consumes (1) a time interval as a pair of datetime.datetime objects,\n and (2) a generator of bindings.\nProduces a generator of bindings which are temporally filtered according\n to the given time interval. A bindin...
1
{'name': 'loess@src/pyinterp/fill.py', 'description': 'Filter values using a locally weighted regression function or LOESS. The\nweight function used for LOESS is the tri-cube weight function,\n:math:`w(x)=(1-|d|^3)^3`.\n\nArgs:\n mesh: Grid function on a uniform 2-dimensional grid to be filled.\n nx: Number of p...
0
{'name': 'Darknet.save_darknet_weights@yolo_utils.py', 'description': '@:param path - path of the new weights file\n@:param cutoff - save layers between 0 and cutoff (cutoff = -1 -> all are saved)', 'signature': 'def save_darknet_weights(self, path, cutoff=-1):'}</s>{'name': 'to_cpu@yolo_utils.py', 'description': '...
0
{'name': 'create_eval_input_fn@object_detection/inputs.py', 'description': 'Creates an eval `input` function for `Estimator`.\n\nArgs:\n eval_config: An eval_pb2.EvalConfig.\n eval_input_config: An input_reader_pb2.InputReader.\n model_config: A model_pb2.DetectionModel.\n\nReturns:\n `input_fn` for `Estimator` in ...
0
{'name': 'document@cloud_browser/views.py', 'description': 'View single document from path.\n\n:param request: The request.\n:param path: Path to resource, including container as first part of path.', 'signature': 'def document(request, path=""):'}</s>{'name': '_get_context_data@cloud_browser/views.py', 'description': ...
1
{'name': 'n_terminal_asparagine@vaxrank/manufacturability.py', 'description': 'Asparagine at the N-terminus of a peptide is also hard\nto synthesize, though not as bad as {Gln, Glu, Cys}', 'signature': 'def n_terminal_asparagine(amino_acids):'}</s>ManufacturabilityScores = combine_scoring_functions( # GRAVY score ...
0
{'name': 'View.analyze_cluster@picasso/gui/render.py', 'description': 'Clusters picked locs using k-means clustering. ', 'signature': 'def analyze_cluster(self):'}</s>{'name': 'InfoDialog@picasso/gui/render.py', 'description': 'A class to show information about the current display, fit\nprecision, number of locs and pi...
0
{'name': 'BreakpointCommandTestCase.breakpoint_command_sequence@lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/breakpoint_command/TestBreakpointCommand.py', 'description': 'Test a sequence of breakpoint command add, list, and delete.', 'signature': 'def breakpoint_command_sequence(self):'}</s>CURRENT_EX...
1
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQAPPL_IMMOVABLE = 0
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': 'prepare_sample_table_for_atlas@atlas/init/atlas_init.py', 'description': 'Write the file `samples.tsv` and complete the sample names and paths for all\nfiles in `path`.\nArgs:\n path_to_fastq (str): fastq/fasta data directory', 'signature': 'def prepare_sample_table_for_atlas('}</s>logger = logging.get...
1
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQIACF_REPLACE = 1006
0
{'name': 'MessageSetItemDecoder@third_party/dawn/third_party/protobuf/python/google/protobuf/internal/decoder.py', 'description': 'Returns a decoder for a MessageSet item.\n\nThe parameter is the message Descriptor.\n\nThe message set message looks like this:\n message MessageSet {\n repeated group Item = 1 {\n ...
0
{'name': 'refine_detections_graph@Mask_RCNN/mrcnn/model.py', 'description': 'Refine classified proposals and filter overlaps and return final\ndetections.\n\nInputs:\n rois: [N, (y1, x1, y2, x2)] in normalized coordinates\n probs: [N, num_classes]. Class probabilities.\n deltas: [N, num_classes, (dy, dx, log(d...
0
{'name': 'OrderFileTestCase.test@llvm-project/lldb/test/API/macosx/order/TestOrderFile.py', 'description': 'Test debug symbols follow the correct order by the order file.', 'signature': 'def test(self):'}</s>{'name': 'packetlog_get_dylib_info@llvm-project/lldb/packages/Python/lldbsuite/test/lldbutil.py', 'description':...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQPO_NO = 0
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': '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': '_Filt...
0
{'name': 'main@3rdparty/mongo-c-driver-1.26.2/build/calc_release_version.py', 'description': 'The algorithm is roughly:\n\n - Is the --next-minor flag passed? If "yes", then return the next minor\n release with a pre-release marker.\n - Is the current HEAD associated with a tag that looks like a release\n ...
0
{'name': 'IUZone.as_dict@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Return this zone as a dict', 'signature': 'def as_dict(self, extended=False) -> OrderedDict:'}</s>SERVICE_RESUME = "resume"
0
{'name': '_change_precision_pact@nemo/transf/utils.py', 'description': 'Changes the target precision of a PACT quantization-aware layer.\n\n\n:param bits: target bit-width.\n:type bits: `int`\n\n:param scale_activations: if False, do not change precision of activations (default True).\n:type scale_activations: boolea...
0
{'name': 'main._generate_band@mcu/crystal/crystal.py', 'description': 'Processing/collecting the band data before the plotting function\n ', 'signature': 'def _generate_band(self, filename=None, efermi=None, spin=0, klabel=None):'}</s>EVTOKCAL = 23.06
0
{'name': 'CheckBraces@ament_cpplint/ament_cpplint/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 ca...
0
{'name': 'OpticalProduct._open_bands@eoreader/products/optical/optical_product.py', 'description': 'Open bands from disk.\n\nArgs:\n band_paths (dict): Band dict: {band_enum: band_path}\n pixel_size (float): Band pixel size in meters\n size (Union[tuple, list]): Size of the array (width, height). Not used if p...
0
{'name': 'OpticalProduct._open_bands@eoreader/products/optical/optical_product.py', 'description': 'Open bands from disk.\n\nArgs:\n band_paths (dict): Band dict: {band_enum: band_path}\n pixel_size (float): Band pixel size in meters\n size (Union[tuple, list]): Size of the array (width, height). Not used if p...
0
{'name': 'ReplaceByFeeTest.test_opt_in@test/functional/feature_rbf.py', 'description': 'Replacing should only work if orig tx opted in', 'signature': 'def test_opt_in(self):'}</s>{'name': 'make_change@test/functional/test_framework/util.py', 'description': 'Create change output(s), return them', 'code': 'def make_chang...
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': 'Mixin.send_to_asana@alertlib/asana.py', 'description': 'Automatically create an Asana task for the alert.\n\nArguments (reference asana.com/developers/api-reference/tasks#create):\n\n project: string name of the project for this task.\n The project name must be a valid name of a project in\n ...
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': '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': 'GPGKey.existing_files@deb_pkg_tools/gpg.py', 'description': 'A list of strings with the filenames of existing GnuPG data files.\n\nThe content of this list depends on the GnuPG version:\n\n- On GnuPG >= 2.1 and/or when :attr:`directory` has been set (also on\n GnuPG < 2.1) any files in or below :attr:`direct...
0
{'name': 'NewDatabase.write_superstructure_db_to_brightway@premise/new_database.py', 'description': 'Register a super-structure database,\naccording to https://github.com/dgdekoning/brightway-superstructure\n:param name: name of the super-structure database\n:param filepath: filepath of the "scenarios difference file"\...
0
{'name': 'add_constructor@Others_Labs/code/Survey-Survey/yaml/__init__.py', 'description': 'Add a constructor for the given tag.\nConstructor is a function that accepts a Loader instance\nand a node object and produces the corresponding Python object.', 'signature': 'def add_constructor(tag, constructor, Loader=Loader)...
1
{'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': 'ZWaveServices.add_node@custom_components/zwave_mqtt/services.py', 'description': 'Enter inclusion mode on the controller.', 'signature': 'def add_node(self, service):'}</s>SERVICE_REMOVE_NODE = "remove_node"
0
{'name': 'VearchVectorStore.__init__@sdk/integrations/llama-index/vearchdb.py', 'description': 'Initialize vearch vector store', 'signature': 'def __init__('}</s>logger = logging.getLogger(__name__)
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': 'render@external/containers/emu/_version.py', 'description': 'Render the given version pieces into the requested style.', 'signature': 'def render(pieces, style):'}</s>{'name': 'git_versions_from_keywords@external/containers/emu/_version.py', 'description': 'Get version information from git keywords.', 'code':...
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>MQIACF_REPLACE = 1006
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIACF_REMOVE_AUTHREC = 1398
0
{'name': 'replace@yaql/standard_library/date_time.py', 'description': ':yaql:replace\n\nReturns datetime object with applied replacements.\n\n:signature: dt.replace(year => null, month => null, day => null,\n hour => null, minute => null, second => null,\n microsecond => null...
0
{'name': 'save_predictions@fake news challenge (FNC-1)/util.py', 'description': 'Save predictions to CSV file\nArgs:\n pred: numpy array, of numeric predictions\n file: str, filename + extension', 'signature': 'def save_predictions(pred, file):'}</s>label_ref = {'agree': 0, 'disagree': 1, 'discuss': 2, 'unrelated...
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 ...
0
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQIACF_ROUTE_DELIVERY = 1239
0
{'name': 'map_misp_attribute_to_zeek@shared/bin/zeek_threat_feed_utils.py', 'description': 'Maps a MISP attribute to Zeek intel items\n@see https://docs.zeek.org/en/current/scripts/base/frameworks/intel/main.zeek.html#type-Intel::Type\n@param attribute The MISPAttribute to convert\n@return a list containing the Zeek in...
1
{'name': 'authenticate@src/server/server.py', 'description': 'Sends a 401 response that enables basic auth.', 'signature': 'def authenticate():'}</s>ShutdownButtonInputHandler = None
0
{'name': 'Lexer.wrap@third_party/dawn/third_party/jinja2/lexer.py', 'description': 'This is called with the stream as returned by `tokenize` and wraps\nevery token in a :class:`Token` and converts the value.', 'signature': 'def wrap('}</s>{'name': 'Failure@third_party/dawn/third_party/jinja2/lexer.py', 'description': '...
0
{'name': 'get_address_list@src/future/backports/email/_header_value_parser.py', 'description': 'address_list = (address *("," address)) / obs-addr-list\n obs-addr-list = *([CFWS] ",") address *("," [address / CFWS])\n\nWe depart from the formal grammar here by continuing to parse until the end\nof the input, assumin...
0
{'name': 'test_invalid_signal_tuple_length@tests/test_wait_signal.py', 'description': 'Test that a ValueError is raised when not providing a signal+name tuple with exactly 2 elements\nas signal parameter.', 'signature': 'def test_invalid_signal_tuple_length(qtbot, signaller):'}</s>{'name': 'TestAllSignalsAndArgs@tests/...
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': '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': 'parse_uvs_file@make_bw_font.py', 'description': "Parses an Unicode Variation Sequences text file.\nReturns a list of tuples in the form\n(unicodeValue, variationSelector, glyphName).\n'unicodeValue' and 'variationSelector' are integer code points.\n'glyphName' may be None, to indicate this is the default vari...
0
{'name': 'test_get_key_info_for_fmap_assignment@heudiconv/tests/test_bids.py', 'description': 'Test get_key_info_for_fmap_assignment.\n\nlabel_size and label_seed are used for the "CustomAcquisitionLabel" matching\nparameter. label_size is the size of the random label while label_seed is\nthe seed for the random label ...
1