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
import snakeviz | |
from snakeviz.main import handlers | |
from tornado.testing import AsyncHTTPTestCase | |
import tornado | |
import unittest | |
from pathlib import Path | |
import os | |
import re | |
from io import StringIO | |
import argparse |
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
!procedure basic_colors($element, $inv, $col) | |
skinparam $element { | |
!if ($inv==1) | |
BackgroundColor white | |
BorderColor $col | |
'FontColor $col | |
!else | |
BackgroundColor $col | |
BorderColor white | |
FontColor white |