text string | label int64 |
|---|---|
{'name': 'auto_from_dict@a38/fattura.py', 'description': 'Given the equivalent of a Fattura.to_jsonable() data structure,\nreconstruct the fattura', 'signature': 'def auto_from_dict('}</s>TIPO_DOCUMENTO = (
"TD01", # FATTURA
"TD02", # ACCONTO/ANTICIPO SU FATTURA
"TD03", # ACCONTO/ANTICIPO SU PARCELLA
... | 0 |
{'name': 'test_sorting@voluptuous/tests/tests.py', 'description': 'Expect alphabetic sorting', 'signature': 'def test_sorting():'}</s>{'name': 'test_clamp_invalid@voluptuous/tests/tests.py', 'description': 'DOCSTRING', 'code': 'def test_clamp_invalid():\n s = Schema(Clamp(min=1, max=10))\n if sys.version_info.maj... | 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': 'Photo.getPhotoFile@flickr_api/objects.py', 'description': " returns the URL to the photo file corresponding to the\n given size.\n\nArguments:\n size_label: The label corresponding to the photo size\n\n 'Square': 75x75\n 'Thumbnail': 100 on longest side\n 'Small': 240 on longest... | 1 |
{'name': 'render_quoted_form@hy/core/result_macros.py', 'description': 'Render a quoted form as a new hy Expression.\n\n`level` is the level of quasiquoting of the current form. We can\nunquote if level is 0.\n\nReturns a two-tuple (`expression`, `splice`).\n\nThe `splice` return value is used to mark `unquote-splice`d... | 0 |
{'name': 'RemoteTest.fill_default_arguments@tests/run_all_tests.py', 'description': 'Fills in default arguments for the RemoteTest object.\n\nThis method fills in default arguments for the RemoteTest object based\non the specified test name. It sets default values for test name filters,\nMinIO configurations, Google te... | 0 |
{'name': 'plot_on_site_potential@macrodensity/plotting.py', 'description': "Plot on-site electrostatic potential for a specific species.\n\nThis function reads the electronic potential from the specified VASP\noutput file (LOCPOT) and the atomic coordinates from the POSCAR file.\nIt then calculates the on-site electros... | 0 |
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQIACH_SHARING_CONVERSATIONS = 1615 | 0 |
{'name': 'create_for_folder_subcommand@ascmhl/commands.py', 'description': 'Creates a new generation with all files in a folder hierarchy.\n\nROOT_PATH: the root path to use for the asc mhl history\n\nAll files are hashed and will be compared to previous records in the `asc-mhl` folder if they exists.\nThe command find... | 0 |
{'name': 'PFDivert._to_string@pf/rule.py', 'description': 'Return a string representation of the object.', 'signature': 'def _to_string(self):'}</s>ICMP_IPV6_IAMHERE = 34 | 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>MQCO_DELETE = 1 | 0 |
{'name': 'SessionManager.__init_session_driver@torndsession/session.py', 'description': 'setup session driver.', 'signature': 'def __init_session_driver(self):'}</s>l = [c for c in map(chr, _xrange(256))] | 0 |
{'name': 'convert_model@lib/nn/sync_batchnorm/batchnorm.py', 'description': 'Traverse the input module and its child recursively\n and replace all instance of torch.nn.modules.batchnorm.BatchNorm*N*d\n to SynchronizedBatchNorm*N*d\n\nArgs:\n module: the input module needs to be convert to SyncBN model\n\nExample... | 1 |
{'name': 'text_error_template@mako/exceptions.py', 'description': 'Provides a template that renders a stack trace in a similar format to\nthe Python interpreter, substituting source template filenames, line\nnumbers and code for that of the originating source template, as\napplicable.', 'signature': 'def text_error_tem... | 0 |
{'name': 'TestMonitorClientEnterprise.test_monitorclient_logs_and_surround@tests/tests/test_monitor_client.py', 'description': 'Tests more lines of logs surrounding a line matching a pattern', 'signature': 'def test_monitorclient_logs_and_surround(self, monitor_commercial_setup_no_client):'}</s>{'name': 'TestMonitorCli... | 1 |
{'name': 'field_rgb@grizli/pipeline/auto_script.py', 'description': "RGB image of the field mosaics\n\nParameters\n----------\n\nroot : str\n Field rootname\n\nxsize : float\n Figure size\n\noutput_dpi : int\n Figure DPI\n\nHOME_PATH : str\n Path to look for mosaic files\n\nshow_ir : bool\n Clip around W... | 0 |
{'name': '_type_expression@swagger_to/ts_angular5_client.py', 'description': 'Translate the type definition in Typescript representation to a type expression as Typescript code.\n\n:param typedef: Typescript representation of the type definition\n:param path: path in the Swagger spec\n:return: Typescript code', 'signat... | 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': 'FlexFieldsSerializerMixin.get_maximum_expansion_depth@rest_flex_fields/serializers.py', 'description': 'Defined at serializer level or based on MAXIMUM_EXPANSION_DEPTH setting', 'signature': 'def get_maximum_expansion_depth(self) -> Optional[int]:'}</s>{'name': 'split_levels@rest_flex_fields/utils.py', 'descr... | 0 |
{'name': 'Expression.statement@da/compiler/dast.py', 'description': 'The first statement parent of this expression, if any.\n\n ', 'signature': 'def statement(self):'}</s>{'name': 'FloorDivOp@da/compiler/dast.py', 'description': 'DOCSTRING', 'base_classes': ['Operator'], 'methods': []} | 0 |
{'name': 'PacketFilter.set_limit@pf/filter.py', 'description': "Set hard limits on the memory pools used by Packet Filter.\n\n'limit' can be either one of the PF_LIMIT_* constants or a string; a\n'value' of UINT_MAX means unlimited. Raise PFError if the current pool\nsize exceeds the requested hard limit.", 'signature'... | 0 |
{'name': 'ProvisioningView.create@nssmf/views.py', 'description': 'Allocate Network Slice Subnet Instance.\nAllocate a new individual Network Slice Subnet Instance', 'signature': 'def create(self, request, *args, **kwargs):'}</s>ALLOWED_HOSTS = ['*'] | 0 |
{'name': 'Topic.close@code/pymqi/__init__.py', 'description': 'Close the topic, using options.\n ', 'signature': 'def close(self, options=CMQC.MQCO_NONE):'}</s>MQWXP_VERSION_4 = 4 | 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': 'plot_sounding_axes@pymeteo/skewt.py', 'description': 'Plots Skew-T/Log-P axes\n\nThis will plot isotherms, isobars, dry and moist adiabats, \nlines of constant water vapor mixing ratio, labels and \nsetup the y axes to be reversed.\n\n:paramter axes: The axes to draw on', 'signature': 'def plot_sounding_axes(... | 0 |
{'name': 'get_hconfig_view@hier_config/constructors.py', 'description': 'Instantiates the appropriate HConfigView.\n\nIf you implement your own HConfigView, you will likely need to create a function like this one locally.', 'signature': 'def get_hconfig_view(config: HConfig) -> HConfigViewBase:'}</s>{'name': 'HConfigCh... | 0 |
{'name': 'TestingParser.fill_default_tls_stdout_filename@tests/run_all_tests.py', 'description': 'Sets the default TLS stdout filename for testing if it is not already\nspecified.\n\nThis method checks if the `tls_stdout_filename` attribute in the\n`testing_args` object is set. If it is not set, it assigns a default\nv... | 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': 'user@backend-tests/tests/test_aws_iotcore.py', 'description': 'Create Mender user and create an AWS IoT Core integration in iot-manager using the connection string.', 'signature': 'def user(clean_mongo) -> Optional[User]:'}</s>{'name': 'DeviceShadow@backend-tests/tests/test_aws_iotcore.py', 'description': 'DO... | 0 |
{'name': 'PyMolecule.GetAllDescriptor@PyBioMed/Pymolecule.py', 'description': '#################################################################\nCalculate all descriptors (608).\n\nUsage:\n\n res=GetAllDescriptor()\n\n res is a dict form.\n#################################################################', 'sign... | 0 |
{'name': 'DastUnparser.enter@da/compiler/pseudo.py', 'description': "Print ':', and increase the indentation.", 'signature': 'def enter(self):'}</s>{'name': 'SumExpr@da/compiler/dast.py', 'description': 'DOCSTRING', 'base_classes': ['AggregateExpr'], 'methods': []} | 0 |
{'name': 'RidgeLogisticRegression.fit@parsimony/estimators.py', 'description': 'Fit the estimator to the data.\n ', 'signature': 'def fit(self, X, y, beta=None, sample_weight=None):'}</s>{'name': 'GridSearchKFoldRegression@parsimony/estimators.py', 'description': 'Estimator for performing a grid search with k-fo... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQPSPROP_COMPAT = 1 | 0 |
{'name': 'Printer.overall_coverage_stat@docstr_coverage/printers.py', 'description': 'Getting full coverage statistic.\n\nFor `verbosity` with value:\n * `0` - Only `total_coverage` value returning.\n * `1` - All fields, except `files_info`.\n * `2` - All fields.', 'signature': 'def overall_coverage_stat(self)... | 1 |
{'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': 'merge@pairtools/cli/merge.py', 'description': 'Merge .pairs/.pairsam files.\nBy default, assumes that the files are sorted and maintains the sorting.\n\nMerge triu-flipped sorted pairs/pairsam files. If present, the @SQ records\nof the SAM header must be identical; the sorting order of\nthese lines is taken f... | 0 |
{'name': 'process_assignments_and_deletions@da/compiler/incgen.py', 'description': 'Generate stub and hook for assignments and deletions.\n\nThis should be called after the query parameters have been accumulated.', 'signature': 'def process_assignments_and_deletions(state):'}</s>{'name': 'MaxCompExpr@da/compiler/dast.p... | 0 |
{'name': 'triangle_silk@scripts/build_mod_chip.py', 'description': 'Draw a triangle silkscreen pointing to pin 1.', 'signature': 'def triangle_silk(conf):'}</s>silk_width = 0.15 | 1 |
{'name': '_CppLintState.PrintErrorCounts@tools/cpplint.py', 'description': 'Print a summary of errors by category, and the total.', 'signature': 'def PrintErrorCounts(self):'}</s>{'name': 'CheckGlobalStatic@tools/cpplint.py', 'description': 'Check for unsafe global or static objects.\n\nArgs:\n filename: The name of t... | 0 |
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQCACF_TO_SUB_NAME = 3164 | 0 |
{'name': 'CreateTimeTemplate.create@vulfocus-api/dockerapi/views.py', 'description': '创建计时模式模版', 'signature': 'def create(self, request, *args, **kwargs):'}</s>{'name': 'TimeRank@vulfocus-api/dockerapi/models.py', 'description': '时间模式排名', 'base_classes': ['models.Model'], 'methods': []} | 0 |
{'name': 'TypeAndTypeListTestCase.test@tools/lldb/packages/Python/lldbsuite/test/python_api/type/TestTypeList.py', 'description': 'Exercise SBType and SBTypeList API.', 'signature': 'def test(self):'}</s>STOPPED_DUE_TO_ASSERT = "Process should be stopped due to an assertion" | 0 |
{'name': 'GenerateOutput@gyp/pylib/gyp/generator/msvs.py', 'description': "Generate .sln and .vcproj files.\n\nThis is the entry point for this generator.\nArguments:\n target_list: List of target pairs: 'base/base.gyp:base'.\n target_dicts: Dict of target properties keyed on target pair.\n data: Dictionary containi... | 0 |
{'name': 'check_multiple_rvt_shift_opts@src/python_scripts/afnipy/lib_physio_opts.py', 'description': "Can only use at most one '-rvt_shift*' opt. Simplest to check for\nthat at one time.\n\nParameters\n----------\nargs_dict : dict\n The dictionary of arguments and option values.\n\nReturns\n-------\nis_bad : int\n... | 0 |
{'name': 'QDQQuantizer.quantize_bias_static@onnxruntime/python/tools/quantization/qdq_quantizer.py', 'description': 'Quantized the bias. Zero Point == 0 and Scale == Input_Scale * Weight_Scale', 'signature': 'def quantize_bias_static(self, bias_name: str, bias_info: QDQBiasQuantInfo) -> str:'}</s>{'name': 'compute_scal... | 0 |
{'name': 'evaluate@lab-11-X-mnist_cnn_low_memory.py', 'description': 'Run a minibatch accuracy op', 'signature': 'def evaluate(X_sample, y_sample, batch_size=512):'}</s>keep_prob = tf.placeholder(tf.float32) | 1 |
{'name': 'PSSymbolReplaceTest.test_simple_case@tensorflow_quantum/core/ops/tfq_ps_util_ops_test.py', 'description': 'Test trivial case.', 'signature': 'def test_simple_case(self):'}</s>{'name': 'get_supported_gates@tensorflow_quantum/python/util.py', 'description': 'A helper to get gates supported by TFQ.\n\nReturns a ... | 0 |
{'name': 'test_switching_threads@tests/unit/test_tui_reporter.py', 'description': 'Test that we can switch which thread is displayed', 'signature': 'def test_switching_threads():'}</s>{'name': 'test_merge_mode_new_threads@tests/unit/test_tui_reporter.py', 'description': "Test that the 'All threads' is still displayed w... | 0 |
{'name': 'space_minify@htmlmin/minify.py', 'description': 'recursive function to reduce space characters in html code.\n\n:param soup: a BeautifulSoup of the code to reduce\n:type soup: bs4.BeautifulSoup\n:param ignore_comments: whether or not to keep comments in the\n result\n:type ignore_commen... | 1 |
{'name': 'FindArchitectureBasicSuite.test_train_models_on_samples_with_generators@tests/test_find_architecture.py', 'description': 'Model should be able to train using a generator as an input', 'signature': 'def test_train_models_on_samples_with_generators(self):'}</s>{'name': 'train_models_on_samples@mcfly/find_archit... | 1 |
{'name': 'plot_legend@pymeteo/skewt.py', 'description': 'Plot skew-t legend', 'signature': 'def plot_legend(axes):'}</s>{'name': 'skew@pymeteo/skewt.py', 'description': 'Puts the skew in skew-T\n\n:parameter p: pressure level of the point.\n\nThis calculates the skew of the T axis for a point to plot. \nThis assumes a... | 0 |
{'name': 'BL3Profile.set_vaultcard3_keys@bl3save/bl3profile.py', 'description': 'Sets the number of Vault Card 3 keys to `num_keys`', 'signature': 'def set_vaultcard3_keys(self, num_keys):'}</s>profile_roomdeco_obj_to_eng = {
'/Game/PatchDLC/Alisma/PlayerCharacters/_Customizations/RoomDeco/RoomDeco_DLC4_01_Orbs... | 0 |
{'name': 'GridOptimizationRecord.serialize_key@qcportal/models/gridoptimization.py', 'description': 'Serializes the key to map to the internal keys.\n\nParameters\n----------\nkey : Union[int, Tuple[int]]\n A integer or list of integers denoting the position in the grid\n to find.\n\nReturns\n-------\nstr\n Th... | 0 |
{'name': 'test_eeg_rpsd@mne_icalabel/iclabel/tests/test_features.py', 'description': 'Test eeg_rpsd function that extract the PSD feature from the IC.', 'signature': 'def test_eeg_rpsd(fname, constants_fname, step_by_step_fname, psd_fname, type_):'}</s>raw_icaact_eeglab_path = dataset_path / "icaact/icaact-raw.mat" | 0 |
{'name': 'CSSParser.parse_selectors@SneakerBot 2019/venv/lib/python3.7/site-packages/soupsieve/css_parser.py', 'description': 'Parse selectors.', 'signature': 'def parse_selectors(self, iselector, index=0, flags=0):'}</s>FLG_IN_RANGE = 128 | 1 |
{'name': 'count@kb_python/count.py', 'description': 'Generates count matrices for single-cell RNA seq.\n\nArgs:\n index_path: Path to kallisto index\n t2g_path: Path to transcript-to-gene mapping\n technology: Single-cell technology used\n out_dir: Path to output directory\n fastqs: List of FASTQ file pa... | 0 |
{'name': 'parse_tcsh_args@src/python_scripts/afnipy/lib_apqc_io.py', 'description': 'Parse arguments for tcsh scripter.\n\nInput\n-----\nargv : list of args (not including prog name)\n\nReturn\n------\n\niopts : an object with the argument values stored, including a\n self-"check_req()" method, as well.', 'signature... | 0 |
{'name': '_deaugment_averaging@pytorch_toolbelt/inference/tta.py', 'description': 'Average predictions of TTA-ed model.\nThis function assumes TTA dimension is 0, e.g [T, B, C, Ci, Cj, ..]\n\nArgs:\n x: Input tensor of shape [T, B, ... ]\n reduction: Reduction mode ("sum", "mean", "gmean", "hmean", function, None... | 0 |
{'name': 'StaticVariableTestCase.test_with_run_command@llvm-12.0.0-project/lldb/test/API/lang/cpp/class_static/TestStaticVariables.py', 'description': 'Test that file and class static variables display correctly.', 'signature': 'def test_with_run_command(self):'}</s>{'name': 'get_xcode_sdk@llvm-12.0.0-project/lldb/pack... | 0 |
{'name': 'SegWitTest.test_witness_sigops@test/functional/p2p_segwit.py', 'description': 'Ensure sigop counting is correct inside witnesses.', 'signature': 'def test_witness_sigops(self):'}</s>OP_4 = CScriptOp(0x54) | 0 |
{'name': 'transform@cpca/__init__.py', 'description': '将地址描述字符串转换以"省","市","区"信息为列的DataFrame表格\nArgs:\n locations:地址描述字符集合,可以是list, Series等任意可以进行for in循环的集合\n 比如:["徐汇区虹漕路461号58号楼5楼", "泉州市洛江区万安塘西工业区"]\n index:可以通过这个参数指定输出的DataFrame的index,默认情况下是range(len(data))\n pos_sensitive:如果为True则会多返回三列,分别提取出的省市... | 0 |
{'name': 'ISmoothingSpline.__call__@csaps/_base.py', 'description': 'Evaluates spline on the data sites', 'signature': 'def __call__(self, xi: TXi, nu: Optional[TNu] = None, extrapolate: Optional[TExtrapolate] = None) -> np.ndarray:'}</s>TNu = TypeVar('TNu', int, Tuple[int, ...]) | 1 |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 25