Make _hid_match() public?
See original GitHub issueIn the MNE-BIDS-Pipeline, I need the functionality of mne.utils.mixin._hid_match()
; however, the function is not part of the public API.
Is there any chance we could make it public?
cc @agramfort
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
bloom/scalable.go at master · Xide/bloom · GitHub
NewDefaultScalable create a new ScalableFilter with default arguments ... if sbf.filters[hid].Match(s) { ... func (sbf *ScalableFilter) dumpsFilters() {.
Read more >[PATCH 0/3] Find pci root bridges by comparing HID from ...
In acpi_is_root_bridge(), it gets device's HID from acpi_device struct. ... [PATCH 1/3] Introduce a new acpi to determine HID match. 2012-10-12 10:31 [PATCH ......
Read more >Dept. of Defense, defense agencies, public witnesses
An exception however , is made for the benefit of firms , large or small ... the Comptroller General has squarely ruled that...
Read more >Department of Defense Appropriations for Fiscal Year 1975: ...
An exception however , is made for the benefit of firms , large or small ... 4 found that“ Some action is in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
query or keys I don’t know…
ok I slept over it. How about a public function called
mne.utils.filter_event_id(event_id, query: str)
or something like this? I would like to avoid the use of HID in the public API.