StandardOutputMedium   A
last analyzed

Complexity

Total Complexity 1

Size/Duplication

Total Lines 4
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
c 0
b 0
f 0
dl 0
loc 4
rs 10
wmc 1

1 Method

Rating   Name   Duplication   Size   Complexity  
A export() 0 2 1
1
from __future__ import print_function
2
3
4
class StandardOutputMedium(object):
5
6
    def export(self, formattedProvenance, form):
7
        print(formattedProvenance)
8