Created
November 18, 2017 19:41
-
-
Save pykong/83b64ccf5422465576de34a236985bbb to your computer and use it in GitHub Desktop.
Often used.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def get_active_view(self): | |
"""Return the active view in the currently active window.""" | |
return sublime.active_window().active_view() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment