Last analyzed 333ff84 20 days ago
Default analysis branch is
Currently analyzing run
No blank lines allowed after function docstring FLK-D202
Documentation
20 days ago6 months old
No blank lines allowed after function docstring
261        return ret
262
263    def get_latest(self, pre_ok=False, major=None):
264        """265        Gets the latest release satisfying "pre-releases are OK" or major/branch constraints
266        Strives to fetch formal API release if it exists, because it has useful information
267        like assets.
No blank lines allowed after function docstring
320
321
322def ensure_directory_exists(directory_path):
323    """324    Ensure that the given directory exists.
325    Workaround for `exist_ok=True` not being available in Python 2.7.
326