Alexandre Souza
Alexandre Souza
Dynamic icons from google charts: https://developers.google.com/chart/infographics/docs/dynamic_icons?csw=1#pins [ ]'s
Hello, Would be great if there was a built-in way to define that a process will be the last one executed. Something like: ## works as expected... ``` python analysis...
Hello, Instead to use a function, I prefer to write a class aiming a better description of my analysis rules. So, I defined a callable: ``` python class MyCallable(object): def...