Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

triple quote in second line argument breaks tree view #191

Open
koenhelwegen opened this issue Aug 30, 2018 · 0 comments
Open

triple quote in second line argument breaks tree view #191

koenhelwegen opened this issue Aug 30, 2018 · 0 comments

Comments

@koenhelwegen
Copy link

Whenever there is something like the following in my file, the symbol tree does not contain any symbols defined after that:

somefunction(arg1,
             """arg2""")

This seems to happen only when using triple quotes after the first line of arguments in a function call. Unfortunately, tensorflow codes often contain a lot of such lines, e.g.:

tf.app.flags.DEFINE_string('train_dir', '/tmp/cifar10_train',
                           """Directory where to write event logs """
                           """and checkpoint.""")
tf.app.flags.DEFINE_integer('max_steps', 100000,
                            """Number of batches to run.""")
tf.app.flags.DEFINE_boolean('log_device_placement', False,
                            """Whether to log device placement.""")
tf.app.flags.DEFINE_integer('log_frequency', 10,
                            """How often to log results to the console.""")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant