1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
|
"""Vulture allowlist.
Python names that we want Vulture to ignore need to be added to this file, see:
https://github.com/jendrikseipp/vulture/blob/main/README.md#whitelists
"""
# Authors: The MNE-Python contributors.
# License: BSD-3-Clause
# Copyright the MNE-Python contributors.
numba_conditional
options_3d
invisible_fig
brain_gc
windows_like_datetime
garbage_collect
renderer_notebook
qt_windows_closed
download_is_error
exitstatus
startdir
pg_backend
recwarn
pytestmark
nbexec
disabled_event_channels
ch_subset_adjacency
few_surfaces
want_orig_dist
eeglab_montage
invisible_fig
captions_new
comments_new
items_new
has_imageio_ffmpeg
has_pyvista
f4
set_channel_types_eyetrack
_use_test_3d_backend
verbose_debug
metadata_routing
# Decoding
_._more_tags
deep
# Backward compat or rarely used
RawFIF
estimate_head_mri_t
plot_epochs_psd_topomap
plot_epochs_psd
plot_psd_topomap
plot_raw_psd_topo
plot_psd_topo
read_ctf_comp
read_bad_channels
set_cache_dir
spatial_dist_adjacency
set_cuda_device
eegbci.standardize
_.plot_topo_image
_._get_tags
_.mahalanobis
exc_type
exc_value
_.name_html
# Unused but for compat or CIs
fit_params_ # search_light
format_epilog # false alarm for opt parser
_._fit_transform # in getattr
_.plot_3d # not tested for all classes
_.error_norm # cov
_download_all_example_data # CIs
_cleanup_agg
_notebook_vtk_works
_.drop_inds_
# mne/io/ant/tests/test_ant.py
andy_101
na_271
# mne/io/snirf/tests/test_snirf.py
_.dataTimeSeries
_.sourceIndex
_.detectorIndex
_.wavelengthIndex
_.dataType
_.dataTypeIndex
_.dataTypeLabel
_.dataTypeLabel
_.SubjectID
_.MeasurementDate
_.MeasurementTime
_.LengthUnit
_.TimeUnit
_.FrequencyUnit
_.wavelengths
_.sourcePos3D
_.detectorPos3D
# numerics.py
_.noise_variance_
_.n_features_
# Brain, Coreg, PyVista
_._Iren
_.active_scalars_name
_.active_vectors_name
_._plotter
_.set_fmax
_.set_fmid
_.set_fmin
_.EnterEvent
_.MouseMoveEvent
_.LeaveEvent
_.SetEventInformation
_.CharEvent
_.KeyPressEvent
_.KeyReleaseEvent
_PyVistaRenderer
_TimeInteraction
set_3d_options
_._has_lpa_data
_._has_nasion_data
_._has_rpa_data
_._nearest_transformed_high_res_mri_idx_rpa
_._nearest_transformed_high_res_mri_idx_nasion
_._nearest_transformed_high_res_mri_idx_lpa
# Figures (prevent GC for example)
_.decim_data
_.button_help
_.button_proj
_.mne_animation
_.RS
_.showNormal
_.showFullScreen
_.isFullScreen
_._span_selector
ypress
scroll
keypress
azim
_loc
eventson
_.argtypes
_.restype
_.labelpad
_.fake_keypress
# Used in ignored files
_qt_raise_window
_qt_disable_paint
_qt_get_stylesheet
|