text string | label int64 |
|---|---|
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQIA_CF_OFFLOAD = 224 | 0 |
{'name': 'ProcessLine@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 line of the file,\n ... | 0 |
{'name': 'on_load_data@src/server/server.py', 'description': 'Allow pages to load needed data', 'signature': 'def on_load_data(data):'}</s>{'name': 'on_broadcast_message@src/server/server.py', 'description': 'DOCSTRING', 'code': "def on_broadcast_message(data):\n RaceContext.rhui.emit_priority_message(data['message'... | 0 |
{'name': 'PFState._from_struct@pf/state.py', 'description': 'Initialize class attributes from a pfsync_state structure.', 'signature': 'def _from_struct(self, s):'}</s>ND_REDIRECT_ONLINK = 0 | 0 |
{'name': 'Reformat@tools/yapf/yapf/yapflib/reformatter.py', 'description': 'Reformat the unwrapped lines.\n\nArguments:\n uwlines: (list of unwrapped_line.UnwrappedLine) Lines we want to format.\n verify: (bool) True if reformatted code should be verified for syntax.\n\nReturns:\n A string representing the reformatt... | 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': 'SignRawTransactionsTest.successful_signing_test@test/functional/rpc_signrawtransaction.py', 'description': 'Create and sign a valid raw transaction with one input.\n\nExpected results:\n\n1) The transaction has a complete set of signatures\n2) No script verification error occurred', 'signature': 'def successf... | 0 |
{'name': 'OpticalProduct._sun_earth_distance@eoreader/products/optical/optical_product.py', 'description': "Correction for the Sun-Earth distance variation\n\nUses ephem's function according to Maxar documentation:\nhttps://resources.maxar.com/white-papers/radiometric-use-of-worldview-legion-1-and-worldview-legion-2-im... | 0 |
{'name': 'map_nominal@tensorqtl/cis.py', 'description': 'cis-QTL mapping: nominal associations for all variant-phenotype pairs\n\nAssociation results for each chromosome are written to parquet files\nin the format <output_dir>/<prefix>.cis_qtl_pairs.<chr>.parquet\n\nIf interaction_df is provided, the top association pe... | 0 |
{'name': 'QueueManager._is_connected@code/pymqi/__init__.py', 'description': "Try pinging the queue manager in order to see whether the application\nis connected to it. Note that the method is merely a convienece wrapper\naround MQCMD_PING_Q_MGR, in particular, there's still possibility that\nthe app will disconnect be... | 0 |
{'name': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQ_CLIENT_USER_ID_LENGTH = 1024 | 0 |
{'name': 'install_any@ci_tools/nox_utils.py', 'description': 'Install the `pkgs` provided with `session.install(*pkgs)`, except for those present in `use_conda_for`', 'signature': 'def install_any(session,'}</s>{'name': 'rm_file@ci_tools/nox_utils.py', 'description': 'Since on windows Path.unlink throws permission erro... | 0 |
{'name': 'Fzip@amptk/amptklib.py', 'description': 'function to zip as fast as it can, pigz -> bgzip -> gzip', 'signature': 'def Fzip(input, output, cpus):'}</s>{'name': 'findRevPrimer@amptk/amptklib.py', 'description': 'DOCSTRING', 'code': 'def findRevPrimer(primer, sequence, mismatch, equalities):\n #trim position\... | 0 |
{'name': 'validateURL@src/feedvalidator/__init__.py', 'description': 'validate RSS from URL, returns events list, or (events, rawdata) tuple', 'signature': 'def validateURL(url, firstOccurrenceOnly=1, wantRawData=0):'}</s>{'name': 'CurrentNotSelfInCompleteFeed@src/feedvalidator/logging.py', 'description': 'DOCSTRING', ... | 0 |
{'name': 'RepeatChart.interactive@altair/vegalite/v3/api.py', 'description': 'Make chart axes scales interactive\n\nParameters\n----------\nname : string\n The selection name to use for the axes scales. This name should be\n unique among all selections within the chart.\nbind_x : boolean, default True\n If tru... | 0 |
{'name': 'superimposition_matrix@imgviz/external/transformations.py', 'description': 'Return matrix to transform given 3D point set into second point set.\n\nv0 and v1 are shape (3, *) or (4, *) arrays of at least 3 points.\n\nThe parameters scale and usesvd are explained in the more general\naffine_matrix_from_points ... | 0 |
{'name': 'Application.__init__@robopianist/viewer/application.py', 'description': 'Instance initializer.', 'signature': 'def __init__(self, title="Explorer", width=1024, height=768):'}</s>_PAN_CAMERA_HORIZONTAL_MOUSE = user_input.Exclusive(
(user_input.MOUSE_BUTTON_RIGHT, user_input.MOD_SHIFT)
) | 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>MQCFSTATUS_FAILED = 4 | 0 |
{'name': 'handle_fmap_case@bidskit/fmaps.py', 'description': 'There are two popular GRE fieldmap organizations: Case 1 and Case 2\nSource: BIDS 1.4.0 Specification https://bids-specification.readthedocs.io\nCase 1\nsub-<label>/[ses-<label>/]\n fmap/\n sub-<label>[_ses-<label>][_acq-<label>][_run-<index>]_phas... | 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': 'num_cols_1D@src/python_scripts/afnipy/afni_util.py', 'description': 'return the number of columns in a 1D file... | 0 |
{'name': 'inside_hole@src/character_segmentation.py', 'description': 'Check if a segment has a hole or not', 'signature': 'def inside_hole(word_img, end_idx, start_idx):'}</s>{'name': 'check_baseline@src/character_segmentation.py', 'description': 'DOCSTRING', 'code': 'def check_baseline(word_img, start, end, upper_base... | 0 |
{'name': 'to_band@eoreader/bands/__init__.py', 'description': 'Convert a string (or real value) to any alias, band or index.\n\nYou can pass the name or the value of the bands.\n\nArgs:\n to_convert (Union[list, BandNames, str]): Values to convert into band objects\n as_list (bool): Return the result as a list\n\... | 0 |
{'name': 'Xpress.solve_problem_from_file@linopy/solvers.py', 'description': 'Solve a linear problem from a problem file using the Xpress solver.\n\nThis function reads the linear problem file and passes it to\nthe Xpress solver. If the solution is successful it returns\nvariable solutions and constraint dual values. Th... | 1 |
{'name': 'GTestFilterUnitTest.RunAndVerify@swap-ssdb-1.9.2/tests/googletest/googletest/test/gtest_filter_unittest.py', 'description': 'Checks that the binary runs correct set of tests for a given filter.', 'signature': 'def RunAndVerify(self, gtest_filter, tests_to_run):'}</s>CAN_TEST_EMPTY_FILTER = CAN_PASS_EMPTY_ENV ... | 1 |
{'name': 'rpn_bbox_loss_graph@Mask_RCNN/mrcnn/model.py', 'description': 'Return the RPN bounding box loss graph.\n\nconfig: the model config object.\ntarget_bbox: [batch, max positive anchors, (dy, dx, log(dh), log(dw))].\n Uses 0 padding to fill in unsed bbox deltas.\nrpn_match: [batch, anchors, 1]. Anchor match ty... | 0 |
{'name': 'subdir_checks@source/speed-cam.py', 'description': 'Check if motion SubDir needs to be created', 'signature': 'def subdir_checks(maxHours, maxFiles, directory, prefix):'}</s>CONV_KPH_2_MPH = 0.621371 | 0 |
{'name': 'HTTPAdapter.build_response@SneakerBot 2019/venv/lib/python3.7/site-packages/requests/adapters.py', 'description': 'Builds a :class:`Response <requests.Response>` object from a urllib3\nresponse. This should not be called from user code, and is only exposed\nfor use when subclassing the\n:class:`HTTPAdapter <r... | 1 |
{'name': 'BaseRequest.POST@3rdparty/mongo-c-driver-1.26.2/build/bottle.py', 'description': 'The values of :attr:`forms` and :attr:`files` combined into a single\n:class:`FormsDict`. Values are either strings (form values) or\ninstances of :class:`cgi.FieldStorage` (file uploads).', 'signature': 'def POST(self):'}</s>{'... | 0 |
{'name': 'test_put_get_delete_replication@ut/test.py', 'description': '设置、获取、删除跨园区复制配置', 'signature': 'def test_put_get_delete_replication():'}</s>{'name': 'test_ci_create_asr_jobs@ut/test.py', 'description': 'DOCSTRING', 'code': 'def test_ci_create_asr_jobs():\n response = client.ci_get_asr_bucket(BucketName=ci_buc... | 0 |
{'name': 'toggle_fullscreen@soundrts/clientmedia.py', 'description': 'toggle full screen mode, and say it', 'signature': 'def toggle_fullscreen():'}</s>RESTORE = [4113] | 0 |
{'name': 'Kam1n0PluginManager.copy_comments@kam1n0-clients/ida-plugin/Kam1n0/Manager.py', 'description': 'Processes the copy action.\n ', 'signature': 'def copy_comments(self, ctx):'}</s>{'name': '_get_arch@kam1n0-clients/ida-plugin/Kam1n0/IDAUtils.py', 'description': 'DOCSTRING', 'code': 'def _get_arch():\n ... | 0 |
{'name': 'parse_extract@kb_python/main.py', 'description': 'Parser for the `extract` command.\n\nArgs:\n parser: The argument parser\n args: Parsed command-line arguments', 'signature': 'def parse_extract('}</s>{'name': 'get_binary_info@kb_python/main.py', 'description': 'Get information on the binaries that will... | 0 |
{'name': 'ClusterAction.start_clusters@qingcloud/iaas/actions/cluster.py', 'description': 'Start one or more clusters.\n@param clusters: the array of clusters IDs.', 'signature': 'def start_clusters(self, clusters,'}</s>ACTION_DESCRIBE_ALARM_POLICIES = "DescribeAlarmPolicies" | 0 |
{'name': 'GDAL2Tiles.open_input@auxiliary/gdal2customtiles/gdal2customtiles.py', 'description': 'Initialization of the input raster, reprojection if necessary', 'signature': 'def open_input(self) -> None:'}</s>{'name': 'setup_input_srs@auxiliary/gdal2customtiles/gdal2customtiles.py', 'description': 'Determines and retu... | 1 |
{'name': 'test_2nd_order@test/models/test_ode.py', 'description': '2nd order (MLP) Galerkin Neural ODE', 'signature': 'def test_2nd_order():'}</s>{'name': 'test_arg_ode@test/models/test_ode.py', 'description': 'Test sensitivity through NeuralODE solutions of a functools.partial vector field', 'code': 'def test_arg_ode(... | 0 |
{'name': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQRC_FUNCTION_ERROR = 2281 | 0 |
{'name': 'test_repr@voluptuous/tests/tests.py', 'description': 'Verify that __repr__ returns valid Python expressions', 'signature': 'def test_repr():'}</s>{'name': 'test_fix_157@voluptuous/tests/tests.py', 'description': 'DOCSTRING', 'code': "def test_fix_157():\n s = Schema(All([Any('one', 'two', 'three')]), Lengt... | 0 |
{'name': 'If@src/api/python/z3/z3.py', 'description': "Create a Z3 if-then-else expression.\n\n>>> x = Int('x')\n>>> y = Int('y')\n>>> max = If(x > y, x, y)\n>>> max\nIf(x > y, x, y)\n>>> simplify(max)\nIf(x <= y, y, x)", 'signature': 'def If(a, b, c, ctx=None):'}</s>{'name': 'PropClosures@src/api/python/z3/z3.py', 'de... | 0 |
{'name': 'ITypeComp.Bind@comtypes/typeinfo.py', 'description': 'Bind to a name', 'signature': 'def Bind('}</s>__known_symbols__ = [
"tagARRAYDESC", "BINDPTR", "tagBINDPTR", "CALLCONV", "tagCALLCONV",
"CC_CDECL", "CC_FASTCALL", "CC_FPFASTCALL", "CC_MACPASCAL", "CC_MAX",
"CC_MPWCDECL", "CC_MPWPASCAL", "CC_MSC... | 0 |
{'name': 'joydata@project_sample/2019-2ProjectSamples_Code/11조-수강과목을 통한 전공 예측 프로그램/joy.py', 'description': "joydata reads data/joydata.txt file and returns the data'\nParameters\n standardized: If True, performs standardization or \n feature scaling such that mean is 0 and std dev = 1.0\n shuffled: If True... | 0 |
{'name': 'ColorJitter.get_params@utils/transforms.py', 'description': 'Get a randomized transform to be applied on image.\nArguments are same as that of __init__.\nReturns:\n Transform which randomly adjusts brightness, contrast and\n saturation in a random order.', 'signature': 'def get_params(brightness, contra... | 0 |
{'name': 'tidy_order@cpca/__init__.py', 'description': '整理顺序,唯一作用是让列的顺序好看一些', 'signature': 'def tidy_order(df, pos_sensitive):'}</s>_CITY = "市" | 1 |
{'name': 'Parser.add_element@marko/parser.py', 'description': 'Add an element to the parser.\n\n:param element: the element class.\n\n.. note:: If one needs to call it inside ``__init__()``, please call it after\n ``super().__init__()`` is called.', 'signature': 'def add_element(self, element: ElementType) -> None:... | 0 |
{'name': 'BinFile.read@wntr/epanet/io.py', 'description': 'Read a binary file and create a results object.\n\nParameters\n----------\nfilename : str\n An EPANET BIN output file\nconvergence_error: bool (optional)\n If convergence_error is True, an error will be raised if the\n simulation does not converge. If ... | 0 |
{'name': 'test_set_format_int3@cyvcf2/tests/test_reader.py', 'description': 'test that we can handle multiple (in this case 3) values per sample', 'signature': 'def test_set_format_int3():'}</s>{'name': 'test_num_records_set_index_multiple_times@cyvcf2/tests/test_reader.py', 'description': 'DOCSTRING', 'code': 'def tes... | 0 |
{'name': 'View.undrift_from_picked2d@picasso/gui/render.py', 'description': 'Undrifts in x and y based on picked locs in a given channel.\nAvailable when 3D data is loaded.', 'signature': 'def undrift_from_picked2d(self):'}</s>{'name': '_nfndh@picasso/postprocess.py', 'description': 'DOCSTRING', 'code': 'def _nfndh(fra... | 0 |
{'name': 'build_match_function@onlinejudge_command/subcommand/test.py', 'description': "build_match_function builds the function to compare actual outputs and expected outputs.\n\nThis function doesn't any I/O.", 'signature': 'def build_match_function(*, compare_mode: CompareMode, error: Optional[float], judge_command:... | 0 |
{'name': 'write_recipe@bioconda_utils/bioconductor_skeleton.py', 'description': 'Write the meta.yaml and build.sh files. If the package is detected to be\na data package (bsed on the detected URL from Bioconductor), then also\ncreate a post-link.sh and pre-unlink.sh script that will download and\ninstall the package. I... | 0 |
{'name': 'ControlInterface.udpclient@xled/control.py', 'description': 'Client for sending UDP packets to the realtime port\n\n:return: the UDP client\n :py:class:`~.udp_client.UDPClient()`.\n:rtype: udp_client.UDPClient', 'signature': 'def udpclient(self):'}</s>{'name': 'seconds_after_midnight@xled/util.py', 'descri... | 0 |
{'name': 'get_addr_line_str@scourgify/normalize.py', 'description': "Get address 'line' elements as a single string.\n\nCombines 'address_line_1' and 'address_line_2' elements as a single string\nto ensure no data is lost and line_2 can be processed according to a\nstandard set of rules.\n\n:param addr_dict: dict conta... | 0 |
{'name': 'error_screen@displays/papiruszero2in.py', 'description': 'Error screen\n ', 'signature': 'def error_screen(message="ERROR"):'}</s>wallet_scan_3 = "Informationen" | 0 |
{'name': 'TLP.unpack@fpga/lib/pcie/tb/pcie.py', 'description': 'Unpack TLP from DWORD array', 'signature': 'def unpack(self, pkt):'}</s>TLP_MSG_TO_RC = (FMT_4DW, 0x10) | 0 |
{'name': 'QueueManager.backout@code/pymqi/__init__.py', 'description': 'Backout any outstanding gets/puts in the current unit of work.\n ', 'signature': 'def backout(self):'}</s>MQRC_DEF_XMIT_Q_TYPE_ERROR = 2198 | 0 |
{'name': 'modify_descendants_for_jackknife_fast@operations.py', 'description': 'Gets the columns for leaf Metrics and modify them for fast Jackknife SQL.\n\nSee the doc of get_jackknife_data_fast() first. Here we\n1. collects the LOO columns for all Sum and Count.\n2. Modify them in-place so when we generate SQL later,... | 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': 'test_hframe_rw_pb@tests/bundles/test_hframe.py', 'description': 'Write HyperFrame PBs to disk and back.\n:return:', 'signature': 'def test_hframe_rw_pb():'}</s>{'name': '_groupby_clause@disdat/hyperframe.py', 'description': 'Build the groupby clause. Simply detect which fields are set, and group by those.\n\... | 0 |
{'name': 'xldate_as_datetime@IDE/src/main/resources/Lib/xlrd/xldate.py', 'description': 'Convert an Excel date/time number into a :class:`datetime.datetime` object.\n\n:param xldate: The Excel number\n:param datemode: 0: 1900-based, 1: 1904-based.\n\n:returns: A :class:`datetime.datetime` object.', 'signature': 'def xl... | 0 |
{'name': 'ControlInterface.get_led_config@xled/control.py', 'description': 'Gets the structural configuration of the leds in term of strings\n\n:raises ApplicationError: on application error\n:rtype: :class:`~xled.response.ApplicationResponse`', 'signature': 'def get_led_config(self):'}</s>{'name': 'UDPClient@xled/udp_... | 0 |
{'name': 'ghh@layers.py', 'description': 'GHH layer\n\nLATER: Make it more efficient', 'signature': 'def ghh(inputs, num_in_sum, num_in_max, data_format="NHWC"):'}</s>{'name': 'pool_avg@layers.py', 'description': 'max pooling, NHWC', 'code': 'def pool_avg(inputs, ksize, stride, padding, data_format="NHWC"):\n """max... | 0 |
{'name': 'filter_with_bustools@kb_python/count.py', 'description': "Generate filtered count matrices with bustools.\n\nArgs:\n bus_path: Path to sorted, corrected, sorted BUS file\n ecmap_path: Path to matrix ec file\n txnames_path: Path to list of transcripts\n t2g_path: Path to transcript-to-gene mapping\... | 0 |
{'name': 'test_ipv6_local@qa/rpc-tests/test_framework/netutil.py', 'description': 'Check for (local) IPv6 support.', 'signature': 'def test_ipv6_local():'}</s>{'name': 'all_interfaces@qa/rpc-tests/test_framework/netutil.py', 'description': 'Return all interfaces that are up', 'code': "def all_interfaces():\n '''\n ... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQXR_MSG = py23long(13) | 0 |
{'name': 'get_config_from_root@versioneer.py', 'description': 'Read the project setup.cfg file to determine Versioneer config.', 'signature': 'def get_config_from_root(root):'}</s>{'name': 'git_get_keywords@versioneer.py', 'description': 'Extract version information from the given file.', 'code': 'def git_get_keywords(... | 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': 'VersatileImageFieldBaseTestCase.tearDownClass@tests/tests.py', 'description': 'Delete files made by VersatileImageFields during tests.', 'signature': 'def tearDownClass(cls):'}</s>{'name': 'VersatileImageWidgetTestModel@tests/models.py', 'description': 'A model for testing VersatileImageField widgets.', 'base... | 0 |
{'name': 'LpProblem.sequentialSolve@pulp/pulp.py', 'description': 'Solve the given Lp problem with several objective functions.\n\nThis function sequentially changes the objective of the problem\nand then adds the objective function as a constraint\n\n:param objectives: the list of objectives to be used to solve the pr... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIAV_UNDEFINED = -2 | 0 |
{'name': 'DetectionNetwork.postprocess_fastrcnn@libs/networks/build_whole_network.py', 'description': ':param rois:[-1, 4]\n:param bbox_ppred: [-1, (cfgs.Class_num+1) * 4]\n:param scores: [-1, cfgs.Class_num + 1]\n:return:', 'signature': 'def postprocess_fastrcnn(self, rois, bbox_ppred, scores, img_shape):'}</s>CLASS_N... | 1 |
{'name': 'IPDatabase.export_verilator@ipstools/ipstools/IPDatabase.py', 'description': 'Exports a Makefile to be used to build a verilator simulation flow\n\n :param script_path: The path where the Makefiles are collected\n :type script_path: str\n\n :param root: The path to which t... | 0 |
{'name': 'configure_logging_via_cli@isi_data_insights_config.py', 'description': 'Setup the logging from command line args.', 'signature': 'def configure_logging_via_cli(args):'}</s>{'name': 'parse_cli@isi_data_insights_config.py', 'description': 'Setup the command line args and parse them.', 'code': 'def parse_cli():\... | 0 |
{'name': 'IPv6Address.__init__@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/ipaddress.py', 'description': "Instantiate a new IPv6 address object.\n\nArgs:\n address: A string or integer representing the IP\n\n Additionally, an integer can be passed, so\n IPv6Address('2001:db8::') ==\n IPv... | 0 |
{'name': 'Bootstrap.compute_children_sql@operations.py', 'description': 'Compute the children on resampled data in SQL.', 'signature': 'def compute_children_sql('}</s>{'name': 'pcollection_to_df_via_file_io@utils.py', 'description': 'Evaluates a PCollection, saves result, reads back to a DataFrame.\n\nArgs:\n pcol: A ... | 0 |
{'name': 'get_geo_data@emissionsapi/web.py', 'description': "Get data in GeoJSON format.\n\n:param session: SQLAlchemy session\n:type session: sqlalchemy.orm.session.Session\n:param wkt: Well-known text representation of geometry, defaults to None.\n\n:type wkt: string, optional\n:param distance: Distance as defined in... | 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': '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': 'MarkdownRenderer.__init__@mistletoe/markdown_renderer.py', 'description': 'Args:\n extras (list): allows subclasses to add even more custom tokens.\n max_line_length (int): if specified, the document is word wrapped to the\n specified line length when rendered. Otherwise the formatting from the\n... | 0 |
{'name': 'test_non_string_metadata_key@tests/test_make.py', 'description': 'A non-string key in the attrib metadata comes through in the mm field.', 'signature': 'def test_non_string_metadata_key(module: DataclassModule) -> None:'}</s>{'name': 'test_optional_present@tests/test_make.py', 'description': 'Setting an optio... | 0 |
{'name': 'GeoNetcdf.__init__@salem/datasets.py', 'description': 'Open the file and try to understand it.\n\nParameters\n----------\nfile: path to the netcdf file\ngrid: a Grid object. This will override the normal behavior of\nGeoNetcdf, which is to try to understand the grid automatically.\ntime: a time array. This wi... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQRO_ACCEPT_UNSUP_IF_XMIT_MASK = 261888 | 0 |
{'name': 'create_and_add_entities@custom_components/hubitat/entities.py', 'description': 'Create entites and add them to the entity registry.', 'signature': 'def create_and_add_entities('}</s>{'name': 'get_hub@custom_components/hubitat/hub.py', 'description': 'Get the Hub device associated with a given config entry.', ... | 1 |
{'name': 'TarInfo.frombuf@scripts/pdns/lib/python2.7/site-packages/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>{'name': 'nti@scripts/pdns/lib/python2.7/site-packages/pip/_vendo... | 1 |
{'name': 'Client.stop_archive@opentok/opentok.py', 'description': 'Stops an OpenTok archive that is being recorded.\n\nArchives automatically stop recording after 90 minutes or when all clients have disconnected\nfrom the session being archived.\n\n@param [String] archive_id The archive ID of the archive you want to st... | 0 |
{'name': 'TestDefiningRecipes.test_import_seq_from_mommy@tests/test_recipes.py', 'description': 'Import seq method directly from mommy module', 'signature': 'def test_import_seq_from_mommy(self):'}</s>{'name': 'TestSequences@tests/test_recipes.py', 'description': 'DOCSTRING', 'base_classes': [], 'methods': [{'name': 'T... | 0 |
{'name': 'Dispatch.__getattr__@comtypes/client/lazybind.py', 'description': 'Get a COM attribute.', 'signature': 'def __getattr__(self, name):'}</s>VT_RECORD = 36 | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQREGO_NONE = 0 | 0 |
{'name': '_Registry.register_service_and_impl@punq/__init__.py', 'description': 'Registers a concrete implementation of an abstract service.\n\nExamples:\n In this example, the EmailSender type is an abstract class\n and SmtpEmailSender is our concrete implementation.\n\n >>> from punq import Container\n ... | 0 |
{'name': 'PersistenceImage.transform@sklearn_tda/vector_methods.py', 'description': 'Compute the persistence image for each persistence diagram individually and store the results in a single numpy array.\n\nParameters:\n X (list of n x 2 numpy arrays): input persistence diagrams.\n\nReturns:\n Xfit (numpy array w... | 0 |
{'name': 'flatten@fn/iters.py', 'description': 'Flatten any level of nested iterables (not including strings, bytes or\nbytearrays).\nReimplemented to work with all nested levels (not only one).\n\nhttp://docs.python.org/3.4/library/itertools.html#itertools-recipes', 'signature': 'def flatten(items):'}</s>some = F(part... | 0 |
{'name': 'SQLiteZMQProcess.stream@sqlite_rx/server.py', 'description': 'Method used to setup a ZMQ stream which will be bound to a ZMQ.REP socket.\nOn this REP stream we register a callback to execute client queries as they arrive.\nThe stream is used in conjunction with `tornado` eventloop\n\nArgs:\n sock_type: ZMQ... | 1 |
{'name': 'visualize_result@DexiNed-TF2/utls.py', 'description': 'function for tensorflow results\n:param imgs_list: a list of prediction, gt and input data\n:param arg:\n:return: one image with the whole of imgs_list data', 'signature': 'def visualize_result(x,y,p, img_title):'}</s>{'name': 'image_normalization@DexiNed... | 1 |
{'name': 'load_operator@streaming/python/raystreaming/operator.py', 'description': 'Deserialize `descriptor_operator_bytes` to get operator info, then\ncreate streaming operator.\nNote that this function must be kept in sync with\n `io.ray.streaming.runtime.python.GraphPbBuilder.serializeOperator`\n\nArgs:\n descrip... | 0 |
{'name': 'type_inference@06_prepare/data-wrangler/data_wrangler_antje.py', 'description': 'Core type inference logic\n\nArgs:\n df: spark dataframe\n\nReturns: dict a schema that maps from column name to mohave datatype', 'signature': 'def type_inference(df): # noqa: C901 # pylint: disable=R0912'}</s>{'name': 'year... | 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': 'nestedExpr@SneakerBot 2019/venv/lib/python3.7/site-packages/pip-19.0.3-py3.7.egg/pip/_vendor/pyparsing.py', 'description': 'Helper method for defining nested lists enclosed in opening and\nclosing delimiters ("(" and ")" are the default).\n\nParameters:\n - opener - opening character for a nested list\n (de... | 0 |
{'name': 'is_mask@eoreader/bands/__init__.py', 'description': 'Returns True if is a Mask band (from :code:`MaskBandNames`)\n\nArgs:\n mask (BandType): Anything that could be a Mask band\n\nReturns:\n bool: True if the band asked is a Mask band\n\nExamples:\n\n >>> from eoreader.bands import NDVI, HH, GREEN, SL... | 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': 'ShortestPathNavigatorTHOR.on_reset@rearrange/expert.py', 'description': 'Function that must be called whenever the AI2-THOR controller is\nreset.', 'signature': 'def on_reset(self):'}</s>{'name': '_are_agent_locations_equal@rearrange/expert.py', 'description': 'Determines if two agent locations are equal up t... | 0 |
{'name': 'IBC.terminate@ib_insync/ibcontroller.py', 'description': 'Terminate TWS/IBG.', 'signature': 'def terminate(self):'}</s>{'name': 'IBC@ib_insync/ibcontroller.py', 'description': "Programmatic control over starting and stopping TWS/Gateway\nusing IBC (https://github.com/IbcAlpha/IBC).\n\nArgs:\n twsVersion (i... | 1 |
{'name': 'ShapeTrainer.set_optimization_variables@experiments/smal_shape.py', 'description': 'Sets as optimization variables those obtained as prediction from the network', 'signature': 'def set_optimization_variables(self):'}</s>{'name': 'CodePredictor@nnutils/smal_mesh_net.py', 'description': 'DOCSTRING', 'base_class... | 0 |
{'name': 'get_info@venv/Lib/site-packages/numpy/distutils/system_info.py', 'description': 'notfound_action:\n 0 - do nothing\n 1 - display warning message\n 2 - raise error', 'signature': 'def get_info(name, notfound_action=0):'}</s>{'name': 'Log@venv/Lib/site-packages/numpy/distutils/log.py', 'description': 'DOCSTR... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.