text string | label int64 |
|---|---|
{'name': '_get_schema@jupyterlab_server/settings_utils.py', 'description': 'Returns a dict containing a parsed and validated JSON schema.', 'signature': 'def _get_schema('}</s>{'name': '_get_version@jupyterlab_server/settings_utils.py', 'description': "Returns the package version for a given schema or 'N/A' if not foun... | 1 |
{'name': 'PageElement.find_all_previous@bs4/element.py', 'description': 'Returns all items that match the given criteria and appear\nbefore this Tag in the document.', 'signature': 'def find_all_previous(self, name=None, attrs={}, text=None, limit=None,'}</s>{'name': 'Tag@bs4/element.py', 'description': 'Represents a f... | 0 |
{'name': 'add_message@k8s_snapshots/logconf.py', 'description': "Creates a ``message`` value based on the ``hint`` and ``key_hint`` keys.\n\n``key_hint`` : ``Optional[str]``\n a '.'-separated path of dictionary keys.\n\n``hint`` : ``Optional[str]``\n will be formatted using ``.format(**event_dict)``.", 'signature... | 0 |
{'name': 'StdioTransport.read_stdout@src/libs/flow/flow_ide_server.py', 'description': 'Reads JSON responses from process and dispatch them to response_handler', 'signature': 'def read_stdout(self):'}</s>{'name': 'JavascriptEnhancementsStartFlowIDEServerEventListener@src/libs/flow/flow_ide_server.py', 'description': 'D... | 0 |
{'name': '_is_one_hot_encoding@mcfly/find_architecture.py', 'description': 'Helper function that checks if a target complies with one-hot encoding.\n ', 'signature': 'def _is_one_hot_encoding(y):'}</s>{'name': '_get_from_history@mcfly/find_architecture.py', 'description': 'Get the metric from the history object.\n\n... | 0 |
{'name': 'PACT_Conv2d.__init__@nemo/quant/pact.py', 'description': 'Constructor. Supports all arguments supported by :py:class:`torch.nn.Conv2d` plus additional ones.\n\n:param quantize_x: if True, quantize input activations (default False).\n:type quantize_x: bool\n:param quantize_W: if True, quantize weights (defaul... | 1 |
{'name': 'convert_entries@code/html/generate_static_website.py', 'description': ':param entries:\n:param inspirations:\n:param developers:\n:return:', 'signature': 'def convert_entries(entries, inspirations, developers):'}</s>{'name': 'create_statistics_section@code/html/generate_static_website.py', 'description': 'Cre... | 0 |
{'name': 'Empty@src/api/python/z3/z3.py', 'description': 'Create the empty sequence of the given sort\n>>> e = Empty(StringSort())\n>>> e2 = StringVal("")\n>>> print(e.eq(e2))\nTrue\n>>> e3 = Empty(SeqSort(IntSort()))\n>>> print(e3)\nEmpty(Seq(Int))\n>>> e4 = Empty(ReSort(SeqSort(IntSort())))\n>>> print(e4)\nEmpty(ReSo... | 0 |
{'name': 'tranlate_encoding_arm64@dwex/machounwind.py', 'description': 'From encoding to a parsed operation. LSDA/personality stuff ignored.', 'signature': 'def tranlate_encoding_arm64(address, enc):'}</s>PushOrderARM64 = (19, 21, 23, 25, 27, 8, 10, 12, 14) | 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': 'train_node@ExplanationEvaluation/tasks/training.py', 'description': 'Train a explainer to explain node classifications\n:param _dataset: the dataset we wish to use for training\n:param _paper: the paper we whish to follow, chose from "GNN" or "PG"\n:param args: a dict containing the relevant model arguements'... | 1 |
{'name': '_dump_float@src/betterproto/__init__.py', 'description': 'Dump the given float to JSON\n\nParameters\n----------\nvalue: float\n Value to dump\n\nReturns\n-------\nUnion[float, str]\n Dumped value, either a float or the strings', 'signature': 'def _dump_float(value: float) -> Union[float, str]:'}</s>WIR... | 0 |
{'name': 'H3LIS331DL.read_accl@grove/grove_3_axis_digital_accelerometer.py', 'description': 'Read data back from H3LIS331DL_REG_OUT_X_L(0x28), 2 bytes\nX-Axis Accl LSB, X-Axis Accl MSB', 'signature': 'def read_accl(self):'}</s>H3LIS331DL_ACCL_PM_10 = 192 | 0 |
{'name': 'main@databricks-adx-integration/src/code/functions/adxingestp2/__app__/dataingest/__init__.py', 'description': 'Main function, triggered by Azure Storage Queue, parsed queue content and call ingest_to_ADX\n:param msg: func.QueueMessage\n:return: None', 'signature': 'def main(msg: func.QueueMessage) -> None:'}... | 1 |
{'name': 'generator_rnn@gqn/gqn_draw.py', 'description': 'Creates the computational graph for the DRAW module in generation mode.\nThis is the test time setup where no posterior can be inferred from the\ntarget image.', 'signature': 'def generator_rnn(representations, query_poses, params,'}</s>{'name': 'create_sub_scop... | 0 |
{'name': '_CppLintState.PrintErrorCounts@tools/cpplint.py', 'description': 'Print a summary of errors by category, and the total.', 'signature': 'def PrintErrorCounts(self):'}</s>{'name': 'ParseArguments@tools/cpplint.py', 'description': 'Parses the command line arguments.\n\nThis may set the output format and verbosit... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRC_SOAP_DOTNET_ERROR = 2210 | 0 |
{'name': 'to_cartesian@icesat2_toolkit/spatial.py', 'description': 'Converts geodetic coordinates to Cartesian coordinates\n\nParameters\n----------\nlon: np.ndarray\n longitude (degrees east)\nlat: np.ndarray\n latitude (degrees north)\nh: float or np.ndarray, default 0.0\n height above ellipsoid (or sphere)\... | 0 |
{'name': 'MCMCAxes.visualize_metropolis_hastings_chain_sampling@manim_ml/diffusion/mcmc.py', 'description': 'Makes an animation for visualizing a 2D markov chain using\nmetropolis hastings samplings\n\nParameters\n----------\naxes : manim.mobject.graphing.coordinate_systems.Axes\n Manim 2D axes to plot the chain on\... | 0 |
{'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': 'visflow_jonas@utils/smal_vis.py', 'description': 'DOCSTRING', 'code': 'def visfl... | 0 |
{'name': 'markdownToclify@third_party/Catch2/scripts/updateDocumentToC.py', 'description': 'Function to add table of contents to markdown files.\n\nParameters\n-----------\n input_file: str\n Path to the markdown input file.\n\n output_file: str (default: None)\n Path to the markdown output file.\n\n min_toc_l... | 1 |
{'name': 'fill_filter_mosaics@grizli/pipeline/auto_script.py', 'description': 'Fill field mosaics with the average value taken from other filters so that all images have the same coverage\n\nParameters\n----------\nfield_root : str', 'signature': 'def fill_filter_mosaics(field_root):'}</s>THUMB_RGB_PARAMS = {'xsize': 4... | 0 |
{'name': 'Afni1D.label_prefix_to_ints@src/python_scripts/afnipy/lib_afni1D.py', 'description': 'return a list of label indices, based on what is kept or dropped\n keep labels in their original order\n\n if keep_pre and one of keep_pre matches, keep\n if drop_pre and one of drop_pre matches, remove\n\nreturn 0 on ... | 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': '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': 'FieldCompiler.py_type@src/betterproto/plugin/models.py', 'description': 'String representation of Python type.', 'signature': 'def py_type(self) -> str:'}</s>PROTO_MAP_TYPES = (FieldDescriptorProtoType.TYPE_MESSAGE,) | 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': 'build_pspnet50_prior_on_resnet_stem@model_util/pspnet/layers_builder.py', 'description': 'Build PSPNet.', 'signature': "def build_pspnet50_prior_on_resnet_stem(nb_classes, inputs, activation='softmax', is_training=True):"}</s>{'name': 'build_pspnet_basic_50@model_util/pspnet/layers_builder.py', 'description':... | 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... | 1 |
{'name': 'test_random_valid_mutation_without_insert@tests/unit/test_ea_mutation.py', 'description': 'Test if a valid mutation is applied at random.\n\nI am honestly not sure of the best way to test this.\nBecause of the random nature, we repeat this enough times to ensure\neach mutation is tried with probability >0.999... | 1 |
{'name': 'BaseRequest.is_xhr@src/back/kite/bottle.py', 'description': 'True if the request was triggered by a XMLHttpRequest. This only\nworks with JavaScript libraries that support the `X-Requested-With`\nheader (most of the popular libraries do). ', 'signature': 'def is_xhr(self):'}</s>{'name': 'HTTPResponse@src/back... | 0 |
{'name': 'ConfigDictUpdateTest.testRecursiveRename@ml_collections/config_dict/tests/config_dict_test.py', 'description': 'Test recursive_rename.\n\nThe dictionary should be the same but with the specified name changed.', 'signature': 'def testRecursiveRename(self):'}</s>{'name': '_TestClassNoStr@ml_collections/config_d... | 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': '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': 'make_game@reversibility/pycolab/pycolab/examples/warehouse_manager.py', 'description': 'Builds and returns a Warehouse Manager game for the selected level.', 'signature': 'def make_game(level):'}</s>{'name': '_character_check@reversibility/pycolab/pycolab/prefab_parts/sprites.py', 'description': "Make sure al... | 0 |
{'name': 'parse_srst2_ar@bin/GRiPHin.py', 'description': 'Parsing the srst2 file run on the ar gene database.', 'signature': 'def parse_srst2_ar(srst2_file, ar_dic, final_srst2_df, sample_name):'}</s>{'name': 'parse_kraken_report@bin/GRiPHin.py', 'description': 'Checking that only 1 genera with >25% of assigned reads.'... | 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': 'CScriptOp.decode_op_n@test/functional/test_framework/script.py', 'description': 'Decode a small integer opcode, returning an integer', 'signature': 'def decode_op_n(self):'}</s>OP_0NOTEQUAL = CScriptOp(0x92) | 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': 'Float64@src/api/python/z3/z3.py', 'descrip... | 0 |
{'name': 'simxGetVisionSensorImage@7_Demo_youBotPickAndPlace/code/vrep/VREP_RemoteAPIs/sim.py', 'description': 'Please have a look at the function description/documentation in the CoppeliaSim user manual', 'signature': 'def simxGetVisionSensorImage(clientID, sensorHandle, options, operationMode):'}</s>sim_boolparam_obj... | 0 |
{'name': 'CodeGenTest.test_fgpu_agent_func_comments@tests/python/codegen/test_codegen.py', 'description': 'Comments and doc string should be removed and not translated', 'signature': 'def test_fgpu_agent_func_comments(self):'}</s>py_fgpu_device_func_no_type = "@pyflamegpu.device_function
def func(x) -> int :
pass
" | 0 |
{'name': 'from_ftp@icesat2_toolkit/utilities.py', 'description': "Download a file from a ftp host\n\nParameters\n----------\nHOST: str or list\n remote ftp host path\nusername: str or NoneType\n ftp username\npassword: str or NoneType\n ftp password\ntimeout: int or NoneType, default None\n timeout in secon... | 0 |
{'name': 'PhonetisaurusTrainerMixin.train_ngram_model@montreal_forced_aligner/g2p/phonetisaurus_trainer.py', 'description': 'Train an ngram model on the aligned FSTs', 'signature': 'def train_ngram_model(self) -> None:'}</s>{'name': 'update_configuration@montreal_forced_aligner/config.py', 'description': 'DOCSTRING', '... | 0 |
{'name': 'MatchListener.exitComparisonExpressionAnd@stix2matcher/matcher.py', 'description': 'Consumes zero or two maps of observation IDs produced by child\n propTest\'s (see _obs_map_prop_test()) and/or\n sub-comparison-expressions.\nProduces: if one child expression, this callback does nothing. If\n two, the top... | 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': 'test_indices@gplearn/tests/test_genetic.py', 'description': 'Check that indices are stable when generated on the fly.', 'signature': 'def test_indices():'}</s>{'name': '_weighted_spearman@gplearn/fitness.py', 'description': 'Calculate the weighted Spearman correlation coefficient.', 'code': 'def _weighted_spe... | 0 |
{'name': 'DebuggerAPI.do_delete@tools/p4dbg.py', 'description': "Unsets a break point, previously set with the 'break' command: delete(d) <obj_type> <obj_name>", 'signature': 'def do_delete(self, line):'}</s>{'name': 'decorate_msg@tools/p4dbg.py', 'description': 'DOCSTRING', 'code': 'def decorate_msg(P, t, fmt):\n d... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQCQT_LOCAL_Q = 1 | 0 |
{'name': 'MikrotikTrackerCoordinator.__init__@custom_components/mikrotik_router/coordinator.py', 'description': 'Initialize MikrotikTrackerCoordinator.', 'signature': 'def __init__('}</s>DEFAULT_SENSOR_MANGLE = False | 0 |
{'name': '_covhelper@venv/Lib/site-packages/numpy/ma/extras.py', 'description': 'Private function for the computation of covariance and correlation\ncoefficients.', 'signature': 'def _covhelper(x, y=None, rowvar=True, allow_masked=True):'}</s>isarray = isMaskedArray | 0 |
{'name': 'Numeral.__rgt__@src/api/python/z3/z3num.py', 'description': 'Return True if `other > self`.\n\n>>> 2 > Numeral(Sqrt(2))\nTrue', 'signature': 'def __rgt__(self, other):'}</s>{'name': 'fpGEQ@src/api/python/z3/z3.py', 'description': "Create the Z3 floating-point expression `other >= self`.\n\n>>> x, y = FPs('x y... | 0 |
{'name': 'PacketFilter.kill_states@pf/filter.py', 'description': 'Clear states matching the specified arguments.\n\nStates can be specified by address family, layer-4 protocol, source and\ndestination addresses, interface name, label and routing domain. Return\nthe number of killed states.', 'signature': 'def kill_stat... | 0 |
{'name': 'CheckStyle@third_party/cpplint/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 lengths,\ntab usage, spaces inside code, etc.... | 0 |
{'name': 'TestFileModeLeadingZeroRule.test_network_mode@tests/unit/TestFileModeLeadingZeroRule.py', 'description': 'Ensure the mode argument in the network.managed state gets ignored. See\nrelated GitHub issue:\nhttps://github.com/warpnet/salt-lint/issues/255', 'signature': 'def test_network_mode(self):'}</s>{'name': '... | 0 |
{'name': 'RFXtrxProtocolTest.test_complete_packet@test/test_rfxtrx_protocol.py', 'description': 'Protocol should assemble incoming lines into complete packet.', 'signature': 'def test_complete_packet(self):'}</s>ACTUAL_SWITCH_POSITION = "^\d-\d:96\.3\.10.+?\r\n" | 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': '_is_running_tests@src/supporting-files/txn_safety.py', 'description': "An imperfect check for whether we're in a test: we see *_test.py.", 'signature': 'def _is_running_tests():'}</s>{'name': 'written_via_cron_model@src/supporting-files/txn_safety.py', 'description': 'Decorator that says this model is only up... | 0 |
{'name': 'cluster_anchors@lib/rpn_util.py', 'description': 'Clusters the anchors based on the imdb boxes (in 2D and/or 3D).\n\nGenerally, this method does a custom k-means clustering using 2D IoU\nas a distance metric.', 'signature': 'def cluster_anchors(feat_stride, anchors, test_scale, imdb, lbls, ilbls, anchor_ratio... | 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': 'HTTPRequest.read_request_line@cheroot/server.py', 'description': "Read and parse first line of the HTTP request.\n\nReturns:\n bool: True if the request line is valid or False if it's malformed.", 'signature': 'def read_request_line(self): # noqa: C901 # FIXME'}</s>{'name': 'TrueyZero@cheroot/workers/thr... | 0 |
{'name': 'Control.__init__@wntr/network/controls.py', 'description': 'Parameters\n----------\ncondition: ControlCondition\n The condition that should be used to determine when the actions need to be activated. When the condition\n evaluates to True, the then_actions are activated. When the condition evaluates to ... | 1 |
{'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': '__listAllUE9Unix@src/LabJackPython.py', 'description': 'Private listAll function for use on unix and mac machines to find UE9s.\n ', 'signature': 'def __listAllUE9Unix(connectionType):'}</s>LJE_NO_DATA_AVAILABLE = 1005 | 0 |
{'name': 'tlp_raw_layout@litepcie/tlp/common.py', 'description': 'Generate a raw TLP endpoint description.\n\nParameters:\n data_width (int): Width of the data (in bits).\n\nReturns:\n EndpointDescription: Raw TLP endpoint description.', 'signature': 'def tlp_raw_layout(data_width):'}</s>{'name': 'msi_layout@lite... | 0 |
{'name': 'CheckComment@tools/caffe-sphereface/scripts/cpp_lint.py', 'description': 'Checks for common mistakes in TODO comments.\n\nArgs:\n comment: The text of the comment from the line in question.\n filename: The name of the current file.\n linenum: The number of the line to check.\n error: The function to call ... | 0 |
{'name': 'plot_confusion_matrix@ch05-detecting-your-logo-in-social-media/keras-logos-gen-xception.py', 'description': 'This function prints and plots the confusion matrix.\nNormalization can be applied by setting `normalize=True`.', 'signature': 'def plot_confusion_matrix(cm, classes,'}</s>ROWS = 299 | 0 |
{'name': 'IUSequence.icon@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Return the icon to use in the frontend.', 'signature': 'def icon(self) -> str:'}</s>ICON_SEQUENCE_ZONE_OFF = "mdi:stop-circle-outline" | 0 |
{'name': 'make_html_table@grizli/aws/db.py', 'description': ' ', 'signature': 'def make_html_table(engine=None, columns=[\'root\', \'status\', \'id\', \'p_ra\', \'p_dec\', \'mag_auto\', \'flux_radius\', \'z_spec\', \'z_map\', \'bic_diff\', \'chinu\', \'log_pdf_max\', \'d4000\', \'d4000_e\'], where="AND status >= 5 A... | 0 |
{'name': 'writeSuites@cxxtest/cxxtestgen.py', 'description': 'Write all TestDescriptions and SuiteDescriptions', 'signature': 'def writeSuites(output):'}</s>{'name': 'scanInputFile@cxxtest/cxxtestgen.py', 'description': 'Scan single input file for test suites', 'code': "def scanInputFile(fileName):\n '''Scan single ... | 0 |
{'name': 'ParseArguments@scripts/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': '_Is... | 0 |
{'name': 'collect_oracle_results_at_res@mseg_semantic/scripts/collect_results.py', 'description': 'For all test datasets (except WildDash), aggregate the results of the corresponding\noracle models at a specific evaluation resolution (from resolution-specific .txt files in subfolders).\n\nArgs:\n resolution: either ... | 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': 'opcode_map_c@Ghidra/Processors/RISCV/scripts/binutil.py', 'description': 'CR |funct4 | cr0711 | cr0206 | op |\nCI |funct3 | cop1212 | cr0711 | cop0206 | op |\nCSS |funct3 | cop0712 | cr0206 | op |\nCIW |funct3 | cop0512 | cr0204s | op |\nCL |funct3 | cop1012 | cs0709s | cop0506 | cr0204s | op |\nCS ... | 0 |
{'name': 'IUSequence.load@custom_components/irrigation_unlimited/irrigation_unlimited.py', 'description': 'Load sequence data from the configuration', 'signature': 'def load(self, config: OrderedDict) -> "IUSequence":'}</s>STATUS_DELAY = "delay" | 0 |
{'name': 'write_memory@tools/pydfu.py', 'description': 'Writes a buffer into memory. This routine assumes that memory has\nalready been erased.', 'signature': 'def write_memory(addr, buf, progress=None, progress_addr=0, progress_size=0):'}</s>{'name': 'get_memory_layout@tools/pydfu.py', 'description': 'Returns an array... | 0 |
{'name': 'include_decl@src/services/mpiwrap/wrap.py', 'description': 'This function is used by macros to include attributes MPI declarations in their scope.', 'signature': 'def include_decl(scope, decl):'}</s>{'name': 'Chunk@src/services/mpiwrap/wrap.py', 'description': 'Represents a piece of a wrapper file. Is either... | 0 |
{'name': 'Chain.from_urdf_file@src/ikpy/chain.py', 'description': 'Creates a chain from an URDF file\n\nParameters\n----------\nurdf_file: str\n The path of the URDF file\nbase_elements: list of strings\n List of the links beginning the chain\nlast_link_vector: numpy.array\n Optional : The translation vector o... | 1 |
{'name': 'create_estimator_and_inputs@object_detection/model_lib.py', 'description': "Creates `Estimator`, input functions, and steps.\n\nArgs:\n run_config: A `RunConfig`.\n hparams: A `HParams`.\n pipeline_config_path: A path to a pipeline config file.\n config_override: A pipeline_pb2.TrainEvalPipelineConfig tex... | 0 |
{'name': 'readability@panoramix/simplify.py', 'description': "- replaces variable names with nicer ones,\n- fixes empty memory in calls\n- replaces 'max..' in setmems with msize variable\n (max can only appear because of this)", 'signature': 'def readability(trace):'}</s>{'name': 'simplify_trace@panoramix/simplify.p... | 0 |
{'name': 'MQTTSubscribeDriverConfEditor.default_stanza@bin/user/MQTTSubscribe.py', 'description': 'The default configuration stanza. ', 'signature': 'def default_stanza(self):'}</s>{'name': 'Parser@bin/user/MQTTSubscribe.py', 'description': 'Parse a MQTT message that is read from a file. ', 'base_classes': [], 'methods... | 0 |
{'name': 'Writer.register@transit/writer.py', 'description': 'Register custom converters for object types present in your\napplication. This allows you to extend Transit to encode new types.\nYou must specify the obj type to be encoded, and the handler class\nthat should be used by the Marshaler during write-time.', '... | 0 |
{'name': 'ZenPreTrainedModel.from_pretrained@ZEN/modeling.py', 'description': 'Instantiate a BertPreTrainedModel from a pre-trained model file or a pytorch state dict.\nDownload and cache the pre-trained model file if needed.\n\nParams:\n pretrained_model_name_or_path: either:\n - a str with the name of a pre... | 0 |
{'name': 'sniffPossibleFeed@src/feedvalidator/__init__.py', 'description': 'Use wild heuristics to detect something that might be intended as a feed.', 'signature': 'def sniffPossibleFeed(rawdata):'}</s>{'name': 'TextXml@src/feedvalidator/logging.py', 'description': 'DOCSTRING', 'base_classes': ['Info'], 'methods': []} | 0 |
{'name': 'Simplifier.using_params@src/api/python/z3/z3.py', 'description': 'Return a simplifier that uses the given configuration options', 'signature': 'def using_params(self, *args, **keys):'}</s>{'name': 'ApplyResultObj@src/api/python/z3/z3types.py', 'description': 'DOCSTRING', 'base_classes': ['ctypes.c_void_p'], '... | 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': 'TopLevelMixin.transform_fold@altair/vegalite/v5/api.py', 'description': 'Add a FoldTransform to the spec.\n\nParameters\n----------\nfold : List(string)\n An array of data fields indicating the properties to fold.\nas : [string, string]\n The output field names for the key and value properties produced ... | 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._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.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQAUTH_SET_IDENTITY_CONTEXT = 16 | 0 |
{'name': 'draw_dry_adiabat@pymeteo/skewt.py', 'description': 'Plot dry adiabats on axes\n\n:parameter axes: The axes to draw on\n:type axes: :py:class:`matplotlib.axes`\n\nThis function calculates dry adiabats\nand plots these lines. Adiabats are calculated \nevery 10 K', 'signature': 'def draw_dry_adiabat(axes):'}</s... | 0 |
{'name': 'balance@n26/cli.py', 'description': 'Show account balance ', 'signature': 'def balance():'}</s>{'name': 'statistics@n26/cli.py', 'description': 'Show your n26 statistics', 'code': 'def statistics(param_from: datetime or None, param_to: datetime or None):\n """Show your n26 statistics"""\n\n from_timesta... | 0 |
{'name': 'DebuggerAPI.do_resume_packet_in@tools/p4dbg.py', 'description': 'Start accepting packets into the switch again (undoes stop_packet_in)', 'signature': 'def do_resume_packet_in(self, line):'}</s>{'name': 'make_init_function@tools/p4dbg.py', 'description': 'DOCSTRING', 'code': 'def make_init_function(P, t, fmt):... | 0 |
{'name': 'make_df@ocr_utils.py', 'description': 'Given an numpy array of images and attributes of each image, place these in a pandas dataframe\n ', 'signature': 'def make_df(images, character_w, character_h, originalH, originalW, tops, lefts, orientation, recognized_label ):'}</s>{'name': 'load_E13B@ocr_utils.py', ... | 0 |
{'name': 'LoadBalancerAction.create_loadbalancer@qingcloud/iaas/actions/loadbalancer.py', 'description': 'Create new load balancer.\n@param eips: the IDs of the eips that will be associated to load balancer.\n@param loadbalancer_name: the name of the loadbalancer.\n@param security_group: the id of the security_group yo... | 0 |
{'name': 'authenticate@update_web/main.py', 'description': 'Sends a 401 response that enables basic auth', 'signature': 'def authenticate():'}</s>{'name': 'User@update_web/models.py', 'description': 'DOCSTRING', 'base_classes': ['db.Model'], 'methods': []} | 0 |
{'name': 'Comment.get@AO3/comments.py', 'description': 'Request a web page and return a Response object', 'signature': 'def get(self, *args, **kwargs):'}</s>{'name': 'BookmarkError@AO3/utils.py', 'description': 'DOCSTRING', 'base_classes': ['Exception'], 'methods': [{'name': 'BookmarkError.__init__@AO3/utils.py', 'desc... | 0 |
{'name': 'datetime.tzname@src/future/backports/datetime.py', 'description': 'Return the timezone name.\n\nNote that the name is 100% informational -- there\'s no requirement that\nit mean anything in particular. For example, "GMT", "UTC", "-500",\n"-5:00", "EDT", "US/Eastern", "America/New York" are all valid replies.'... | 0 |
{'name': 'MaskedArray.__imul__@venv/Lib/site-packages/numpy/ma/core.py', 'description': 'Multiply self by other in-place.', 'signature': 'def __imul__(self, other):'}</s>{'name': '_shrink_mask@venv/Lib/site-packages/numpy/ma/core.py', 'description': 'Shrink a mask to nomask if possible', 'code': 'def _shrink_mask(m):\n... | 0 |
{'name': 'carfac_init@python/np/carfac.py', 'description': 'Initialize state for one or more ears of a CARFAC model.\n\nThis allocates and zeros all the state vector storage in the cfp struct.\nArgs:\n cfp: the state structure for the filterbank\n\nReturns:\n A new version of the state structure with all initializati... | 0 |
{'name': 'test_network_outputs_onnx@mne_icalabel/iclabel/network/tests/test_network.py', 'description': "Compare that the ICLabel network in onnx and matlab outputs the same values.\n\nCompare the outputs for a common set of features (input to the forward pass).\n\nNotes\n-----\nThe forward pass has been run in matconv... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.