|
CocoaTweet
|
Variables | |
| releases = json.loads(str(urllib.request.urlopen('https://api.github.com/repos/nlohmann/json/releases').read(), 'utf-8')) | |
| list | release_url_map = [] |
| process = subprocess.Popen(['git', 'tag'], stdout=subprocess.PIPE) | |
| tags = set(filter(None, str(tags, 'utf-8').split("\n"))) | |
| bool | did_update = False |
| mode | |
| o777 | |
| exist_ok | |
| data = urllib.request.urlopen(url).read(); | |
| bool | has_json_fwd = False |
| string | json_fwd_url = 'https://github.com/nlohmann/json/raw/{}/include/nlohmann/json_fwd.hpp'.format(tag); |
| update.data = urllib.request.urlopen(url).read(); |
| bool update.did_update = False |
| update.exist_ok |
| bool update.has_json_fwd = False |
| string update.json_fwd_url = 'https://github.com/nlohmann/json/raw/{}/include/nlohmann/json_fwd.hpp'.format(tag); |
| update.mode |
| update.o777 |
| update.process = subprocess.Popen(['git', 'tag'], stdout=subprocess.PIPE) |
| list update.release_url_map = [] |
| update.releases = json.loads(str(urllib.request.urlopen('https://api.github.com/repos/nlohmann/json/releases').read(), 'utf-8')) |
| update.tags = set(filter(None, str(tags, 'utf-8').split("\n"))) |
1.8.17