text string | label int64 |
|---|---|
{'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': 'ProcessFileData@scripts/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 ... | 0 |
{'name': 'RenderCar._render_pascal@car/render_car.py', 'description': "Parameters\n----------\nmode: string\n ['train', 'valid']\nr1: resize ratio of height to width\n\nReturns\n----------", 'signature': 'def _render_pascal(self, mode, r1=1.0):'}</s>{'name': 'jetson_onboard_camera@yolo_modules/yolo_cv.py', 'descriptio... | 0 |
{'name': 'HyperFrameRecord.add_frames@disdat/hyperframe.py', 'description': "Add frames to the PB. If UUID, just add the UUID. If a FrameRecord,\nthen add both the UUID in the pb.frames map and the FrameRecord in the frame_cache.\n\nArgs:\n frames (:list:'FrameRecord' or :list:tuple:str,str): List of Frames to app... | 0 |
{'name': '_validate_args@kayobe/kolla_ansible.py', 'description': 'Validate Kayobe Ansible arguments.', 'signature': 'def _validate_args(parsed_args, inventory_filename):'}</s>{'name': 'copy_dir@kayobe/utils.py', 'description': 'Copy recursively a directory.\n\n:param src: path of the source directory\n:param dest: des... | 0 |
{'name': 'Example.pad_encoder_input@batcher_classification.py', 'description': 'Pad the encoder input sequence with pad_id up to max_len.', 'signature': 'def pad_encoder_input(self, max_sen_len, pad_id):'}</s>FLAGS = tf.app.flags.FLAGS | 0 |
{'name': 'decode_and_plot_events1D@nelpy/plotting/decoding.py', 'description': "bst : BinnedSpikeTrainArray\ntc : TuningCurve1D\nraster : bool\nst : SpikeTrainArray, optional\nst_order : string, optional\n = ['track', 'first', 'random']\nevt_subset : list, optional\n List of integer indices. If the list is not so... | 0 |
{'name': 'ConfigObj.write@BlDevCube/lib.bflb_configobj.pyc.py', 'description': "Write the current ConfigObj as a file\n\ntekNico: FIXME: use StringIO instead of real files\n\n>>> filename = a.filename\n>>> a.filename = 'test.ini'\n>>> a.write()\n>>> a.filename = filename\n>>> a == ConfigObj('test.ini', raise_errors=Tru... | 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>FUNCTIONS_LIST = "Functions list" | 0 |
{'name': 'lprint@art/functions.py', 'description': 'Print a grid (length X height) of the given character.\n\n:param length: the grid length\n:type length: int\n:param height: the grid height\n:type height: int\n:param char: target character\n:type char: str\n:return: None', 'signature': "def lprint(length=15, height=1... | 0 |
{'name': 'IntegratedGradient.get_top_features_from_gradients@scnym/interpret.py', 'description': 'Get the top features from a set of pre-computed integrated\ngradients.\n\nParameters\n----------\ntarget_class : str\n target class with gradients stored in `self.grads_for_class[target_class]`.\ngradients : pd.DataFram... | 0 |
{'name': 'dist_train@espnet/asr/pytorch_backend/asr_ddp.py', 'description': 'Initialize torch.distributed.', 'signature': 'def dist_train(gpu, args):'}</s>{'name': 'StreamingConverter@espnet/asr/pytorch_backend/asr_ddp.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'methods': [{'name': 'StreamingConverter... | 1 |
{'name': 'get_devices@py/bitbox02/bitbox02/communication/devices.py', 'description': 'Scans devices and returns a list of hid device info objects.', 'signature': 'def get_devices(product_string: str, interface_number: int = 0) -> List[DeviceInfo]:'}</s>{'name': 'NoneFoundException@py/bitbox02/bitbox02/communication/dev... | 0 |
{'name': 'load_ipython_extension@pyFileFixity/lib/profilers/memory_profiler/memory_profiler.py', 'description': 'This is called to load the module as an IPython extension.', 'signature': 'def load_ipython_extension(ip):'}</s>{'name': 'memory_usage@pyFileFixity/lib/profilers/memory_profiler/memory_profiler.py', 'descrip... | 0 |
{'name': 'rot_by_axis@python/taichi/math/mathimpl.py', 'description': 'Returns the 4x4 matrix representation of a 3d rotation with given axis `axis` and angle `ang`.\n\nArgs:\n axis (vec3): rotation axis\n ang (float): angle in radians unit\n\nReturns:\n :class:`~taichi.math.mat4`: rotation matrix', 'signature... | 0 |
{'name': 'CheckStyle@llvm-12.0.0-project/compiler-rt/lib/sanitizer_common/scripts/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 leng... | 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': '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': 'dist_factory@tests/_lib_vendors/pkg_resources/__init__.py', 'description': 'Return a dist_factory for a path_item and entry', 'signature': 'def dist_factory(path_item, entry, only):'}</s>{'name': 'PathMetadata@tests/_lib_vendors/pkg_resources/__init__.py', 'description': 'Metadata provider for egg directories... | 0 |
{'name': 'generate_anchors@lib/rpn_util.py', 'description': 'Generates the anchors according to the configuration and\n(optionally) based on the imdb properties.', 'signature': 'def generate_anchors(conf, imdb, cache_folder):'}</s>{'name': 'imread@lib/util.py', 'description': 'DOCSTRING', 'code': 'def imread(path):\n\n... | 0 |
{'name': 'TopLevelMixin.repeat@altair/vegalite/v5/api.py', 'description': "Return a RepeatChart built from the chart\n\nFields within the chart can be set to correspond to the row or\ncolumn using `alt.repeat('row')` and `alt.repeat('column')`.\n\nParameters\n----------\nrepeat : list\n a list of data column names t... | 0 |
{'name': 'plot_seasonality@python/prophet/plot.py', 'description': "Plot a custom seasonal component.\n\nParameters\n----------\nm: Prophet model.\nname: Seasonality name, like 'daily', 'weekly'.\nax: Optional matplotlib Axes to plot on. One will be created if\n this is not provided.\nuncertainty: Optional boolean t... | 1 |
{'name': '_synchronize_async_fixture@pytest_asyncio/plugin.py', 'description': 'Wraps the fixture function of an async fixture in a synchronous function.', 'signature': 'def _synchronize_async_fixture(fixturedef: FixtureDef) -> None:'}</s>ASYNCIO_MODE_HELP = "'auto' - for automatically handling all async functions by t... | 0 |
{'name': '_convert_to_example@utils/wholeslideimages/build_image_data.py', 'description': "Build an Example proto for an example.\nArgs:\n filename: string, path to an image file, e.g., '/path/to/example.JPG'\n image_buffer: string, JPEG encoding of RGB image\n label: integer, identifier for the ground truth for the... | 0 |
{'name': 'toggleManager@BlendNet/addon.py', 'description': "Running the manager instance if it's not already started or stopping it", 'signature': 'def toggleManager():'}</s>{'name': 'hidePassword@BlendNet/addon.py', 'description': 'Will set the hidden value and replace the property with stars', 'code': "def hidePasswo... | 0 |
{'name': 'Serial.open@serial/serialwin32.py', 'description': 'Open port with current settings. This may throw a SerialException\nif the port cannot be opened.', 'signature': 'def open(self):'}</s>DTR_CONTROL_DISABLE = 0 | 0 |
{'name': 'test_update_thread@tests/unit/test_tui_reporter.py', 'description': 'Test that our update thread posts the expected messages to our app.', 'signature': 'def test_update_thread(native_traces):'}</s>{'name': 'TestAggregateResults@tests/unit/test_tui_reporter.py', 'description': 'DOCSTRING', 'base_classes': [], ... | 0 |
{'name': 'Constraints.sanitize_infinities@linopy/constraints.py', 'description': 'Replace infinite values in the constraints with a large value.', 'signature': 'def sanitize_infinities(self) -> None:'}</s>logger = logging.getLogger(__name__) | 0 |
{'name': 'url_unparse@SneakerBot 2019/venv/lib/python3.7/site-packages/werkzeug/urls.py', 'description': 'The reverse operation to :meth:`url_parse`. This accepts arbitrary\nas well as :class:`URL` tuples and returns a URL as a string.\n\n:param components: the parsed URL as tuple which should be converted\n ... | 0 |
{'name': 'rk3_step_func@torchdiffeq/_impl/rk_common.py', 'description': 'butcher_tableu should be of the form\n\n[\n [0 , 0 , 0 , 0],\n [c_2, a_{21}, 0 , 0],\n [c_3, a_{31}, a_{32}, 0],\n [0 , b_1 , b_2 , b_3],\n]\n\nhttps://en.wikipedia.org/wiki/List_of_Runge-Kutta_methods', 'signat... | 0 |
{'name': 'Architecture.__get_register@gef.py', 'description': "Return a register's value.", 'signature': 'def __get_register(self, regname: str) -> int:'}</s>{'name': 'only_if_gdb_running@gef.py', 'description': 'Decorator wrapper to check if GDB is running.', 'code': 'def only_if_gdb_running(f: Callable) -> Callable:\... | 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': '_NamespaceInfo.CheckEnd@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Check end of namespace comments.', 'signature': 'def CheckEnd(self, filename, clean_lines, linenum, error):'}</s>{'name': '_IsType@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Check if expression looks like a type nam... | 0 |
{'name': 'CrashDuringStepTestCase.test_step_inst_with@llvm-12.0.0-project/lldb/test/API/functionalities/thread/crash_during_step/TestCrashDuringStep.py', 'description': 'Test thread creation during step-inst handling.', 'signature': 'def test_step_inst_with(self):'}</s>{'name': 'ValueCheck@llvm-12.0.0-project/lldb/pack... | 0 |
{'name': 'PoolManager.connection_from_url@src/ahip/poolmanager.py', 'description': 'Similar to :func:`hip.connectionpool.connection_from_url`.\n\nIf ``pool_kwargs`` is not provided and a new pool needs to be\nconstructed, ``self.connection_pool_kw`` is used to initialize\nthe :class:`hip.connectionpool.ConnectionPool`.... | 0 |
{'name': 'babel_extract@third_party/dawn/third_party/jinja2/ext.py', 'description': 'Babel extraction method for Jinja templates.\n\n.. versionchanged:: 2.3\n Basic support for translation comments was added. If `comment_tags`\n is now set to a list of keywords for extraction, the extractor will\n try to find th... | 1 |
{'name': 'run@src/back/kite/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:`server_names` keys\n ... | 0 |
{'name': 'BottomUpRandomAffine.__call__@mmpose/datasets/pipelines/bottom_up_transform.py', 'description': 'Perform data augmentation with random scaling & rotating.', 'signature': 'def __call__(self, results):'}</s>{'name': 'PAFGenerator@mmpose/datasets/pipelines/bottom_up_transform.py', 'description': 'Generate part a... | 0 |
{'name': 'StdCmd@MRT_FUNC_PY4_influxDB.py', 'description': 'Use instead of writing ser.write all the time', 'signature': 'def StdCmd(ser,cmd):'}</s>ser = serial.Serial(port, baud) | 1 |
{'name': 'Engine.its_showtime@reversibility/pycolab/pycolab/engine.py', 'description': 'Finalise `Engine` set-up and compute the first observation of the game.\n\nSwitches the `Engine` from set-up mode, where more `Sprite`s and `Drape`s\ncan be added, to "play" mode, where gameplay iterates via the `play` method.\nAfte... | 0 |
{'name': 'func@python/taichi/lang/kernel_impl.py', 'description': 'Marks a function as callable in Taichi-scope.\n\nThis decorator transforms a Python function into a Taichi one. Taichi\nwill JIT compile it into native instructions.\n\nArgs:\n fn (Callable): The Python function to be decorated\n is_real_function ... | 0 |
{'name': 'SmoothedValue.synchronize_between_processes@utils.py', 'description': 'Warning: does not synchronize the deque!', 'signature': 'def synchronize_between_processes(self):'}</s>{'name': 'get_rank@utils.py', 'description': 'DOCSTRING', 'code': 'def get_rank():\n if not is_dist_avail_and_initialized():\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>MQIACH_ALLOC_RETRY = 1570 | 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': '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': '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': 'main@examples/fastspeech/train_fastspeech.py', 'description': 'Run training process.', 'signature': 'def main():'}</s>{'name': 'calculate_3d_loss@tensorflow_tts/utils/strategy.py', 'description': "Calculate 3d loss, normally it's mel-spectrogram loss.", 'code': 'def calculate_3d_loss(y_gt, y_pred, loss_fn):\n... | 0 |
{'name': 'CosS3Client.change_object_storage_class@qcloud_cos/cos_client.py', 'description': "改变文件的存储类型\n\n:param Bucket(string): 存储桶名称.\n:param Key(string): COS路径.\n:param StorageClass(bool): 是否需要SDK计算Content-MD5,打开此开关会增加上传耗时.\n:kwargs(dict): 设置上传的headers.\n:return(dict): 上传成功返回的结果,包含ETag等信息.\n\n.. code-block:: python\... | 0 |
{'name': 'get_next_backlog_item@tools/cloud_functions/gcs_event_based_ingest/gcs_ocn_bq_ingest/common/utils.py', 'description': 'Get next blob in the backlog if the backlog is not empty.\n\nArgs:\n gcs_client: storage.Client\n bkt: storage.Bucket that this cloud functions is ingesting data for.\n table_prefix:... | 0 |
{'name': 'CScript.GetSigOpCount@qa/rpc-tests/test_framework/script.py', 'description': 'Get the SigOp count.\n\nfAccurate - Accurately count CHECKMULTISIG, see BIP16 for details.\n\nNote that this is consensus-critical.', 'signature': 'def GetSigOpCount(self, fAccurate):'}</s>_opcode_instances = [] | 0 |
{'name': 'foursail@prosail/FourSAIL.py', 'description': "Parameters\n----------\nrho : array_like\n leaf lambertian reflectance.\ntau : array_like\n leaf transmittance.\nlidfa : float\n Leaf Inclination Distribution at regular angle steps.\nlidfb : float\n Leaf Inclination Distribution at regular angle step... | 1 |
{'name': 'load_image_bytes@6_AI-ML/2_gemini_LLM/notebooks/gemini-course/utils/intro_multimodal_rag_utils.py', 'description': 'Loads an image from a URL or local file path.\n\nArgs:\n image_uri (str): URL or local file path to the image.\n\nRaises:\n ValueError: If `image_uri` is not provided.\n\nReturns:\n byt... | 0 |
{'name': 'get_child_access3@Inventory_Modules.py', 'description': "- faws_acct is a custom class (account_class.aws_acct_access)\n- fChildAccount expects an AWS account number (ostensibly of a Child Account)\n- rRegion expects a string representing one of the AWS regions ('us-east-1', 'eu-west-1', etc.)\n- fRoleList ex... | 0 |
{'name': 'bbox_iou@utils.py', 'description': 'Returns the IoU of two bounding boxes', 'signature': 'def bbox_iou(box1, box2, x1y1x2y2=True, get_areas = False):'}</s>{'name': 'matrix_nms@utils.py', 'description': 'DOCSTRING', 'code': 'def matrix_nms(boxes, confidence, iou_threshold, batch_size, method, sigma, N):\n b... | 0 |
{'name': 'minimal_init@soundrts/clientmedia.py', 'description': 'initialize sound, voice, screen, window title, keyboard', 'signature': 'def minimal_init():'}</s>MOD_NOT_FOUND = [4330] | 0 |
{'name': 'AGraph.to_string@pygraphviz/agraph.py', 'description': 'Return a string representation of graph in dot format.\n\n`to_string()` uses "agwrite" to produce "dot" format w/o rendering.\nThe function `string_nop()` layouts with "nop" and renders to "dot".', 'signature': 'def to_string(self):'}</s>AGEDGE = _graphv... | 0 |
{'name': 'generate_assignment_stub_and_hook@da/compiler/incgen.py', 'description': "Generate assignment stub and hook node for 'nameobj'.\n\nAssignment stubs notifies the incrementalizer of changes to value of\nvariables, and gives the incrementalizer a chance to perform necessary\nhousekeeping.", 'signature': 'def gen... | 0 |
{'name': 'test_internal_flows_elsewhere@test/test_dataset.py', 'description': 'Internal flows should not be included in to/from Elsewhere bundles.\n\n ', 'signature': 'def test_internal_flows_elsewhere():'}</s>{'name': 'test_dataset_checks_dim_tables_have_unique_index@test/test_dataset.py', 'description': 'DOCSTRING... | 0 |
{'name': 'Client.get_partitions_ps_with_auth@runner/tez/apache-hive-0.13.0.2.1.0.0-92-bin/lib/py/hive_metastore/ThriftHiveMetastore.py', 'description': 'Parameters:\n - db_name\n - tbl_name\n - part_vals\n - max_parts\n - user_name\n - group_names', 'signature': 'def get_partitions_ps_with_auth(self, db_name, tbl_name,... | 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... | 1 |
{'name': 'KernelProfiler.get_kernel_profiler_mode@python/taichi/profiler/kernel_profiler.py', 'description': 'Get status of :class:`~taichi.profiler.kernel_profiler.KernelProfiler`.', 'signature': 'def get_kernel_profiler_mode(self):'}</s>__all__ = [
"clear_kernel_profiler_info",
"collect_kernel_profiler_metric... | 0 |
{'name': 'read_html@meza/io.py', 'description': "Reads tables from an html file\n\nTODO: convert to lxml.etree.iterparse\nhttp://lxml.de/parsing.html#iterparse-and-iterwalk\n\nArgs:\n filepath (str): The html file path or file like object.\n If you have a url, use the following pattern:\n\n r = request... | 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': 'IUSequenceEntity.extra_state_attributes@custom_components/irrigation_unlimited/binary_sensor.py', 'description': 'Return the state attributes of the device.', 'signature': 'def extra_state_attributes(self):'}</s>{'name': 'find_platform@custom_components/irrigation_unlimited/binary_sensor.py', 'description': '... | 0 |
{'name': 'Function.make_params@panoramix/function.py', 'description': "figures out parameter types from the decompiled function code.\n\ndoes so by looking at all 'cd'/calldata occurences and figuring out\nhow they are accessed - are they masked? are they used as pointers?", 'signature': 'def make_params(self):'}</s>lo... | 1 |
{'name': 'GridWorld.dump_subworld@tulip/gridworld.py', 'description': 'Generate new GridWorld instance from part of current one.\n\nDoes not perform automatic truncation (to make desired\nsubworld fit); instead a ValueError exception is raised.\nHowever, the "extend" argument can be used to achieve\nsomething similar.\... | 0 |
{'name': 'arcball_map_to_sphere@DenseFusion/lib/transformations.py', 'description': 'Return unit sphere coordinates from window coordinates.', 'signature': 'def arcball_map_to_sphere(point, center, radius):'}</s>{'name': 'shear_matrix@DenseFusion/lib/transformations.py', 'description': 'Return matrix to shear by angle ... | 0 |
{'name': '_install@ez_setup.py', 'description': 'Install Setuptools.', 'signature': 'def _install(archive_filename, install_args=()):'}</s>{'name': 'download_file_insecure@ez_setup.py', 'description': 'Use Python to download the file, without connection authentication.', 'code': 'def download_file_insecure(url, target)... | 0 |
{'name': 'taproot_construct@test/functional/test_framework/script.py', 'description': 'Construct a tree of Taproot spending conditions\n\npubkey: a 32-byte xonly pubkey for the internal pubkey (bytes)\nscripts: a list of items; each item is either:\n - a (name, CScript or bytes, leaf version) tuple\n - ... | 0 |
{'name': '_primal_to_ugrid@uxarray/io/_icon.py', 'description': 'Encodes the Primal Mesh of an ICON Grid into the UGRID conventions.', 'signature': 'def _primal_to_ugrid(in_ds, out_ds):'}</s>FACE_NODE_CONNECTIVITY_ATTRS = {
"cf_role": "face_node_connectivity",
"long name": "Maps every face to its corner nodes."... | 1 |
{'name': 'GroupStats.plot_correlation@ffn/core.py', 'description': "Utility function to plot correlations.\n\nArgs:\n * freq (str): Pandas data frequency alias string\n * title (str): Plot title\n * figsize (tuple (x,y)): figure size\n * kwargs: passed to Pandas' plot_corr_heatmap function", 'signature': 'd... | 0 |
{'name': 'CortexM.read_core_registers_raw@pyocd/coresight/cortex_m.py', 'description': 'Read one or more core registers\n\nRead core registers in reg_list and return a list of values.\nIf any register in reg_list is a string, find the number\nassociated to this register in the lookup table CORE_REGISTER.', 'signature':... | 0 |
{'name': '_smooth_covariance@FDApy/representation/functional_data.py', 'description': "Smooth the covariance.\n\nParameters\n----------\ncovariance_matrix\n The samnpled covariance.\nargvals\n The sampling points at which the raw covariance is estimated.\npoints\n The sampling points at which the smoothed cova... | 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': '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': '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': 'Header.__init__@src/future/backports/email/header.py', 'description': "Create a MIME-compliant header that can contain many character sets.\n\nOptional s is the initial header value. If None, the initial header\nvalue is not set. You can later append to the header with .append()\nmethod calls. s may be a b... | 0 |
{'name': 'PFRule._to_string@pf/rule.py', 'description': 'Return the string representation of the rule.', 'signature': 'def _to_string(self):'}</s>ICMP_PHOTURIS_DECRYPT_FAILED = 3 | 0 |
{'name': 'audio_cqt@feature_extraction.py', 'description': "Compute some audio data's constant-Q spectrogram, normalize, and log-scale\nit\n\nParameters\n----------\naudio_data : np.ndarray\n Some audio signal.\nfs : int\n Sampling rate the audio data is sampled at, should be ``AUDIO_FS``.\n\nReturns\n-------\nmi... | 0 |
{'name': 'BitcoinTestFramework.join_network@qa/rpc-tests/test_framework.py', 'description': 'Join the (previously split) network halves together.', 'signature': 'def join_network(self):'}</s>{'name': 'connect_nodes_bi@qa/rpc-tests/util.py', 'description': 'DOCSTRING', 'code': 'def connect_nodes_bi(nodes, a, b):\n co... | 0 |
{'name': 'speed_camera@versions/speed-cam_8.87.py', 'description': 'Main speed camera processing function ', 'signature': 'def speed_camera():'}</s>IM_SAVE_4AI_POS_DIR = "media/ai/pos" | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQMON_Q_MGR = -3 | 0 |
{'name': 'Grid.ll_coordinates@salem/gis.py', 'description': "Tuple of longitudes, latitudes of the grid points.\n\n(dependent of the grid's cornered or centered representation.)", 'signature': 'def ll_coordinates(self):'}</s>{'name': 'transform_geopandas@salem/gis.py', 'description': 'Reprojects a geopandas dataframe.\... | 0 |
{'name': 'SQL@grizli/aws/db.py', 'description': "Send a query to a database through `pandas.read_sql_query`\n\nParameters\n----------\nquery_text : str\n Query text, e.g., 'SELECT count(*) FROM table;'.\n\nengine : `sqlalchemy.engine.Engine`\n DB connection engine initialized with `~grizli.aws.db.get_db_engine`. ... | 0 |
{'name': 'authenticate@src/server/server.py', 'description': 'Sends a 401 response that enables basic auth.', 'signature': 'def authenticate():'}</s>{'name': 'on_alter_pilot@src/server/server.py', 'description': 'Update pilot.', 'code': "def on_alter_pilot(data):\n '''Update pilot.'''\n _pilot, race_list = RaceCo... | 0 |
{'name': 'expr_value@tools/kconfig_new/kconfiglib.py', 'description': "Evaluates the expression 'expr' to a tristate value. Returns 0 (n), 1 (m),\nor 2 (y).\n\n'expr' must be an already-parsed expression from a Symbol, Choice, or\nMenuNode property. To evaluate an expression represented as a string, use\nKconfig.eval_s... | 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_JUNIPER_ES = 132 | 0 |
{'name': 'walk_stack@vertx-web/src/test/sockjs-protocol/traceback2/__init__.py', 'description': 'Walk a stack yielding the frame and line number for each frame.\n\nThis will follow f.f_back from the given frame. If no frame is given, the\ncurrent stack is used. Usually used with StackSummary.extract.', 'signature': 'de... | 0 |
{'name': 'MSLP.add_MC_uncertainty@msppy/msp.py', 'description': 'Add a Markov chain process.\n\nParameters\n----------\nMarkov_states: list of matrix-like\n Markov state spaces in each stage. The shape of matrix-like must be\n (p,q) where q is the dimension index of the Markov chain and p is the\n index of the... | 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_STATISTICS_AUTO_CLUSSDR = 130 | 0 |
{'name': 'DonutModel.plot_results@loudml/donut.py', 'description': '# Arguments:\n models (tuple): encoder and decoder models\n data (tuple): test data and label\n model_name (string): which model is using this function', 'signature': 'def plot_results('}</s>{'name': 'Conflict@loudml/errors.py', 'description':... | 0 |
{'name': 'plot_sounding@pymeteo/skewt.py', 'description': 'Plot sounding data\n\nThis plots temperature, dewpoint and wind data on a Skew-T/Log-P plot.\nThis will also plot derived values such as wetbulb temperature and\nlabel the surface based LCL, LFC and EL.\n\n:parameter z: height values (1D array)\n:parameter th: ... | 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': 'SNIMissingWarning@src/ahip/exceptions.py', 'description': ... | 0 |
{'name': 'TestGradient.test_adjoint_against_odeint@tests/gradient_tests.py', 'description': 'Test against dopri5', 'signature': 'def test_adjoint_against_odeint(self):'}</s>{'name': 'TestCompareAdjointGradient@tests/gradient_tests.py', 'description': 'DOCSTRING', 'base_classes': ['unittest.TestCase'], 'methods': [{'nam... | 0 |
{'name': 'format_readme@src/docker_python_nodejs/readme.py', 'description': 'Format fresh README based on passed in version. Replaces the whole table with new versions.', 'signature': 'def format_readme('}</s>{'name': 'format_tags@src/docker_python_nodejs/readme.py', 'description': 'DOCSTRING', 'code': 'def format_tags... | 1 |
{'name': 'CalculateTestLists@third-party/googletest/googletest/test/googletest-shuffle-test.py', 'description': 'Calculates the list of tests run under different flags.', 'signature': 'def CalculateTestLists():'}</s>{'name': 'GetTestExecutablePath@third-party/googletest/googletest/test/gtest_test_utils.py', 'descriptio... | 0 |
{'name': 'ExportHtml.get_tools@ExportHtml.py', 'description': 'Get tools for toolbar.', 'signature': 'def get_tools(self, tools, use_annotation, use_wrapping):'}</s>{'name': 'SchemeColors@ExportHtml.py', 'description': 'Scheme colors.', 'base_classes': ["namedtuple('SchemeColors', ['fg_simulated', 'bg_simulated', 'styl... | 0 |
{'name': 'print_result@otherfile/font_check.py', 'description': 'Print final result.\n\n:param flag_list: list of test flags\n:type flag_list: list\n:param message_list: list of test messages\n:type message_list: list\n:return: None', 'signature': 'def print_result(flag_list, message_list):'}</s>NON_ASCII_FONTS = [
... | 0 |
{'name': '_genUniqueModuleName@Cheetah/Template.py', 'description': 'The calling code is responsible for concurrency locking.\n ', 'signature': 'def _genUniqueModuleName(baseModuleName):'}</s>MinCompatibleVersionTuple = (3, 0, 0, 'alpha', 1) | 0 |
{'name': 'TestInit.test_get_qualified_version@tests/config_loader/basic_test.py', 'description': 'Old variable scrap_url must be spread to scrape_url. If one is defined, the previous one must be used', 'signature': 'def test_get_qualified_version(self):'}</s>{'name': 'TestInit@tests/config_loader/basic_test.py', 'descr... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.