nimi-python icon indicating copy to clipboard operation
nimi-python copied to clipboard

Remove documentation key from metadata of private methods

Open sbethur opened this issue 4 years ago • 1 comments

Description of issue

Metadata of many ~~private~~ non-public (private, codegen-only etc.) methods include documentation key like:

       'documentation': {
           'description': 'TBD'
       },

In some instances the content is TBD. Given the methods are private, we can remove the documentation key from metadata.

sbethur avatar Apr 13 '20 16:04 sbethur

FYI: This may break codegen. It may expect ['documentation']['description'] to exist. It also may not break it...

texasaggie97-zz avatar Apr 13 '20 17:04 texasaggie97-zz