nvdv / vprof

Visual profiler for Python
BSD 2-Clause "Simplified" License
3.95k stars 154 forks source link

Any return type for result #103

Closed ltetrel closed 4 years ago

ltetrel commented 4 years ago

It is safer to check for None, in case the function returns non-standard python variable (ex numpy of tensorflow) Should fix https://github.com/nvdv/vprof/issues/102

nvdv commented 4 years ago

Thank you!