Completed
Pull Request — master (#460)
by Manas
02:06
created

HellowVsphere   A

Complexity

Total Complexity 1

Size/Duplication

Total Lines 4
Duplicated Lines 0 %
Metric Value
dl 0
loc 4
rs 10
wmc 1

1 Method

Rating   Name   Duplication   Size   Complexity  
A run() 0 2 1
1
from vmwarelib.actions import BaseAction
2
3
4
class HellowVsphere(BaseAction):
5
6
    def run(self):
7
        return self.si_content.about.instanceUuid
8