Easier access to difficult features #558
Ian Hellen (ianhelle)
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We have a few features (e.g., IoC Extract) that are difficult to get to and use.
How can we make them easier to use/access? Along the same lines as Pivots and PD accessors.
In general, we want features to be accessible in a single step.
E.g. currently IoCExtract requires
This is exaggerated slightly since you can already do
ioc_extr = mp.IoCExtract()ordf.mp.extract_iocsfor DFs but is an example of what we'd like to avoid.Candidates
Things to do:
Mechanisms
mp.do_something())Need to be sure that these easy access mechanisms don't make life difficult for people using msticpy programmatically.
Want to avoid big perf hit when importing msticpy
All reactions