text
string
label
int64
{'name': '_makeTags@venv/Lib/site-packages/pip-19.0.3-py3.6.egg/pip/_vendor/pyparsing.py', 'description': 'Internal helper to construct opening and closing tag expressions, given a tag name', 'signature': 'def _makeTags(tagStr, xml):'}</s>dblQuotedString = Combine(Regex(r'"(?:[^"\n\r\\]|(?:"")|(?:\\(?:[^x]|x[0-9a-fA-F]...
1
{'name': 'UNSUBSCRIBE.encode@src/mqtt/pdu.py', 'description': 'Encode and store an UNSUBCRIBE control packet\n@raise e: C{ValueError} if any encoded topic string exceeds 65535 bytes', 'signature': 'def encode(self):'}</s>{'name': 'PUBCOMP@src/mqtt/pdu.py', 'description': 'DOCSTRING', 'base_classes': ['object'], 'method...
0
{'name': 'convert_generation_model@onnxruntime/python/tools/transformers/convert_generation.py', 'description': 'Convert model according to command line arguments.\n\nArgs:\n args (argparse.Namespace): arguments parsed from command line', 'signature': 'def convert_generation_model('}</s>{'name': 'fix_past_sequence_l...
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': '_IsType@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Check if expression looks like a type name, returns true if so.\n\nArgs:\n clean_lines: A CleansedLines instance containing the file.\n nesting_state: A NestingState instance which maintains information about\n the current stac...
0
{'name': 'hybrid_cqt@librosa/core/constantq.py', 'description': "Compute the hybrid constant-Q transform of an audio signal.\n\nHere, the hybrid CQT uses the pseudo CQT for higher frequencies where\nthe hop_length is longer than half the filter length and the full CQT\nfor lower frequencies.\n\nParameters\n----------\n...
1
{'name': 'Architecture.__get_register@gef.py', 'description': "Return a register's value.", 'signature': 'def __get_register(self, regname: str) -> int:'}</s>{'name': 'align_address_to_page@gef.py', 'description': 'Align the address to a page.', 'code': 'def align_address_to_page(address: int) -> int:\n """Align the...
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQMT_APPL_LAST = 999999999
0
{'name': 'SendMessage._setup_workflow@py/send_message.py', 'description': 'TODO: Document', 'signature': 'def _setup_workflow(self) -> None:'}</s>ERR_MSG_TIMEOUT = 5
0
{'name': 'EntriesMaintainer.update_readme_tocs@code/maintenance_entries.py', 'description': 'Recounts entries in sub categories and writes them to the readme.\nAlso updates the _toc files in the categories directories.\n\nNote: The Readme must have a specific structure at the beginning, starting with "# Open Source Gam...
0
{'name': 'GtkydInfo.read_all_hdrs@src/python_scripts/afnipy/lib_gtkyd.py', 'description': 'go through all infiles and get header info. This populates a list\nof headers, one-for-one with the infiles', 'signature': 'def read_all_hdrs(self):'}</s>{'name': 'basis_has_one_reg@src/python_scripts/afnipy/afni_util.py', 'descr...
0
{'name': 'DecisionTreeDiagram._make_node@manim_ml/decision_tree/decision_tree.py', 'description': 'Make node', 'signature': 'def _make_node('}</s>{'name': 'DecisionTreeContainer@manim_ml/decision_tree/decision_tree.py', 'description': 'Connects the DecisionTreeDiagram to the DecisionTreeEmbedding', 'base_classes': [], ...
0
{'name': 'NesterovFunction.prox@parsimony/functions/properties.py', 'description': 'The proximal operator corresponding to this function.\n\nThe proximal operator is computed numerically. This method should be\noverloaded if the function has a known proximal operator.\n\nFrom the interface "ProximalOperator".\n\nParame...
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': 'ProcessGlobalSuppresions@tools/cpplint.py', 'description': 'Updates the list of global error suppressions.\n\nParses any lint directives in the file that have global effect.\n\nArgs:\n lines: An array of strings, each representing a line of the file, with the\n last element being empty if the file is...
0
{'name': 'artefacts_mix@tomophantom/artefacts.py', 'description': "A module to generate and apply a mix of various typical imaging artefacts to add to the simulated data.\n One can build various dictionaries with keywords arguments specified\n bellow and pass it to the function as: `artefacts_mix(data, **noise_dict...
1
{'name': 'timedifference@code/link_coref.py', 'description': 'compute difference of time between two mentions', 'signature': 'def timedifference(pubdate,events,eventid1,eventid2):'}</s>Date = ['Date','Time','Duration']
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': 'get_color@src/czml3/types.py', 'description': 'Determines if the input is a valid color', 'signature': 'def get_color(color) -> list[float] | None:'}</s>{'name': 'FontValue@src/czml3/types.py', 'description': 'A font, specified using the same syntax as the CSS "font" property.', 'base_classes': ['BaseCZMLObje...
0
{'name': 'MessageSetItemDecoder@third_party/dawn/third_party/protobuf/python/google/protobuf/internal/decoder.py', 'description': 'Returns a decoder for a MessageSet item.\n\nThe parameter is the message Descriptor.\n\nThe message set message looks like this:\n message MessageSet {\n repeated group Item = 1 {\n ...
0
{'name': '_nested_lookup@src/libs/util.py', 'description': 'Lookup a key in a nested document, yield a value', 'signature': 'def _nested_lookup(key, values, document, wild=False, return_parent=False):'}</s>{'name': 'get_parent_region_scope@src/libs/util.py', 'description': 'DOCSTRING', 'code': 'def get_parent_region_sc...
0
{'name': 'PCFExecute.unpack@code/pymqi/__init__.py', 'description': 'Unpack PCF message to dictionary\n ', 'signature': 'def unpack(message): # type: (bytes) -> dict'}</s>MQAT_DEFAULT = 11
0
{'name': 'Launcher.Run@third_party/usd/lib/python/pxr/Usdviewq/__init__.py', 'description': 'The main entry point to launch a process using UsdView.', 'signature': 'def Run(self):'}</s>{'name': 'AddCmdlineArgs@third_party/usd/lib/python/pxr/UsdAppUtils/cameraArgs.py', 'description': "Adds camera-related command line ar...
0
{'name': 'test_fit_verbose_false_does_not_raise@sysidentpy/neural_network/tests/test_narxnn.py', 'description': 'Fit does not raise an error when verbose=False and validation data is missing.', 'signature': 'def test_fit_verbose_false_does_not_raise():'}</s>X_test = x[split_data::, 0]
1
{'name': 'parse_date@emissionsapi/web.py', 'description': 'Function wrapper replacing string date arguments with\ndatetime.datetime\n\n:param keys: keys to be parsed and replaced\n:type keys: list\n:return: wrapper function\n:rtype: func', 'signature': 'def parse_date(*keys):'}</s>{'name': 'prometheus_metrics@emissions...
0
{'name': 'GtkydInfo.read_all_hdrs@src/python_scripts/afnipy/lib_gtkyd.py', 'description': 'go through all infiles and get header info. This populates a list\nof headers, one-for-one with the infiles', 'signature': 'def read_all_hdrs(self):'}</s>gtkyd_3dinfo_all = { "prefix_noext" : 1, "n3" : 3, "nv" : 1, ...
0
{'name': 'MatchListener.exitPropTestLike@stix2matcher/matcher.py', 'description': "Consumes an observation data map, {obs_id: {...}, ...}, representing\n selected values from Cyber Observable objects in each observation\n (grouped by observation index and root Cyber Observable object ID).\n See exitObjectPath().\nPr...
0
{'name': 'AllMsgGenerator.get_coupon_data@spider_project/dzdp/details/crawler.py', 'description': '优惠券', 'signature': 'def get_coupon_data(self):'}</s>{'name': 'record_shop_id@spider_project/dzdp/details/crawler.py', 'description': 'DOCSTRING', 'code': 'def record_shop_id(shop_id):\n file_name = "used_id.csv"\n w...
0
{'name': 'DatabaseManager.run_migration@peewee_moves.py', 'description': "Run a single migration. Does not check to see if migration has already been applied.\n\n:param migration: Migration to run.\n:param: Direction to run (either 'upgrade' or 'downgrade') (default upgrade).\n:return: True if migration was run success...
0
{'name': 'Zeroconf.unregisterService@stino/pyarduino/base/zeroconf.py', 'description': 'Unregister a service.', 'signature': 'def unregisterService(self, info):'}</s>_FLAGS_AA = 1024
1
{'name': 'TestLongGf.test_parse_mouse@test/test_parsers.py', 'description': 'Test basic parsing.', 'signature': 'def test_parse_mouse(self):'}</s>db_human_hg38 = database.AGFusionDB(abspath(join(curdir, "agfusion.homo_sapiens.111.db")))
0
{'name': 'check_inbox@tor/core/inbox.py', 'description': 'Go through all the unread messages in the inbox.\n\nIt deliberately leaves mail which does not fit into either category so that it can\nbe read manually at a later point.\n\n:return: None.', 'signature': 'def check_inbox(cfg: Config) -> None:'}</s>{'name': 'proc...
0
{'name': 'FiniteDomainSort@src/api/python/z3/z3.py', 'description': 'Create a named finite domain sort of a given size sz', 'signature': 'def FiniteDomainSort(name, sz, ctx=None):'}</s>{'name': 'Reals@src/api/python/z3/z3.py', 'description': "Return a tuple of real constants.\n\n>>> x, y, z = Reals('x y z')\n>>> Sum(x,...
0
{'name': 'MainFrame.update_textlist_from_xmat@src/python_scripts/afnipy/gui_xmat.py', 'description': 'given the X matrix and columns, fill screen data list', 'signature': 'def update_textlist_from_xmat(self):'}</s>g_help_string = " ============================================================================= xmat_tool....
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': 'RelDetection.predict@network.py', 'description': 'Same code works for both pairwise or pointwise', 'signature': 'def predict(self, ques, paths, paths_rel1,paths_rel2, device):'}</s>{'name': 'compute_mask@utils/tensor_utils.py', 'description': 'compute mask on given tensor t\n:param t:\n:param padding_idx:\n:r...
0
{'name': 'process_line@venv/Lib/site-packages/pip-19.0.3-py3.8.egg/pip/_internal/req/req_file.py', 'description': 'Process a single requirements line; This can result in creating/yielding\nrequirements, or updating the finder.\n\nFor lines that contain requirements, the only options that have an effect\nare from SUPPOR...
0
{'name': 'get_int_property@serial/tools/list_ports_osx.py', 'description': 'Search the given device for the specified string property\n\n@param device_type Device to search\n@param property String to search for\n@param cf_number_type CFType number\n\n@return Python string containing the value, or None if not found.', '...
0
{'name': '_GenerateMSVSProject@gyp/pylib/gyp/generator/msvs.py', 'description': 'Generates a .vcproj file. It may create .rules and .user files too.\n\nArguments:\n project: The project object we will generate the file for.\n options: Global options passed to the generator.\n version: The VisualStudioVersion object...
0
{'name': 'logger@tests/k8s/conftest.py', 'description': 'Set root logger to DEBUG, and add stream handler', 'signature': 'def logger():'}</s>{'name': 'k8s_config@tests/k8s/conftest.py', 'description': 'Configure k8s for test-runs', 'code': 'def k8s_config(monkeypatch):\n """Configure k8s for test-runs"""\n monkey...
0
{'name': 'p_unary_expression@ctypesgen/parser/cgrammar.py', 'description': 'unary_expression : postfix_expression\n| INC_OP unary_expression\n| DEC_OP unary_expression\n| unary_operator cast_expression\n| SIZEOF unary_expression\n| SIZEOF LPAREN type_name RPAREN\n| asm_expression', 'signature': 'def p_unary_expression(...
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': 'parse_param@src/civis/resources/_resources.py', 'description': 'Parse a parameter into a list of dictionaries which can\nbe used to add the parameter to a dynamically generated function.', 'signature': 'def parse_param(param):'}</s>TYPE_MAP = { # We have to use "List" not "list" here. There are numerous `...
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_DISPLAY_TYPE = 262
0
{'name': '__coord_n@librosa/display.py', 'description': 'Get bare positions', 'signature': 'def __coord_n(n: int, **_kwargs: Any) -> np.ndarray:'}</s>{'name': 'FJSFormatter@librosa/display.py', 'description': "Ticker formatter for Functional Just System (FJS) notation\n\nParameters\n----------\nfmin : float\n The un...
0
{'name': 'perform_scaling@Pose2Sim/kinematics.py', 'description': 'Perform model scaling based on the (not necessarily static) TRC file:\n- Remove 10% fastest frames (potential outliers)\n- Remove frames where coordinate speed is null (person probably out of frame)\n- Remove 40% most extreme calculated segment values (...
1
{'name': 'HeroesMap.xyz_set_river@h3m/phlm/phlm.py', 'description': 'Sets the road of the specified coordinate. \nAccepts: None, Clear, Icy, Muddy, Lava', 'signature': 'def xyz_set_river(self, x, y, z, type = Dirt):'}</s>Red = c_int(0)
0
{'name': 'Matrix.cast@python/taichi/lang/matrix.py', 'description': 'Cast the matrix elements to a specified data type.\n\nArgs:\n dtype (:mod:`~taichi.types.primitive_types`): data type of the\n returned matrix.\n\nReturns:\n :class:`taichi.Matrix`: A new matrix with the specified data dtype.\n\nExample::...
0
{'name': 'extract_data@ytmdl/main.py', 'description': 'Extract the arguments and act accordingly.', 'signature': 'def extract_data():'}</s>{'name': 'get_chapters@ytmdl/yt.py', 'description': 'Get the chapters of the passed URL.\n ', 'code': 'def get_chapters(url, ytdl_config: str = None):\n """Get the chapters of...
0
{'name': 'csqrt@python/taichi/math/_complex.py', 'description': 'Returns the complex square root of a 2d vector `z`, so that\nif `w^2=z`, then `w = csqrt(z)`.\n\nAmong the two square roots of `z`, if their real parts are non-zero,\nthe one with positive real part is returned. If both their real parts\nare zero, the one...
0
{'name': 'Result.header_id@pytest_testdox/data_structures.py', 'description': 'Return the same value when the result should be aggregated under the\nsame class or module (this is not guaranteed in "header" property,\nwhich should be used when displaying to the user)', 'signature': 'def header_id(self) -> str:'}</s>{'na...
0
{'name': 'discretize_lane@python-sdk/nuscenes/map_expansion/arcline_path_utils.py', 'description': 'Discretizes a lane and returns list of all the poses alone the lane.\n:param lane: Lanes are represented as a list of arcline paths.\n:param resolution_meters: How finely to discretize the lane. Smaller values ensure cur...
0
{'name': 'sptk_extract@parallel_wavegan/bin/evaluate_mcd.py', 'description': 'Extract SPTK-based mel-cepstrum.\n\nArgs:\n x (ndarray): 1D waveform array.\n fs (int): Sampling rate\n n_fft (int): FFT length in point (default=512).\n n_shift (int): Shift length in point (default=256).\n mcep_dim (int): Dim...
0
{'name': 'AutoCompleter.get_completions@autocomplete.py', 'description': 'Get all the completions related to the current file.', 'signature': 'def get_completions(self, view, locations):'}</s>{'name': 'get_cabal_project_dir_of_file@sublime_haskell_common.py', 'description': 'Return the path to the .cabal file project f...
0
{'name': 'ServiceInfo.getAddress@stino/pyarduino/base/zeroconf.py', 'description': 'Address accessor', 'signature': 'def getAddress(self):'}</s>_TYPE_MD = 3
0
{'name': 'TranslationFromPretrainedBARTTask.load_dataset@fairseq/tasks/translation_from_pretrained_bart.py', 'description': 'Load a given dataset split.\n\nArgs:\n split (str): name of the split (e.g., train, valid, test)', 'signature': 'def load_dataset(self, split, epoch=1, combine=False, **kwargs):'}</s>{'name': ...
0
{'name': '_SignBootableImage@tools/releasetools/common.py', 'description': "Performs AVB signing for a prebuilt boot.img.\n\nArgs:\n image_path: The full path of the image, e.g., /path/to/boot.img.\n prebuilt_name: The prebuilt image name, e.g., boot.img, boot-5.4-gz.img,\n boot-5.10.img, recovery.img or init_bo...
0
{'name': 'canonicalize@intervals/interval.py', 'description': 'Convert equivalent discrete intervals to different representations.', 'signature': 'def canonicalize(interval, lower_inc=True, upper_inc=False):'}</s>Interval = IntervalFactory()
0
{'name': 'getToolTips@qt4c/util.py', 'description': '获取系统的浮动tips\n\n:type className: 字符串\n:param className: 类名,默认值为"tooltips_class32"\n:type retry: 整数\n:param retry: 尝试次数,每个0.5秒尝试一次', 'signature': "def getToolTips(className='tooltips_class32', retry=10):"}</s>{'name': 'MODULEENTRY32@qt4c/wintypes.py', 'description': 'T...
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>MQCOPY_ALL = 1
0
{'name': 'VirtualBMCManager._sync_vbmc_states@virtualbmc/manager.py', 'description': 'Starts/stops vBMC instances\n\nWalks over vBMC instances configuration, starts\nenabled but dead instances, kills non-configured\nbut alive ones.', 'signature': 'def _sync_vbmc_states(self, shutdown=False):'}</s>{'name': 'detach_proce...
0
{'name': 'modsign2map@venv/Lib/site-packages/numpy/f2py/capi_maps.py', 'description': 'modulename', 'signature': 'def modsign2map(m):'}</s>{'name': 'hasinitvalueasstring@venv/Lib/site-packages/numpy/f2py/auxfuncs.py', 'description': 'DOCSTRING', 'code': 'def hasinitvalueasstring(var):\n if not hasinitvalue(var):\n ...
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': 'LShiftOp@da/compiler/dast.py',...
0
{'name': 'make_solver_visualizers@wfc/wfc_visualize.py', 'description': 'Construct visualizers for displaying the intermediate solver status', 'signature': 'def make_solver_visualizers('}</s>logger = logging.getLogger(__name__)
1
{'name': 'PortManager.check_modem_lines@serial/rfc2217.py', 'description': 'read control lines from serial port and compare the last value sent to remote.\nsend updates on changes.', 'signature': 'def check_modem_lines(self, force_notification=False):'}</s>{'name': 'TelnetSubnegotiation@serial/rfc2217.py', 'description...
0
{'name': 'Validator.__init__@scopy/ScoPretreat/pretreatutil.py', 'description': 'Initialize a Validator with the following parameters:\n\n:param validations: A list of Validations to apply (default: :data:`~molvs.validations.VALIDATIONS`).\n:param string log_format: A string format (default: :data:`~molvs.validate.SIMP...
1
{'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_0 = CScriptOp(0x00)
1
{'name': 'SingleSubjectWindow.CB_line_text@src/python_scripts/afnipy/gui_uber_subj.py', 'description': 'call-back for text updates in the level 3 gbox', 'signature': 'def CB_line_text(self):'}</s>{'name': 'run_time_to_polort@src/python_scripts/afnipy/afni_util.py', 'description': 'direct computation: 1+floor(run_time/1...
0
{'name': 'RobotFileParser.can_fetch@src/future/backports/urllib/robotparser.py', 'description': 'using the parsed robots.txt decide if useragent can fetch url', 'signature': 'def can_fetch(self, useragent, url):'}</s>{'name': 'request_host@src/future/backports/urllib/request.py', 'description': 'Return request-host, as...
0
{'name': 'shows@boxx/ylimg/ylimgTool.py', 'description': '图片展示分析工具 使用浏览器同步显示同一图像的不同数据表示 如不同通道的image,gt,resoult \n支持放大缩小与拖拽\n\nParameters\n----------\nimgs : list include path or np.ndarray \n 图片地址或图片np.ndarray 组成的list 要求所有图片宽高相同', 'signature': 'def shows(*imgs, png=False, coln=None):'}</s>{'name': 'mapmp@boxx/tool/...
0
{'name': 'BaseResponse.add_header@3rdparty/mongo-c-driver-1.26.2/build/bottle.py', 'description': 'Add an additional response header, not removing duplicates. ', 'signature': 'def add_header(self, name, value):'}</s>{'name': 'WSGIFileWrapper@3rdparty/mongo-c-driver-1.26.2/build/bottle.py', 'description': 'DOCSTRING', '...
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': 'Connection.our_state@h11/_connection.py', 'description': 'The current state of whichever role we are playing. See\n:ref:`state-machine` for details.', 'signature': 'def our_state(self) -> Type[Sentinel]:'}</s>{'name': '_body_framing@h11/_connection.py', 'description': 'DOCSTRING', 'code': 'def _body_framing(\...
0
{'name': 'TDClient.preferences@tdameritrade/client.py', 'description': 'get preferences for account\n\nArgs:\n accountId (int): account to get preferences for', 'signature': 'def preferences(self, accountId=None):'}</s>PERIOD_TYPE_VALUES = ("day", "month", "year", "ytd")
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': 'get_material@python/xraydb/materials.py', 'description': "look up material name, return formula and density\n\n\nArgs:\n name (str): name of material or chemical formula\n\nReturns:\n chemical formula, density of material\n\nExamples:\n >>> xraydb.get_material('kapton')\n ('C22H10N2O5', 1.43)\n\nS...
0
{'name': 'Platform.logged_in@ringcentral/platform/platform.py', 'description': 'Checks if the user is currently logged in.\n\nReturns:\n bool: True if the user is logged in, False otherwise.\n\nNote:\n - This method checks if the access token is valid.\n - If the access token is not valid, it attempts to refre...
0
{'name': 'pipeline@obstacle-detection/pipeline/pipeline.py', 'description': 'ROI filtering ', 'signature': 'def pipeline('}</s>common = imp.reload(common)
1
{'name': '_handleAnswerFileParams@packstack/installer/run_setup.py', 'description': 'handle loading and validating\nparams from answer file\nsupports reading single or group params', 'signature': 'def _handleAnswerFileParams(answerFile):'}</s>{'name': 'countCmdLineFlags@packstack/installer/run_setup.py', 'description':...
0
{'name': 'SincConv_fast.forward@spk_id/neural_networks.py', 'description': 'Parameters\n----------\nwaveforms : `torch.Tensor` (batch_size, 1, n_samples)\n Batch of waveforms.\nReturns\n-------\nfeatures : `torch.Tensor` (batch_size, out_channels, n_samples_out)\n Batch of sinc filters activations.', 'signature':...
0
{'name': 'VersatileImageFieldBaseTestCase.tearDownClass@tests/tests.py', 'description': 'Delete files made by VersatileImageFields during tests.', 'signature': 'def tearDownClass(cls):'}</s>{'name': 'VersatileImageTestModel@tests/models.py', 'description': 'A model for testing VersatileImageFields.', 'base_classes': ['...
0
{'name': 'IndicatorDataset.dates@wbpy/indicators.py', 'description': 'Return list of dates used in the dataset.\n\n:param use_datetime:\n If True, return dates as datetime.date() objects, rather than\n strings.', 'signature': 'def dates(self, use_datetime=False):'}</s>{'name': 'worldbank_date_to_datetime@wbpy/uti...
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': 'PrintUsage@ament_cpplint/ament_cpplint/cpplint.py', 'description': 'Prints a brief usage string and exits, optionally with an error message.\n\nArgs:\n message: The optional error message.', 'signature': 'def PrintUsage(message):'}</s>{'name': 'FindCheckMacro@ament_cpplint/ament_cpplint/cpplint.py', 'descrip...
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': 'draw_rectangle@tgc_kd_terrain.py', 'description': 'Recursively plot a visualization of the KD tree region', 'signature': 'def draw_rectangle(node, depth, mins, maxes, course_json, scale, rotation):'}</s>level = 18
0
{'name': 'CD.__init__@code/pymqi/__init__.py', 'description': '__init__(**kw)', 'signature': 'def __init__(self, **kw):'}</s>MQRC_OBJECT_TYPE_ERROR = 2043
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': 'flatten@rans.py', 'description': 'Flatten a rANS message into a 1d numpy array.', 'signature': 'def flatten(msg):'}</s>head_precision = 64
0
{'name': 'get_backup_properties@src/zfs_tools/zbackup.py', 'description': 'Return the backup of all filesystems, by scanning the filesystems for relevant user properties.\nOnly locally set and received properties are used; inherited properties are ignored.', 'signature': 'def get_backup_properties(zpool, options, tier...
0
{'name': 'paint_one@graphics/learn_to_paint/painter_fun.py', 'description': ':param img:\n:param canvas:\n:param x:\n:param y:\n:param angle:\n:param radius:\n:param magnitude:\n:param brush:\n:param check_error:\n:param useoil:\n:param color_neighbor_size:\n:return:', 'signature': 'def paint_one(img, canvas, distance_...
1
{'name': 'apogee@gaia_tools/load/__init__.py', 'description': "PURPOSE:\n read the APOGEE allStar file\nINPUT:\n IF the apogee package is not installed:\n dr= (14) SDSS data release\n use_astroNN= (False) if True, swap in astroNN (Leung & Bovy 2019a) parameters (get placed in, e.g., TEFF and TEFF_ERR) a...
0
{'name': 'inform_user@python-build-with-qt/PyQt-x11-gpl-4.8/configure.py', 'description': 'Tell the user the option values that are going to be used.\n ', 'signature': 'def inform_user():'}</s>{'name': 'arch_config@python-build-with-qt/PyQt-x11-gpl-4.8/configure.py', 'description': 'Return the qmake CONFIG line for ...
0
{'name': 'moveObject.commit@functions.py', 'description': 'Adds this move to the motion planner.', 'signature': 'def commit(self):'}</s>{'name': 'actionSet@core.py', 'description': 'Stores a set of actionObjects which should be executed simultaneously.', 'base_classes': ['object'], 'methods': [{'name': 'actionSet.__ini...
0
{'name': 'select_hfr_db@disdat/hyperframe.py', 'description': 'Create an HFrame Record from a row in our DB.\nWhere uuid= && owner= && human_name= && processing_name=\n\nArgs:\n engine_g:\n uuid (str): add to where clause\n owner (str): add to where clause\n human_name (str): add to where clause\n proce...
0
{'name': 'HyperVxmJoint.__init__@voxelmorph/tf/networks.py', 'description': "Parameters:\n in_shape: Spatial dimensions of the input images, as an iterable.\n input_model: Model whose outputs will be used as data inputs, and whose inputs will be\n used as inputs to the returned model, as an alternative to ...
0
{'name': 'compute_loss_on_dataset@notebooks/test_sparse_loss.py', 'description': 'Computes the loss for the given number of iterations\n\n:param dcn:\n:type dcn:\n:param data_loader:\n:type data_loader:\n:param num_iterations:\n:type num_iterations:\n:return:\n:rtype:', 'signature': 'def compute_loss_on_dataset(dcn, da...
0
{'name': 'mirror_files@pretf/pretf/workflow.py', 'description': 'Creates symlinks from all files and directories matching\nthe source patterns into the current directory. Deletes\nall pre-existing symlinks in the current directory.', 'signature': 'def mirror_files('}</s>{'name': 'execute@pretf/pretf/util.py', 'descript...
0
{'name': 'Sheet.sort@tksheet/sheet.py', 'description': "Sort the data within specified box regions in the table.\n\nThis method sorts the data within one or multiple box regions defined by their coordinates.\nEach box's columns are sorted independently.\n\nArgs:\n boxes (CreateSpanTypes): A type that can create a Sp...
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_scripttype_ma...
0