Create your own GitHub profile
Join the platform over 40 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises-
Instagram
- San Francisco Bay Area
Pro
-
Instagram
- San Francisco Bay Area
Popular repositories
-
-
Forked from uwescience/datasci_course_materials
Public repository for course materials for the Spring 2013 session of Introduction to Data Science, an online coursera course.
Python
343 contributions in the last year
Activity overview
Contribution activity
January 2020
Created a pull request in Instagram/LibCST that received 2 comments
[helper] QualifiedNameProvider.has_name
Summary
Those patterns are used very often currently and this helper makes it simpler to users.
any(qn.name == target_name for qn in self.get_metad…
+38
−1
•
2
comments
- [doc] fix indentation
- add SimpleString.evaluated_value
- [scope] add support for tracking reference in del expression context
- expose all helpers in libcst.helpers for convenience
- Apply make_fixture_data() to codemod output
- [helper] get_full_name_for_expression
- Clean up redundant code.
- Fix some typos.
- use transformer function (instead of visitor) in MatcherDecoratableTransformer
- [typing] add missing return value type to Callable
- Fix comment indentation
- Upgrade Pyre to 0.0.39
- Reuse CSTNodeT type var and clean up unused type var
- bump LibCST version to 0.2.6 and update README
- Upgrade Pyre to 0.0.40
- Refactor string split helper method into core attributes.
- Fix list behavior
- Clarify documentation about f-string spacing
- Parse posonly param indicator in functions/lambdas.
- Support `f{x=}` debugging syntax
- Implement a --python-version override flag to "libcst.tool print".
- Bump LibCST to new release 0.3.0.
- Add posonly parameter support to Parameters node
- Remove deprecated position provider objects
- Remove deprecated attributes and objects in metadata
- Support codemods in Subdirectories of configured modules.
Created an issue in Instagram/LibCST that received 1 comment
Handle string escaping for SimpleString expression in FormattedString
f"{a or ""}" this is invalid syntax but LibCST handles it and renders the invalid code.
We can either:
automatically escape the string quotes in t…
1
comment